in reply to Re: Accessing sql server from perl using dblib/ctlib and freetds
in thread Accessing sql server from perl using dblib/ctlib and freetds

Most likely, yes, you'll need to recompile them. There's a remote chance it might not be required — this would be under the following circumstances:

You can always check with ldd which dependent libraries are being pulled in (if any) by your old DBlib.so and CTlib.so. Make sure you call it from within the right environment.

Replies are listed 'Best First'.
Re^3: Accessing sql server from perl using dblib/ctlib and freetds
by Anonymous Monk on Dec 21, 2010 at 19:02 UTC
    Thanks again Anonyrnous Monk. Yes, I ended up recompiling the DBlib.so and CTlib.so. The 'ldd' showed that it was pointing to the Sybase libs