After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 166968 - rpath not set for libdevhelp
rpath not set for libdevhelp
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: Mikael Hallendal
Mikael Hallendal
Depends on:
Blocks:
 
 
Reported: 2005-02-10 17:44 UTC by Naba Kumar
Modified: 2005-10-01 22:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The patch to fix the above bugs (2.73 KB, patch)
2005-02-10 17:46 UTC, Naba Kumar
accepted-commit_now Details | Review

Description Naba Kumar 2005-02-10 17:44:51 UTC
Please describe the problem:
The rpath that has been set for the devhelp executable to find the mozilla
libraries is not set for libdevhelp. This makes libdevhelp unusable by external
programs. Another problem is gecho initialization, which is not done when
libdevhelp is used.

Here is a small patch to fix all the above.


Steps to reproduce:
NA

Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Naba Kumar 2005-02-10 17:46:03 UTC
Created attachment 37307 [details] [review]
The patch to fix the above bugs
Comment 2 Richard Hult 2005-10-01 09:05:51 UTC
This should just be committable I guess? Naba, feel free to do so, but please
remove the C++ comment first.
Comment 3 Richard Hult 2005-10-01 22:29:15 UTC
I've committed a variant of this, I moved rpath from the exec to the library and
moved gecko init to dh_base. I also removed some references from the lib to the
binary that would have broke when using the library from other apps.

Please reopen if I didn't do it properly.