|
|
sybperl-l Archive
Up Prev Next
From: "Oleg Orlov" <orlov at diasoft dot ru>
Subject: ct_init Error
Date: Apr 26 2000 1:58PM
Hello!
I tried to use Sybase perl module but get the error.
Configuration:
OS: NT40sp6
Sybase: 11.9.2
Perl: v5.6.0
Sybperl: 2.11
Script:
use Sybase::CTlib;
$dbh = new Sybase::CTlib 'sa', '123456', 'topol';
Error message:
Open Client Message:
Message number: LAYER = (5) ORIGIN = (3) SEVERITY = (5) NUMBER = (131)
Message String: ct_init(): network packet layer: internal net library error:
Attempt to spawn thread failed
Sybase::CTlib initialize: ct_init() failed at e:/perl/lib/DynaLoader.pm line
219.
Compilation failed in require at cttest2.pl line 2.
BEGIN failed--compilation aborted at cttest2.pl line 2.
Anothe information: isql.exe works OK.
Can somebody help me?
Thanks.
|