Bug 158533
Summary: | devhelp not updated for new mozilla | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Jason Bradley Nance <jbnance> |
Component: | devhelp | Assignee: | Christopher Aillon <caillon> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.0 | CC: | djuran, jjneely, mnapolis, ubeck |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-05-25 11:15:33 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jason Bradley Nance
2005-05-23 12:49:43 UTC
If this helps anybody, there is a simple workaround: 1. Run "rpm -e devhelp" to remove the dependency. 2. Run "up2date". 3. Download devhelp-0.9.2-2.4.4.i386.rpm (change i386 to whatever your platform is, if neccessary) from RHN. 4. Install with "rpm -ivh --nodeps devhelp-0.9.2-2.4.4.i386.rpm". 5. Open /usr/bin/devhelp and change (obviously) the line MOZILLA_HOME=/usr/lib/mozilla-1.7.7 to MOZILLA_HOME=/usr/lib/mozilla-1.7.8 The reason why this is neccessary is because devhelp is linked against libgtkembedmoz, which unfortunately sits in a version-specific path. Contrary to Comment #1, I think there is no actual need to relink against the new libgtkembedmoz. Maybe it would be a better structure if libraries such as libgtkembedmoz are available from /usr/lib/mozilla (e.g. using symbolic links), so that you do not have to carry a pile of package dependencies with each Mozilla minor release. Slight correctio to Comment #2: It is also linked against libxpcom.so, and furthermore, the libraries expect themselves to be inside a version specific Mozilla directory, so my last paragraph is wrong. |