|
|
sybperl-l Archive
Up Prev Next
From: "Stevens, Nancy" <Nancy dot Stevens at LibertyMutual dot com>
Subject: perl upgrade/connect problem
Date: Oct 2 1997 7:31PM
Hi. I was using CTlib (syb_perl version 2_07), with Perl version 5_003
and everything was working fine. I just upgraded to Perl version
5_004_3 (including the patch) and now when I try to connect to ctlib, I
get the following errors (this in on AIX):
perl -de 0
main::(-e:1): 0
DB<1> use Sybase::CTlib;
DB<2> $d = Sybase::CTlib->ct_connect(uid, pwd);
Signal SEGV at /usr/local/lib/perl5/perl5db.pl line 1067
DB::DB called at -e line 1
IOT/Abort trap(coredump)
so I tried with DBlib and got:
DB<1> use Sybase::DBlib;
DB<2> $dbh = new Sybase::DBlib uid, pwd;
DB<3> $dbh->dbcmd("select db_name()")
Signal SEGV at /usr/local/lib/perl5/perl5db.pl line 1067
DB::DB called at -e line 1
IOT/Abort trap(coredump)
Any ideas?
Thanks, Nancy
@<><><><><><><><><><><><><><><><><>><><><><><><><><><><><><><><><><><><>
<><><><><><><>@
Nancy Stevens
Liberty Mutual Insurance Group
225 Borthwick Ave.
Portsmouth, NH 03801
Phone: (603) 431-8400 x53611
Fax: (603) 431-1207
e-mail: Nancy.Stevens@LibertyMutual.com
@<><><><><><><><><><><><><><><><><>><><><><><><><><><><><><><><><><><><>
<><><><><><><>@
|