in reply to DBD::Sybase - problem loading shared object

What happens if run ldd against Sybase.so? libct.so.4? Is there a permissions issue (can the user the script runs under read the library and any other dependancies)?
  • Comment on Re: DBD::Sybase - problem loading shared object

Replies are listed 'Best First'.
Re^2: DBD::Sybase - problem loading shared object
by McDarren (Abbot) on Nov 07, 2006 at 02:24 UTC
    That was the clue we needed - thanks.

    The fix was to add /usr/local/freetds/lib to /etc/ld.so.conf, and then run ldconfig.

    All is working fine now.

    Thanks again,
    Darren :)