http://www.perlmonks.org?node_id=909158

MikeMarsh has asked for the wisdom of the Perl Monks concerning the following question:

I have installed ASE 15.0.3 64 bit on AIX 5.3 box. Perl modules DBD and DBI have been compiled to Sybase 64 libraries ($SYBASE/$SYBASE_OCS/lib). When I run a perl script (code below) I get error: Dependent module libct64.so could not be loaded. Could not load module libct64.so. System error: No such file or directory There is no sybase module called 'libct64.so'. The closest one is 'libsybct.so'.

use Sybase::CTlib;

I tried creating softlinks in ASE lib (ln -s ./libsybct.so ./libct64.so) but that didn't work. Any suggestions?

Replies are listed 'Best First'.
Re: ASE15.0 CTlib error
by mpeppler (Vicar) on Jun 22, 2011 at 06:34 UTC
    You should probably rebuild sybperl (Sybase::CTlib) with the your OpenClient 15.x.

    Michael