develooper Front page | perl.dbi.users | Postings from August 2001

Re: SEGV on DBI->connect with DBD::Sybase

From:
Michael Peppler
Date:
August 25, 2001 17:08
Subject:
Re: SEGV on DBI->connect with DBD::Sybase
plm writes:
 > I'm having trouble with perl dumping core with a *very* basic
 > DBD::Sybase script.  Here is the output from the script:
 > 
 > $  ./syb.pl
 > Segmentation fault (core dumped)
 > $
 > 
 > Here it is in the debugger:
 > 
 > $ perl -d  ./syb.pl
 > 
 > Loading DB routines from perl5db.pl version 1.0402
 > Emacs support available.
 > 
 > Enter h or `h h' for help.
 > 
 > main::(./syb.pl:6):     my $dbh =
 > DBI->connect("dbi:Sybase:server=WEBBER1192","acs","foobar");
 >   DB<1> n
 > Signal SEGV at /usr/lib/perl5/site_perl/5.005/i386-linux/DBI.pm line 495

Please see the Sybase on linux FAQ at
http://www.mbay.net/~mpeppler/linux.html 

In particular 
http://www.mbay.net/~mpeppler/Linux-ASE-FAQ.html#q1.14

Michael
-- 
Michael Peppler - Data Migrations Inc. - http://www.mbay.net/~mpeppler
mpeppler@peppler.org - mpeppler@mbay.net
International Sybase User Group - http://www.isug.com





Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About