Wookie has asked for the wisdom of the Perl Monks concerning the following question:
ERROR:use strict; use DBI; BEGIN { $ENV{SYBASE}='c:\sybase' } print "$ENV{SYBASE}\n"; my $dbh=DBI->connect('DBI:Sybase:server:FOOBAR','foo','bar'); use Data::Dumper; print Dumper($dbh); exit(0);
I was wondering if anyone else is using this successfully - or knows of any issues before I go down the dark path of manually compiling DBD::Sybaseperl test.pl c:\sybase install_driver(Sybase) failed: DBD::Sybase initialize: cs_ctx_alloc() +failed at C:/Perl/lib/DynaLoader.pm line 225. Compilation failed in require at (eval 1) line 3. at test.pl line 11
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problems with DBD::Sybase on Win2K
by mpeppler (Vicar) on May 21, 2002 at 14:25 UTC | |
by Wookie (Beadle) on May 21, 2002 at 14:39 UTC | |
by mpeppler (Vicar) on May 21, 2002 at 15:46 UTC | |
|
Re: Problems with DBD::Sybase on Win2K
by VSarkiss (Monsignor) on May 21, 2002 at 15:17 UTC | |
|
Re: Problems with DBD::Sybase on Win2K
by busunsl (Vicar) on May 29, 2002 at 09:28 UTC | |
|
Re: Problems with DBD::Sybase on Win2K
by Wookie (Beadle) on Jun 05, 2002 at 12:26 UTC |