Oops - forgot to share...

-----Original Message-----
From: Matt Crapo [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, August 07, 2001 4:19 PM
To: 'Chidi'
Subject: RE: Please help with perl library path problem!


I may be off in left field here, but I've had similar error messages
(keyword ld.so.1).  I found the problem was my environment variable
$LIBPATH (or $LD_LIBRARY_PATH on solaris) was missing a library
directory or two.

My suggestion:  Echo $LIBPATH (or $LD_LIBRARY_PATH) in the environment
that works and compare it with the trouble environment.  Also, pay
attention to the fact that the variables have different names between
solaris and other OS's.  Somebody not familiar with solaris might be
setting up the environment with $LIBPATH when they should be using
$LD_LIBRARY_PATH (or vice versa).

Of course, this may not have anything to do with your problem - just a
shot in the dark.

Good Luck!
Matt

-----Original Message-----
From: Chidi [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, August 07, 2001 2:28 PM
To: [EMAIL PROTECTED]
Subject: Re: Please help with perl library path problem!



I am getting an error on my solaris 5.6 sparc box when I try to run a
Perl program with the Sybperl CTLIB extension.

Specifically, I get the following error message:

Can't load

'/tools/ver/perl-5.005_03/lib/site_perl/5.005/sun4-solaris/auto/Sybase/C
Tlib
/CTlib.so' for module Sybase::CTlib: ld.so.1: /tools/perl/bin/perl:
fatal:
libct.so:
 open failed: No such file or directory at
/tools/ver/perl-5.005_03/lib/site_perl/5.005/sun4solaris/DynaLoader.pm
line 169.

 Note:
 In the development environment,
 the same Perl program runs successfully on a similar box
 but it FAILS WITH THE SAME ERROR on two other boxes of the same
hardware/software type. Perl was installed in /tools/ver/perl with links
in /tools/perl.-5.005_03 in  keeping with standards here.

 Please help !! Please.





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to