Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle 9i on Fedora
On Wed, 3 Dec 2003, Joe Frohne wrote:
> Hi,
>
> I am running into a problem installing Oracle 9i on Fedora. I get
> the following error when starting the Oracle installer.
>
> error while loading shared libraries: libstdc++-libc6.1-1.so.2:
> cannot open shared object file: No such file or directory
>
> I figured I would ask if anybody has worked through a solution
> before I start pounding away on the same wheel.
I haven't installed Oracle 9i on Fedora, but it appears the installer can't find the shared library indicated. Perhaps this will help:
On my Fedora Core Release 1 laptop, /usr/lib/libstdc++-libc6.1-1.so.2 is a symlink that points to /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so, which is installed by the compat-libstdc++-7.3-2.96.118 package. Make sure you have that installed (should come with Fedora) and see if that fixes the problem.
rpm -q compat-libstdc++-7.3-2.96.118 should tell you whether it's installed or not.
>
> Thanks much,
>
> --
> Joe Frohne
> Rawson Oaks Consulting, Remote Oracle Admins
> http://www.rawsonoaks.com
> joe_at_rawsonoaks.com or joe_at_frohne.org
> Oak Creek, WI, USA
>
>
-- ======================================================================== Daniel Hanks - Systems/Database Administrator About Inc., Web Services Division ======================================================================== -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Daniel Hanks INET: hanksdc_at_about-inc.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Dec 03 2003 - 12:34:24 CST