|
|
sybperl-l Archive
Up Prev Next
From: "Seaman, Mark" <Mark dot Seaman at vtmednet dot org>
Subject: RE: make test failed on sybperl/linux install
Date: Jul 21 2000 5:30PM
>From the tcp man page on Solaris:
...
Programs can access TCP using the socket interface as a
SOCK_STREAM socket type, or using the Transport Level Inter-
face (TLI) where it supports the connection-oriented
(T_COTS_ORD) service type.
...
Mark
-----Original Message-----
From: Eric Webber [mailto:streethockey@ureach.com]
Sent: Friday, July 21, 2000 1:18 PM
To: SybPerl Discussion List
Subject: RE: make test failed on sybperl/linux install
what is TLI ?
---- On Fri, 21 Jul 2000, Seaman, Mark
(Mark.Seaman@vtmednet.org) wrote:
> As far as I know, Linux doesn't support TLI. It appears you
copied your
> interfaces file from the Solaris machine to your Linux box.
You need to
> make these tcp, e.g.
>
> OFA300
> master tcp ether
> query tcp ether
>
> Mark
>
> -----Original Message-----
> From: Eric Webber [mailto:streethockey@ureach.com]
> Sent: Friday, July 21, 2000 12:36 PM
> To: SybPerl Discussion List
> Subject: make test failed on sybperl/linux install
>
>
> Step 7, the make test part of the install for sybperl failed.
> We are attempting to install sybperl on linux
> [gemini1.gsfc.nasa.gov], we have sybase
> server itself running on a DIFFERENT box [solaris
> arioch.gsfc.nasa.gov].
>
> We have OpenClient installed and running on the same
> Linux box that we are trying to install sybperl on.
>
> The sybperl install went fine until make test, here
> are the results of that attempt, as well as our
> interfaces file:
>
> make test
>
> make[1]: Entering directory `/root/sybperl/sybperl-2.12/BCP'
> make[1]: Leaving directory `/root/sybperl/sybperl-2.12/BCP'
> make[1]: Entering directory `/root/sybperl/sybperl-2.12/CTlib'
> make[1]: Leaving directory `/root/sybperl/sybperl-2.12/CTlib'
> make[1]: Entering directory `/root/sybperl/sybperl-2.12/DBlib'
> make[1]: Leaving directory `/root/sybperl/sybperl-2.12/DBlib'
> make[1]: Entering directory `/root/sybperl/sybperl-
2.12/Sybperl'
> make[1]: Leaving directory `/root/sybperl/sybperl-
2.12/Sybperl'
> make[1]: Entering directory `/root/sybperl/sybperl-2.12/BCP'
> PERL_DL_NONLAZY=1 /usr/bin/perl -I../blib/arch -I../blib/lib
> -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -
e
> 'use
> Test::Harness qw(&runtests $verbose); $verbose=0; runtests
> @ARGV;' t/*.t
> t/bcp...............dubious
> Test returned status 255 (wstat 65280, 0xff00)
> make[1]: Leaving directory `/root/sybperl/sybperl-2.12/BCP'
>
>
> Sybase error: Unknown network type found in interface file.
> OS Error: Unknown error 4294967295
> Can't call method "sql" on an undefined value at t/bcp.t line
> 49.
> Undefined subroutine &Test::Harness::WCOREDUMP called at
> /usr/lib/perl5/5.00503/Test/Harness.pm line 288.
> make[1]: *** [test_dynamic] Error 255
> make: *** [test] Error 2
>
> ############# end of make test
>
> INTERFACE FILE:
>
>
> \
> ## OFA300 on arioch.gsfc.nasa.gov
> ## Services:
> ## query tcp (5600)
> ## master tcp (5600)
>
> OFA300 4 2
> query tli tcp /dev/tcp
> \x000215e080b7d1d20000000000000000
>
>
>
>
>
>
> ________________________________________________
> Get your own "800" number - Free
> Free voicemail, fax, email, and a lot more
> http://www.ureach.com/reg/tag
>
>
>
________________________________________________
Get your own "800" number - Free
Free voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag
|