|
|
sybperl-l Archive
Up Prev Next
From: Steven Cruz <steve at nextopia dot com>
Subject: Re: Fwd: sybperl2.11 error
Date: Dec 7 1999 6:00PM
hello;
Strange, I having a build problem also. I have built with no problem in
the past and I have check everything that I coudl think of. however I
get the problem when I run make test.
My OS is Red Hat 6.1 and I am using sybase 11.0.3.3
my error is
make[1]: Entering directory `/root/sybperl-2.11/BCP'
make[1]: Leaving directory `/root/sybperl-2.11/BCP'
make[1]: Entering directory `/root/sybperl-2.11/CTlib'
make[1]: Leaving directory `/root/sybperl-2.11/CTlib'
make[1]: Entering directory `/root/sybperl-2.11/DBlib'
make[1]: Leaving directory `/root/sybperl-2.11/DBlib'
make[1]: Entering directory `/root/sybperl-2.11/Sybperl'
make[1]: Leaving directory `/root/sybperl-2.11/Sybperl'
make[1]: Entering directory `/root/sybperl-2.11/BCP'
PERL_DL_NONLAZY=1 /usr/bin/perl -I../blib/arch -I../blib/lib
-I/usr/lib/perl5/5.00503/i686-linux-thread -I/usr/lib/perl5/5.00503 -e
'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;'
t/*.t
t/bcp...............ok
All tests successful.
Files=1, Tests=9, 9 wallclock secs ( 1.15 cusr + 0.27 csys = 1.42
CPU)
make[1]: Leaving directory `/root/sybperl-2.11/BCP'
make[1]: Entering directory `/root/sybperl-2.11/CTlib'
PERL_DL_NONLAZY=1 /usr/bin/perl -I../blib/arch -I../blib/lib
-I/usr/lib/perl5/5.00503/i686-linux-thread -I/usr/lib/perl5/5.00503 -e
'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;'
t/*.t
t/ctlib.............dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
t/cursor............dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
FAILED--2 test scripts could be run, alas--no output ever seen
make[1]: *** [test_dynamic] Error 2
make[1]: Leaving directory `/root/sybperl-2.11/CTlib'
make: *** [test] Error 2
Any help please?
Thank you
Steven Cruz
8-)
vissu Musunuru wrote:
>
> >From: "vissu Musunuru"
> >Reply-To: SYBPERL-L@listproc.net
> >To: SybPerl Discussion List
> >Subject: sybperl2.11 error
> >Date: Thu, 02 Dec 1999 16:14:52 GMT
> >
> >hai,
> >error while trying to install sybperl 2.11,please go through all details.
> >versions.
> >----------
> >redhat linux 6.0,sybase ase 11.9.2,perl 5.005-03,sybperl 2.11
> >-----------------------------------------
> >I had installed DBI 1.13 sucessfully.
> >I tried to install sybperl both dynamically and statically,
> >but both failed.
> >I am not using the default perl version,in fact I rebuild the stable
> >version
> >of perl and ran
> >./Configure -ders -Dlibs="-lnsl -lgdbm -ldl -lm -lc -lposix -lcrypt"
> >make
> >make test.
> >perl was built with 1error i.e lib/anydbm failed at test 12,
> > ^^^^^^^^^^^^^^^^^
> >and gdbm,ndbm,odbm skipped on this platform.
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >and 99% was built sucessfully.
> >then I tried perl harness in t,lib/anydbm ....failed at test 12. 91.67%
> >o.k.
> >-----------------------
> >then I tried installing sybperl dynamically but failed,
> >I tried statically,edited the CONFIG,accordingly
> >edited the blib/arch/auto/sybase/CTlib/extralibs.ld and extralibs.all
> >ran make perl,
> >the o/p of ldd `which perl` is
> >------------------------------------
> >libct.so => /opt/sybase-11.9.2/lib/libct.so (0x40017000)
> > libcs.so => /opt/sybase-11.9.2/lib/libcs.so (0x40074000)
> > libsybtcl.so => /opt/sybase-11.9.2/lib/libsybtcl.so (0x40081000)
> > libcomn.so => /opt/sybase-11.9.2/lib/libcomn.so (0x400a3000)
> > libintl.so => /opt/sybase-11.9.2/lib/libintl.so (0x400f9000)
> > libinsck.so => /opt/sybase-11.9.2/lib/libinsck.so (0x40101000)
> > libm.so.6 => /lib/libm.so.6 (0x40104000)
> > libsybdb.so => /opt/sybase-11.9.2/lib/libsybdb.so (0x40120000)
> > libnsl.so.1 => /lib/libnsl.so.1 (0x401cb000)
> > libdb.so.3 => /lib/libdb.so.3 (0x401e0000)
> > libdl.so.2 => /lib/libdl.so.2 (0x4021b000)
> > libc.so.6 => /lib/libc.so.6 (0x4021e000)
> > libcrypt.so.1 => /lib/libcrypt.so.1 (0x4030c000)
> > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> >--------------------------------------------------------
> >and finally how to know that sybperl was installed.
> >use Sybase::CTlib giving error.
> >please help me out
> >vissu
> >
> >______________________________________________________
> >Get Your Private, Free Email at http://www.hotmail.com
> >
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
|