sybperl-l Archive
Up Prev Next
From: mcree at orionsci dot com
Subject: Re: problem with sybperl can't find loadable oject...
Date: Jan 5 1996 3:53PM
Franklin,
That problem usually occurs because the production system has
a directory like "/usr/local/lib/perl" and the develpment environment
is "/usr/local/lib/perl5". Check the directory and make sure that the
library files are within it. Furthermore, make sure that the files and
directory are readable by everyone. That is another common problem.
Barring that problem, make sure that your INC variable is set
properly. It is set after the "use" statement for Sybase::DBlib, so
you might need to surround it with BEGIN { } END. These three solutions
solved similar problems for me.
Jim.
|