[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Compiling Mozilla 1.4 on Debian Woody



Has anyone here compiled Mozilla 1.4 on Debian Woody? I'm trying, but I
seem to be unable to get a working result.

Already when I run the configure script coming with the source code, I
get an error message in the output:

./conftest: error while loading shared libraries: libstdc++.so.5: cannot
open shared object file: No such file or directory

When the configure script has run I can issue 'make' and everything
seems to run OK, but when I have issued 'make install' and try to run
the newly installed Mozilla 1.4, I get an error message telling me the
same thing as the one I got from the configure script.

The strange thing is that I *do* have a libstdc++.so.5 since I have gcc
3.3 installed under /usr/local:

david@dt:~$ gcc -v
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3/specs
Configured with: ../gcc-3.3/configure --prefix=/usr/local
--enable-threads=posix --enable-languages=c,c++,java,ada
Thread model: posix
gcc version 3.3
david@dt:~$ find /usr -name libstdc++\.so* 2> /dev/null | xargs ls -l
lrwxrwxrwx    1 root     root           33 Sep 13 18:25
/usr/lib/gcc-lib/i386-linux/2.95.4/libstdc++.so ->
../../../libstdc++-libc6.2-2.so.3
lrwxrwxrwx    1 root     root           18 Sep 13 18:25
/usr/lib/libstdc++.so.3 -> libstdc++.so.3.0.4
-rw-r--r--    1 root     root       570460 Apr  8  2002
/usr/lib/libstdc++.so.3.0.4
lrwxrwxrwx    1 root     staff          18 Sep 13 23:18
/usr/local/lib/libstdc++.so -> libstdc++.so.5.0.4
lrwxrwxrwx    1 root     staff          18 Sep 13 23:18
/usr/local/lib/libstdc++.so.5 -> libstdc++.so.5.0.4
-rwxr-xr-x    1 root     staff     4229977 Sep 13 23:18
/usr/local/lib/libstdc++.so.5.0.4

So - what am I missing?

Best regards,
David List



Reply to: