|
|
sybperl-l Archive
Up Prev Next
From: JamesRanson at aol dot com
Subject: Re: perl 5.8.0
Date: Aug 16 2002 5:21PM
Hi --
I am brand new to this list, as I am brand new to SybPerl, and like all
newbies, I have run into some problems getting it working.
I am running Redhat 7.3, Perl 5.8.0 and Sybase Open Client 11.1.1. Perl and
Sybase are working fine (I can run a "Hello World" script and run command
line queries using isql). However, SybPerl is being a little difficult. I am
getting errors on the make test (pasted below), and the "use Sybase::CTlib"
line in my script is erroring with a segmentation fault.
I have recompiled Perl using the normal Configuration and then recompiled
SybPerl only to receive those errors. I then deleted the config.sh and
Policy.sh and recompiled Perl with the Michael's recommended ./Configure,
which returned an error that we have a "BIG problem" in that /usr/bin/ld:
cannot find -lposix. So I then tried Michaels recommended ./Configure without
the -lposix flag, and perl installed, but the make test on sybperl still
gives the error below.
Can anyone help?
Thanks!
~James
make[1]: Entering directory `/home/jranson/sybperl21450/BCP'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
t/bcp....ok
All tests successful.
Files=1, Tests=9, 0 wallclock secs ( 0.16 cusr + 0.02 csys = 0.18 CPU)
make[1]: Leaving directory `/home/jranson/sybperl21450/BCP'
make[1]: Entering directory `/home/jranson/sybperl21450/BLK'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
t/blk....dubious
Test returned status 0 (wstat 11, 0xb)
FAILED--1 test script could be run, alas--no output ever seen
make[1]: *** [test_dynamic] Error 2
make[1]: Leaving directory `/home/jranson/sybperl21450/BLK'
make: *** [test] Error 2
|