|
|
sybperl-l Archive
Up Prev Next
From: Adam Witney <witneya at nmripo dot nmri dot nnmc dot navy dot mil>
Subject: Sybperl error
Date: Feb 10 1999 6:35PM
Hello,
I am trying to use sybperl on a Win98 machine with Activestate perl
v5.005_2 installed, using sybperl.zip downloaded from Activestates site.
However, when i try to execute a simple script to connect to the database:
#! c:\perl\bin\perl.exe
use Sybase::CTlib;
$user = "";
$pass = "";
$server = "";
$ctlib = new Sybase::CTlib $user, $pass, $server;
$data = $ctlib->ct_sql("select * from table");
then i receive the following error:
Can't load 'D:\PERL\site\lib/auto/Sybase/CTlib/CTlib.dll' for module
Sybase::CTl
ib: load_file:One of the library files needed to run this application cannot be
found at D:\PERL\lib/DynaLoader.pm line 168.
at sybase.pl line 4
BEGIN failed--compilation aborted at sybase.pl line 3.
It doesn't seem to be able to get past the 'use Sybase::CTlib;' line.
Any thoughts as to what is going wrong are greatly appreciated.
adam
Dr Adam Witney,
Malaria Program,
Naval Medical Research Center,
12300 Washington Avenue,
Rockville, MD 20852
Tel: 301 295 1821
Fax: 301 295 6171
|