good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re: Accessing Microsoft SQL Server from Linux using DBD::Sybaseby Anonymous Monk |
on Feb 27, 2009 at 17:46 UTC ( [id://746969]=note: print w/replies, xml ) | Need Help?? |
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
In Section
Tutorials
|
|