Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27790 - /usr/bin/MozillaFirebird does nothing when mozilla is installed
Summary: /usr/bin/MozillaFirebird does nothing when mozilla is installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 25219 26680
  Show dependency tree
 
Reported: 2003-09-02 12:17 UTC by Jens Hoffrichter
Modified: 2004-03-18 19:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Mozilla Firebird startup script (MozillaFirebird,983 bytes, text/plain)
2003-09-02 12:18 UTC, Jens Hoffrichter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Hoffrichter 2003-09-02 12:17:04 UTC
Hi,

After emerging mozilla-firebird V0.6.1 the wrapper script does nothing, it
simply exits. Starting the called binary
/usr/lib/MozillaFirebird/MozillaFirebird-bin after exporting the variables
resulted in relocation errors because of undefined symbols.

After investigating the problem a bit more, it looks like MozillaFirebird try to
use libraries from mozilla 1.4 (from /usr/lib/mozilla) instead the correct
libraries from Firebird (lying aroung in /usr/lib/MozillaFirebird). This is
because of an incorrect set ld-library path as the firebird ebuild does not
install a file in /etc/env.d to set an additional library path in
/etc/ld.so.conf. This is correct as it might interfer with an existing mozilla
installation.

The solution is to manually set the environmental variable LD_LIBRARY_PATH in
the wrapper script /usr/bin/MozillaFirebird to point to the firebird library dir
 before the mozilla dir, so the dynamic loader loads the libraries from the
correct path. The fixed startup script should be included in this bugreport, if
I can attach it in a following step (I don't know right now, as this is only the
second bug report I write).

I know there are some similar bug reports, namely the bugs #25219, #25915,
#26680. But it don't want to merge these bugs, to close them or similar, as I'm
not an official gentoo developer, so I leave it to some "official" people to do
this.

Hope I could help :)

CU all,
Jens
Comment 1 Jens Hoffrichter 2003-09-02 12:18:32 UTC
Created attachment 16959 [details]
Mozilla Firebird startup script

This is the fixed startup script
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2004-03-18 19:24:47 UTC
closing this bug since mozilla-firebird no longer exists in portage, and this is fixed these days in firefox as far as I know.