G?rard Henry wrote: > hello all, > i got this error: > > /usr/local/firefox-2.0.0.8/firefox > ld.so.1: firefox-bin: fatal: libgcc_s.so.1: open failed: No such file or > directory > ld.so.1: firefox-bin: fatal: libiconv.so.2: open failed: No such file or > directory > ld.so.1: firefox-bin: fatal: libgcc_s.so.1: open failed: No such file or > directory > ld.so.1: firefox-bin: fatal: relocation error: file > /usr/local/firefox-2.0.0.8/firefox-bin: symbol g_thread_init: referenced > symbol not found > > > I used > ultra20-henry% cksum firefox-2.0.0.8.en-US.solaris10-i386.tar.bz2 > 1132328171 11896236 firefox-2.0.0.8.en-US.solaris10-i386.tar.bz2 > > My machine is a Sun Ultra 20, with Solaris 10 U4. > > About gthread: > > echo $LD_LIBRARY_PATH > LD_LIBRARY_PATH: Undefined variable. > > ldd /usr/local/firefox-2.0.0.8/firefox-bin|grep thr > libgthread-2.0.so.0 => /usr/local/lib/libgthread-2.0.so.0 > > Why using this lib in /usr/local, whereas Sun delivers SUNWGlib? > It should go to the version at /usr/lib, can you run the following commands and send me the output? ls -l /usr/lib/libgthread-2.0.so.0 pkgchk -lp /usr/lib/libgthread-2.0.so.0
Thanks, Dave > thanks, > > gerard > > >
