ok - the problem could now be solved by setting the library path in /etc/ld.so.conf.d/oracle.conf and running ldconfig as root. Then all the libraries could be found. Somehow the LD_LIBRARY_PATH variable was constantly ignored, although it was set and could be queried with echo $LD_LIBRARY_PATH. It was interesting that LD_LIBRARY_PATH worked as root, but not as a regular user, but the method with ldconfig worked for all users.
Thank you for all of your help! Andreas On Sun, June 21, 2009 9:55 pm, Andreas Neumann wrote: > yes, my setup has nothing to do with fgs-dev > > This other path maybe appeared from the original email I was answering, > but on my machine all the oracle instant client libraries are stored > under /usr/local/lib/instantclient_10_2/ and the header files under > /usr/local/lib/instantclient_10_2/sdk/ > > I will try again on Monday, maybe with also setting the PATH variable. > > I will report back tomorrow. > > Andreas > > Normand Savard wrote: >> Mateusz Loskot wrote: >>> Andreas Neumann wrote: >>>> /usr/bin/ld: warning: libnnz10.so, needed by >>>> /usr/local/lib/instantclient_10_2/libclntsh.so, not found (try using >>>> -rpath or -rpath-link) >>> >>> The path above and the path below are different. >>> >>>>> -L/home/fgs/fgs-dev/built/instantclient_11_1 -lc\ >>>>> lntsh >>> >>> Are you sure you configure against one version of Oracle stuff? >>> From what I can see, you have two versions. >>> >> Mateusz, >> >> Maybe I misinterpreted Andreas' email but I think he's trying to >> compile GDAL/OGR with OCI (Oracle Instantclient) outside of fgs-dev. >> Can you confirm Andreas? >> >> Norm > > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev > -- Andreas Neumann http://www.carto.net/neumann/ http://www.svgopen.org/ _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
