|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: RES: make test
Date: Apr 3 2000 3:52PM
Andre Castanheira writes:
> Michael,
> I've done the modifications, but now I've got the following errors after
> the make test command :
> Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
> t/ctlib.............dubious
> Test returned status 255 (wstat 65280, 0xff00)
Pretty sure this is the LANG or LC_ALL env. variable problem. See the
linux faq on my home page (http://www.mbay.net/~mpeppler/linux.html,
at the bottom of the page).
Michael
>
> ----- Mensagem original -----
> De: Michael Peppler [SMTP:mpeppler@peppler.org]
> Enviada em: segunda-feira, 3 de abril de 2000 11:21
> Para: SybPerl Discussion List
> Assunto: Re: make test
>
> Andre Castanheira writes:
> > Hi,
> >
> > I need to install sybperl on my linux box, but when I run the make test
> command, I receive the following error :
> >
> > /opt/sybase-11.9.2/lib/libct.so: undefined reference to `syb_net_chain'
>
> For some reason your build did not link with -lsybtcl instead
> -ltcl. Go back and edit sybperl-2.xx/CTlib/Makefile and change -ltcl
> to -lsybtcl and rebuild.
>
> > collect2: ld returned 1 exit status
> > make[1]: *** [perl] Error 1
> > make[1]: Leaving directory `/usr/lib/sybperl-2.11'
> > make: *** [perl] Error 2
>
> It would also seem that you are building with static linking
> (LINK_TYPE=static). I would avoid that if at all possible as it makes
> updating things a lot more complicated.
>
> Michael
> --
> Michael Peppler -||- Data Migrations Inc.
> mpeppler@peppler.org -||- http://www.mbay.net/~mpeppler
> Int. Sybase User Group -||- http://www.isug.com
> Sybase on Linux mailing list: ase-linux-list@isug.com
>
--
Michael Peppler -||- Data Migrations Inc.
mpeppler@peppler.org -||- http://www.mbay.net/~mpeppler
Int. Sybase User Group -||- http://www.isug.com
Sybase on Linux mailing list: ase-linux-list@isug.com
|