  | |  | Installing Netscape 7.2 on a RHELWSv3 U2 box | Installing Netscape 7.2 on a RHELWSv3 U2 box 2005-05-18 - By Stephen Gardner
Back On Wed, 18 May 2005, Cannon, Andrew wrote:
> Hi All, > > We are trying to install Netscape 7.2 on a RHELWS v3 U2 box, but we are > having a number of problems: > > I have set the environment variable: > > LD_LIBRARY_PATH=/prod/simp/prod/bin/ansys/cfx/v90/ansys/syslib/linia32:/usr/ > lib64 > > The netscape installer gives the following error: > ./netscape-installer-bin: error while loading shared libraries: > libgtk-1.2.so.0: cannot open shared object file: No such file or directory > > The command "ldd netscape-installer-bin" gives: > libgtk-1.2.so.0 => not found > libgdk-1.2.so.0 => not found > libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x40030000) > libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x40033000) > libdl.so.2 => /lib/libdl.so.2 (0x40059000) > libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x4005c000) > libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40064000) > libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40072000) > libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40151000) > libm.so.6 => /lib/tls/libm.so.6 (0x40161000) > libc.so.6 => /lib/tls/libc.so.6 (0x40184000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) > > The command "ll /usr/lib64/libgtk-1.2.so.0" gives: > lrwxrwxrwx 1 root root 19 Jun 5 2004 > /usr/lib64/libgtk-1.2.so.0 -> libgtk-1.2.so.0.9.1 > > The command "/lib/ld-linux.so.2 --list /usr/lib64/libgtk-1.2.so.0.9.1" gives > /usr/lib64/libgtk-1.2.so.0.9.1: error while loading shared libraries: > /usr/lib64/libgtk-1.2.so.0.9.1: cannot open shared object file: No such file > or directory > > The last error is obviously a lie - but is it because the format isn't > recognised? Is it installed properly? >
Andrew, You performed an "ll /usr/lib64/libgtk-1.2.so.0" which showed a symlink to libgtk-1.2.so.0.9.1. However in your next command you referred to the /usr/lib64/libgtk-1.2.so.0.9.1 file directly.. but we haven't yet seen that the /usr/lib64/libgtk-1.2.so.0.9.1 exists. Admittedly you might be able to tell this from the ll output colour. What does ll /usr/lib64/libgtk-1.2.so.0.9.1 show? It's plausible that the /usr/lib64/libgtk-1.2.so.0 symlink is an orphan and the file it points to doesn't exist. It might be worth a look at the output from ldconfig -X -N -p |grep -e libg[td]k- which will display the relevant entries from the dynamic linker cache.
Regards, Stephen
-- Taroon-list mailing list Taroon-list@(protected) http://www.redhat.com/mailman/listinfo/taroon-list
Earn $52 per hosting referral at Lunarpages.
|
|
 |