Closed
Bug 193061
Opened 23 years ago
Closed 23 years ago
mozilla 1.3b breaks evolution installation (libssl3.so) (rpm install)
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: harm.verhagen+bugzilla, Assigned: blizzard)
References
Details
Build ID: 2003021223
Linux RedHat 8.0
mozilla 1.3b rpms for RedHat 8.0 break an evolution installation
cause:
libssl3.so is installed in /usr/lib/mozilla-1.3b instead of /usr/lib
wombat/evolution can't find it anymore.
mozilla 1.3a installed libssl3.so in /usr/lib where other application can
perfectly find it.
(note: It did not put it in /usr/lib/mozilla-1.3a !)
Whas there a reason to change the installation location between 1.3a and 1.3b ?
One other strange thing I noted:
1.3a: libssl3.so is provided by mozilla-nss
1.3b: libssl3.so is provided by mozilla-psm
why the difference ?
the mozilla.spec file still want's to install mozilla-nss files in /usr/lib
/bin/rm -f %{builddir}/mozilla-nss.list
%{SOURCE7} --package nss --output-file %{builddir}/mozilla-nss.list \
--package-file $RPM_BUILD_DIR/mozilla/xpinstall/packager/packages-unix \
--install-dir $RPM_BUILD_ROOT/%{_libdir} \
--install-root %{_libdir}
however the mozilla-nss.list is completely empty and mozilla-psm.list contains
the nss files (libnss3.so)
resulting in the wrong installation place of libnss3.so
Updated•23 years ago
|
Summary: mozilla 1.3b breaks evolution installation (libssl3.so) → mozilla 1.3b breaks evolution installation (libssl3.so) (rpm install)
I can confirm this behaviour both on the xft builds and on the gtk2 builds...
Better make new rpms?
/Richard
Comment 4•23 years ago
|
||
RPMs => blizzard
Assignee: dveditz → blizzard
Component: Installer → Build Config
QA Contact: gbush → granrose
As a temporary fix, I was able to copy the following files from
/usr/lib/mozilla-1.3b into /usr/lib (using cp -p to get the correct permissions)
-rwxr-xr-x 1 root root 498348 Feb 12 01:59 libnss3.so
-rwxr-xr-x 1 root root 172760 Feb 12 02:00 libsmime3.so
-rwxr-xr-x 1 root root 446705 Feb 12 01:57 libsoftokn3.so
-rwxr-xr-x 1 root root 154590 Feb 12 02:00 libssl3.so
Now Evo works for me, just thought I'd point that out in case some people find
this bug looking for a quick fix instead of waiting for the rpms to be rebuilt
or for 1.3final.
| Assignee | ||
Comment 6•23 years ago
|
||
Fixed with the snapshot gtk2 builds I just made. Sorry about that.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Chris,
the directory permissions (or web server permissions) are wrong in
http://ftp.mozilla.org/pub/mozilla/releases/mozilla1.3b/Red_Hat_8x_RPMS/gtk2/
SRPMS and i386 can't be opened using http
| Assignee | ||
Comment 8•23 years ago
|
||
No, that's the stupid AOL servers with their busted-ass filesystems. Use
komodo.mozilla.org.
Comment 9•23 years ago
|
||
*** Bug 193817 has been marked as a duplicate of this bug. ***
Comment 10•23 years ago
|
||
*** Bug 194158 has been marked as a duplicate of this bug. ***
Comment 11•22 years ago
|
||
*** Bug 197184 has been marked as a duplicate of this bug. ***
Comment 12•22 years ago
|
||
I found a workaround on the Ximian web site:
http://support.ximian.com/
Search for "mozilla", then choose from the results: "Why can't I initialize the
Evolution shell?".
It worked for me.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•