On Mon, 15 Sep 2003, Torsten Reuss wrote: >> ./conftest: error while loading shared libraries: libstdc++.so.5: cannot >> open shared object file: No such file or directory > >This might be too obvious, but do you have /usr/local/lib in your >/etc/ld.so.conf ?
No, only these: /usr/X11R6/lib /usr/lib/atlas I tried putting /usr/lib /usr/local/lib into the file and that made no difference. >Have you tried setting LD_LIBRARY_PATH to /usr/local/lib? >You should also find your mozilla binary and run ldd on it to see what >it's trying to link to. I issued export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH before configuring Mozilla 1.4 again, and this time I didn't get the complaint about the libstdc++.so.5 missing. I'm building Mozilla 1.4 right now (that takes a little while), and will try to run ldd on the final binary when it's done. Thank you for your answer. Best regards, David List -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]