LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Upgrading Mozilla (https://www.linuxquestions.org/questions/linux-newbie-8/upgrading-mozilla-23673/)

michaelegan 06-18-2002 02:46 AM

Upgrading Mozilla
 
I've been trying to install a more recent version of Mozilla - though with little success. Ideally I'd like to do this without necessarily using RPMs - for learning purposes. Unfortunately I seem to be encountering problems and I'm getting an error message to the effect that the following file is missing:

libstdc++-libc6.1-1.so.2

I've tried 'locate libstdc' and - if I understand the information correctly - it seems that I have a higher version of the file installed, namely:

libstdc++-libc6.2-2-2.10.0.so

I've seen a post elsewhere on the forum suggesting that it is possible to create a symbolic link from the new file to the old file to enable the software to be installed. Could anybody expand on how this would be done as I confess this leaves me dumbfounded.

Thanks in advance.

finegan 06-18-2002 02:55 AM

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

Should do it, if you're certain that's the right library file.

Cheers,

Finegan

michaelegan 06-19-2002 02:37 AM

Many thanks for the fast response.

I'm not sure whether it was the right file but the upgrade to Mozilla seems to have satisfactorily installed so I suppose it must have been.

finegan 06-19-2002 12:36 PM

Nah, it just made Mozilla happy enough to install. If its the wrong lib, if Mozilla ever makes a call to that lib its going to bug, but then again... it might never call that lib if you don't use say... arcane utility X. Most likely you'll be fine.

Cheers,

Finegan

Mara 06-19-2002 01:09 PM

It's newer version. I use such tricks myself all the time and it's always OK. Of course, when I have a newer version.
There can be programs that need one specific version, but I don't think Mozilla is the case.


All times are GMT -5. The time now is 02:56 PM.