|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: SybPerl Make Test Error
Date: Oct 1 2001 11:17PM
Chito Domingo[DSLWN] writes:
> I'm trying to install Sybperl to our site and I got this error message
> when I tried to do the 'make test':
>
> PERL_DL_NONLAZY=1 /usr/local/bin/perl -I../blib/arch -I../blib/lib
> -I/usr/local/lib/perl5/5.00503/sun4-solaris -I/usr/local/lib/perl5/5.00503
> -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;'
> t/*.t
> t/bcp...............Sybase error: Unknown network type found in interface
> file.
This is *probably* due to an interfaces file entry with a normal tcp
format instead of the tli format. Depending on the version of
OpenClient entries of the form:
plum
query tcp ether plum 4100
won't work for DB-Library apps, and you'll need to change them to
something like
plum
query tli tcp /dev/tcp \x00021004c0a800050000000000000000
(these two entries point to the same server, btw).
Michael
--
Michael Peppler - Data Migrations Inc. - http://www.mbay.net/~mpeppler
mpeppler@peppler.org - mpeppler@mbay.net
International Sybase User Group - http://www.isug.com
|