Sergey, The only thing that comes to mind is that the symbolic link /usr/lib/libstdc++-libc6.1-2.so.3 exists, but the file that it points to, libstdc++-3-libc6.1-2-2.10.0.so, does not. Did you check that? (Sounds silly, I know.)
Mark Post -----Original Message----- From: Sergey Korzhevsky [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 9:32 AM To: [EMAIL PROTECTED] Subject: LD_PRELOAD problem on 64bit Hi. When i try to set LD_PRELOAD on compat libs, i get error on my SLES7 64bit (!). What should i do with it? zlinux:/usr/ldap/etc # echo $LD_PRELOAD zlinux:/usr/ldap/etc # ls -la /usr/lib/libstdc++-libc6.1-2.so.3 lrwxrwxrwx 1 root root 31 Aug 6 17:48 /usr/lib/libstdc++-libc6.1-2.so.3 -> libstdc++-3-libc6.1-2-2.10.0.so zlinux:/usr/ldap/etc # export LD_PRELOAD=/usr/lib/libstdc++-libc6.1-2.so.3 zlinux:/usr/ldap/etc # ls ls: error while loading shared libraries: /usr/lib/libstdc++-libc6.1-2.so.3: cannot open shared object file: No such file or directory zlinux:/usr/ldap/etc # unset LD_PRELOAD zlinux:/usr/ldap/etc # uname -a Linux zlinux 2.4.17-timer #1 SMP Sat Apr 20 04:41:22 GMT 2002 s390x unknown WBR, Sergey
