Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39308 - MozillaFirebird doesn't start because /usr/lib/MozillaFirebird dir doesn't get registered into LD_PATH
Summary: MozillaFirebird doesn't start because /usr/lib/MozillaFirebird dir doesn't ge...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
: 38379 38895 39739 39953 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-24 21:52 UTC by Tiv
Modified: 2004-02-15 08:54 UTC (History)
5 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tiv 2004-01-24 21:52:48 UTC
This is for MozillaFirebird-0.7-r1

It doesn't start (unable to load shared library something ...) for the above reason.
If I enter the said dir into /etc/ld.so.conf manually, it works.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Gentoo Base System version 1.4.3.10
Portage 2.0.49-r20 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r9, 2.6.1-gentoo)
=================================================================
System uname: 2.6.1-gentoo i686 Celeron (Coppermine)
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=pentium3 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://www.gtlib.cc.gatech.edu/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/usr/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X Xaw3d acpi arts avi berkdb bonobo crypt cups encode esd foomaticdb gdbm
gif gnome gpm gtk gtk2 gtkhtml imlib java jpeg libg++ libwww mad mikmod motif
mpeg ncurses nls oggvorbis opengl oss pam pcmcia pdflib perl png python qt
quicktime readline sdl slang spell ssl svga tcpd truetype trusted usb x86 xml2
xmms xv zlib"
Comment 1 SpanKY gentoo-dev 2004-01-24 21:56:00 UTC
if you remove that entry, run `env-update ; source /etc/profile` does it work ?
Comment 2 SpanKY gentoo-dev 2004-01-29 02:45:41 UTC
*** Bug 39739 has been marked as a duplicate of this bug. ***
Comment 3 Brian Bianco 2004-01-29 19:27:25 UTC
if you create the file 10mozilla in your /etc/env.d/ directory and add the following line to it

LDPATH=/usr/lib/MozillaFirebird

then do an env-update your mozillafirebird will work :)
Comment 4 SpanKY gentoo-dev 2004-01-31 12:36:41 UTC
*** Bug 38379 has been marked as a duplicate of this bug. ***
Comment 5 SpanKY gentoo-dev 2004-01-31 12:36:48 UTC
*** Bug 38895 has been marked as a duplicate of this bug. ***
Comment 6 SpanKY gentoo-dev 2004-01-31 12:36:57 UTC
*** Bug 39797 has been marked as a duplicate of this bug. ***
Comment 7 SpanKY gentoo-dev 2004-01-31 12:37:25 UTC
*** Bug 39953 has been marked as a duplicate of this bug. ***
Comment 8 Brad Laue (RETIRED) gentoo-dev 2004-02-02 07:23:02 UTC
Try adding LDPATH to the MozillaFirebird launch script on affected systems. Does this help?
Comment 9 Alex Zinner 2004-02-04 13:21:20 UTC
# echo "LDPATH=\"/usr/lib/MozillaFirebird\"" > /etc/env.d/99firebird
# env-update
Comment 10 Brad Laue (RETIRED) gentoo-dev 2004-02-06 10:37:25 UTC
Added this functionality to 0.7-r2. Please test and report functionality.
Comment 11 Brad Laue (RETIRED) gentoo-dev 2004-02-15 08:54:11 UTC
Fixed now in CVS