LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Mozilla Install (https://www.linuxquestions.org/questions/linux-software-2/mozilla-install-44220/)

aquastriker 02-05-2003 03:42 PM

Mozilla Install
 
When i try to install mozilla I type in ./mozilla-installer to start the installation but an error message comes up:

./mozilla-installer-bin: error while loading shared libraries: ibstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory

how do i make the install work?

trickykid 02-05-2003 03:55 PM

Well most likely your missing those lib's its looking for. Try installing those and then install Mozilla or they could be out of your path.. are you installing as root or a user ? Do you have those lib's installed ? Try a find on them, if they are not present, then see about downloading them and installing them before proceeding.

SharpyWarpy 02-06-2003 08:07 PM

Hello, I noticed you are a newbie, so am I. Have you tried rpmfind.net? Search there for libstdc and go through some of the stuff it turns up, see if your library file is provided, then download and install the rpm.

aliensub 02-06-2003 08:58 PM

Sometimes, you don't always have the right version of a library installed. Look in your /usr/lib and find the file that is closest to the missing file e.g : libstdc++-libc6.2-1.so.3 or something like that, then make a symlink as root:

cd /usr/lib
ln -s libstdc++-libc6.2-1.so.3 libstdc++-libc6.1-1.so.2

It works most of the time


All times are GMT -5. The time now is 08:05 PM.