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

From: herbert koelman <herbert.koelman_at_urbix.fr>
Date: Sat, 04 Nov 2006 15:23:09 +0100
Message-ID: <454ca24e$0$11733$426a74cc_at_news.free.fr>



[Quoted] [Quoted] 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 ? Received on Sat Nov 04 2006 - 15:23:09 CET

Original text of this message