|
|
sybperl-l Archive
Up Prev Next
From: Steven Cruz <steve at nextopia dot com>
Subject: Re:
Date: Jun 4 1999 3:28PM
jon54@vt.edu wrote:
>
> Hi,
>
> I'm trying to install sybperl 2.10 on a RedHat Linux(2.0.36). I have perl5.00405 and OpenClient 10.0.1. The error occurs when trying to compile CTlib.c.
> from make:
> cc -c -I/opt/sybase/include -Dbool=char -DHAS_BOOL -O2 -DVERSION=\"2.10_02\" -DXS_VERSION=\"2.10_02\" -fpic -I/usr/lib/perl5/i386-linux/5.00405/CORE -DCTLIBVS=100 -DSYBPLVER='"2.10_02"' -DDO_TIE CTlib.c
> CTlib.xs: In function `newdbh':
> CTlib.xs:399: `PL_sv_undef' undeclared (first use this function)
> CTlib.xs:399: (Each undeclared identifier is reported only once
> CTlib.xs:399: for each function it appears in.)
> CTlib.xs: In function `clientmsg_cb':
> CTlib.xs:1443: `PL_sv_undef' undeclared (first use this function)
> CTlib.xs: In function `servermsg_cb':
> CTlib.xs:1538: `PL_sv_undef' undeclared (first use this function)
> CTlib.xs: In function `initialize':
> CTlib.xs:1707: `PL_na' undeclared (first use this function)
> ..
>
> etc.
>
> Is there something I'm missing? I tried skipping CTlib, but I get the same erros when compiling DBlib.
>
> Suggestions?
> -jon
Did you recompile perl to remove some libraries?
8-)
|