HimanshuP has asked for the wisdom of the Perl Monks concerning the following question:
Hi,I want to access sybase database using Perl. Saw most related earlier posts here.Thought of using DBD::Sybase,is it necessary to install 'sybperl'.I do not think so.What are the prerequites for DBD::Sybase?
While installing DBD::Sybase,I am getting error as 'Please set SYBASE in CONFIG, or set the $SYBASE environment variable at Makefile.PL'.echo $SYBASE shows /usr/local/lib/sybase
I am confused regarding SYBASE and LD_LIBRARY_PATH variables as WHICH address to give in both(I am having sybase database on my remote server,so where SYBASE should point to).I am using linux machine.Sorry for such basic doubts,but help will be really appreciable :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl+sybase connection
by roboticus (Chancellor) on Jul 06, 2010 at 14:20 UTC | |
|
Re: perl+sybase connection
by JavaFan (Canon) on Jul 06, 2010 at 15:27 UTC |