|
|
sybperl-l Archive
Up Prev Next
From: Neil Ratzlaff <Neil dot Ratzlaff at ucop dot edu>
Subject: Re: errors at make
Date: Nov 20 1998 5:10PM
At 13:27 11/19/98 -0800, you wrote:
>Neil Ratzlaff writes:
> > I have AIX 4.2.1, Sybase Open Client 10.0.4, newly created perl 5.005_02.
> > I am
> > trying to create sybperl 2.09. The only change I made in the default
CONFIG
> > file was to specify the sybase open client directory.
> >
> > perl Makefile.PL has no problems
> > But make ends with this:
> >
> > ld: 0711-317 ERROR: Undefined symbol: bsd_tcp
>
>Add -linsck to the EXTRA_LIBS line in the CONFIG file, and rebuild
>from scratch (ie start with perl Makefile.PL).
>
>Michael
>--
>Michael Peppler -||- Data Migrations Inc.
>mpeppler@mbay.net -||- http://www.mbay.net/~mpeppler
>Int. Sybase User Group -||- http://www.isug.com
>Sybase on Linux mailing list: ase-linux-list@isug.com
>
One step at a time. Make did work fine, after your help. Then make test was
all ok except one line:
t/cursor..........Use of unitialized value at t/cursor.t line 123
Is this anything I need to worry about?
Thanks again,
Neil
|