http://www.perlmonks.org?node_id=582546


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

Two more things to try:

Add $ENV{'SYBASE'} = '/wherever/it/is'; inside a BEGIN block.

Add /usr/local/freetds/lib (or wherever libct sits) to LD_LIBRARY_PATH

- dEvNuL
  • Comment on Re: DBD::Sybase - problem loading shared object