install_driver(Sybase) failed: DBD::Sybase initialize:

2005-04-11 Thread Desai, Anand (HP-GDIC)
Help.. I have been struggling to get DBI to work on my server... Here is the code.. #! /usr/bin/perl #use strict; BEGIN { $ENV{SYBASE} = /opt/sybase11.9.2; } use DBI; print Here's a list of DBI drivers:\n; my @available_drivers = DBI-available_drivers('quiet'); my $driver; foreach $driver

Re: install_driver(Sybase) failed: DBD::Sybase initialize:

2005-04-11 Thread Chuck Fox
Anand, It appears that your environment is not correctly setup. Check that you have sourced in the SYBASE.sh located at /opt/sybase11.9.2. It appears that DBD::Sybase attempted to call ct_init in the Sybase libs and failed to find it. Check the SHLIB_PATH. Use isql to connect to verify that

Re: install_driver(Sybase) failed: DBD::Sybase initialize:

2005-04-11 Thread Michael Peppler
On Mon, 2005-04-11 at 14:58, Desai, Anand (HP-GDIC) wrote: Help.. I have been struggling to get DBI to work on my server... Here is the code.. #! /usr/bin/perl #use strict; BEGIN { $ENV{SYBASE} = /opt/sybase11.9.2; } nstall_driver(Sybase) failed: DBD::Sybase initialize: ct_init(1100)