On 11/22/10 11:58 AM, E R wrote:
Hi,
I have two DBD/Oracle/Oracle.so shared libraries. In one case ldd
reports that libocci is linked in, and in another case libocci doesn't
show up.
wild guess says one was linked statically (eg, libocci.a rather than
libocci.so). static linking embeds a copy of the lib in the module so
its not externally referenced. good in that you don't have to worry
about the lib path, bad in that if the lib is updated your module won't
see the new one, good in that if those updates break something, it won't
effect you.