Re: OCCI build warning (libstdc++.so.5 needed by ...)

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Sun, 05 Nov 2006 04:18:40 +0100
Message-ID: <eiiatp$49d$1_at_news6.zwoll1.ov.home.nl>


herbert koelman schreef:
> When building a simple OCCI program on Fedora C6 I get the next warning:
>
> [at home]$ make conn
> g++ -I
> /usr/lib/oracle/xe/app/oracle/product/10.2.0/client/rdbms/public/ -g -L
> /usr/lib/oracle/xe/app/oracle/product/10.2.0/client/lib -L
> /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib -locci -lclntsh
> -lpthread conn.cc -o conn
>
> /usr/bin/ld: warning: libstdc++.so.5, needed by
> /usr/lib/oracle/xe/app/oracle/product/10.2.0/client/lib/libocci.so, may
> conflict with libstdc++.so.6
>
> A find on my /usr directory returned :
> /usr/lib/libstdc++.so.6
> /usr/lib/libstdc++.so.5.0.7
> /usr/lib/libstdc++.so.6.0.8
> /usr/lib/libstdc++.so.5
>
> It appears that the wanted library is available.
>
> What's wrong ?

Force libstdc++.so.6 to be deinstalled, and libstdc++.so.5 to be installed. You can probably even try without resolving dependencies.
Did you check Werner Puschitz' site (www.puschitz.com )?

-- 
Regards,
Frank van Bortel

[Quoted] Top-posting is one way to shut me up...
Received on Sun Nov 05 2006 - 04:18:40 CET

Original text of this message