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


in reply to Accessing Microsoft SQL Server from Linux using DBD::Sybase

This was a great help, thanks! 2 things I had to do differently: 1) I had to sudo make install freetds and Sybase 2) I had to specify the path to freetds: export LD_LIBRARY_PATH=/usr/local/freetds/lib
  • Comment on Re: Accessing Microsoft SQL Server from Linux using DBD::Sybase

Replies are listed 'Best First'.
Re^2: Accessing Microsoft SQL Server from Linux using DBD::Sybase
by Anonymous Monk on Feb 27, 2009 at 17:53 UTC
    Oh, and I forgot about #3: I had to edit dbimp.c replacing BLK_VERSION_150 with BLK_VERSION_100 jww