|
|
sybperl-l Archive
Up Prev Next
From: "Heinz Ringlhofer" <Heinz dot Ringlhofer at zamg dot ac dot at>
Subject: Re: make test fails Solaris 8 - 64 bit
Date: Apr 11 2003 1:25PM
Correct ... as always
However it seems that you still have to make the following
links to get Sybperl running:
cd $SYBASE/$SYBASE_OCS/lib
ln -s ./libinsck.so.12.5.0.4 libinsck.so
ln -s ./libtli.so.12.5.0.4 libtli.so
On Apr 8, 14:45, Michael Peppler wrote:
> Subject: Re: make test fails Solaris 8 - 64 bit
> On Tue, 2003-04-08 at 05:11, Heinz Ringlhofer wrote:
> > make test fails on Solaris 8 - Sybase 12.5 (64 bit version):
> >
> > (this is sybperl-2.15)
>
> > t/blk....Can't load
> >
'/daten1/sybase/perl/src/sybperl-2.15/BLK/../blib/arch/auto/Sybase/CTlib/CTlib.so'
> > for module Sybase::CTlib: ld.so.1: /usr/bin/perl: fatal: relocation error:
file
> >
/daten1/sybase/perl/src/sybperl-2.15/BLK/../blib/arch/auto/Sybase/CTlib/CTlib.so:
> > symbol blk_drop: referenced symbol not found at
>
> > zaadbs9: file
> >
/daten1/sybase/perl/src/sybperl-2.15/BLK/../blib/arch/auto/Sybase/CTlib/CTlib.so
> >
/daten1/sybase/perl/src/sybperl-2.15/BLK/../blib/arch/auto/Sybase/CTlib/CTlib.so:
> > ELF 32-bit MSB dynamic lib SPARC Version 1, dynamically linked, not
stripped
>
> OK - you are building in 32 bit mode, which is fine. However, Sybase
> appears not to have included the libblk.so (or libblk.a) file in the
> distribution.
>
> I believe I've seen this complaint before - and that the missing library
> is an omission by Sybase (i.e. not done on purpose). Check your
> distribution media to see if you can find this library. If not, I'd
> contact Sybase tech support about this.
>
> Michael
>-- End of excerpt from Michael Peppler
|