|
|
sybperl-l Archive
Up Prev Next
From: "David White" <dwhite at gr dot com>
Subject: RE: Another Sybperl install prob
Date: Jan 24 2000 8:44PM
Still having problems installing on linux always fails in the same place.
I tried adding the env vars
I tried commenting out the static linking in the CONFIG file in sybperl
I tried adding -lcs is it lc or lcs because lcs would not work
Could somebody walk me throught it? I would reallllly apreciate it!!!
dwhite@gr.com
-----Original Message-----
From: owner-SYBPERL-L@list.cren.net
[mailto:owner-SYBPERL-L@list.cren.net]On Behalf Of Michael Peppler
Sent: Friday, January 21, 2000 2:54 PM
To: SybPerl Discussion List
Subject: Re: Another Sybperl install prob
David White writes:
> during the make test portion of the setup I get a number of Undefined
> references .
> CTlib.o(.text+0xad79): undefined reference to `cs_cmp'
Looks like you aren't linking to -lcs, or that those symbols aren't
found during the make test session.
You probably need to set LD_LIBRARY_PATH to point to $SYBASE/lib
before running make test.
I note that you use static linking for sybperl. I would recommend not
doing that unless you believe that there is a specific need for it.
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
|