|
|
sybperl-l Archive
Up Prev Next
From: t_reilly at INDRA dot COM
Subject: Help with Possible install problem
Date: Oct 8 1999 4:47AM
I Had our UNIX SA compile and install 2.11 and the SybTools module on a
Solaris 2.6 server.
I am getting these errors when attempting to use the SybTools
subroutines:
with -
use Sybase::SybTools;
the message is:
Can't locate Sybase/SybTools.pm in @INC (@INC contains:
/usr/local/lib/perl5/5.00503/sun4-solaris /usr/local/lib/perl5/5.00503
/usr/local/lib/perl5/site_perl/5.005/sun4-solaris
/usr/local/lib/perl5/site_perl/5.005 .)
The SybTools.pm file is located in two places
/usr/local/lib/perl5/site_perl/5.005 and
/usr/local/lib/perl5/site_perl/5.005/Sybase.
with -
use SybTools;
Can't locate auto/Sybase/CTlib/Scalar.al in @INC (@INC contains:
/usr/local/lib/perl5/5.00503/sun4-solaris /usr/local/lib/perl5/5.00
503 /usr/local/lib/perl5/site_perl/5.005/sun4-solaris
/usr/local/lib/perl5/site_perl/5.005 .)
This path (auto/Sybase/CTlib/) does not exist under the listed
directories and I cannot find Scalar.al .
When we execute "make test.pl" where we un-tar'd the file it seems to
work fine.
Any suggestions on this problem?
Thanks in advance,
Tom Reilly
|