|
|
sybperl-l Archive
Up Prev Next
From: "Robert Fenstermacher" <fence at bwn dot net>
Subject: Re: "Unknown network type found in interface file"
Date: Jan 12 2001 1:24AM
I don't believe that Linux requires the hex entries in the interfaces file
maybe try this in your interfaces file instead of the hex entry:
##
## NYP_RISK11 on ny51db01:7024 (primary)
##
NYP_RISK11
master tcp ether ny51db01 7024
query tcp ether ny51db01 7024
or. if the name ny51db01 doesn resolve, use the I/P address:
##
## NYP_RISK11 on ny51db01:7024 (primary)
##
NYP_RISK11
master tcp ether 144.14.71.47 7024
query tcp ether 144.14.71.47 7024
HTH
Robert
----- Original Message -----
From:
To: "SybPerl Discussion List"
Sent: Thursday, January 11, 2001 6:05 PM
Subject: "Unknown network type found in interface file"
>
> Hi,
>
> Running perl 5.00503, sybperl-2.13, redhat 6.2,
> sybase-openclient-11.1.1-1.
>
> I see this message when executing a perl script on the
> linux box:
>
> "DB-Library error: Unknown network type found in interface file."
>
> Seems to work fine on a Solaris 2.5.1 box running perl 5.004_04,
> sybperl-2.10-3, and sybase-openclient-10.0.4.4.
>
> The interface line in question:
>
> ##
> ## NYP_RISK11 on ny51db01:7024 (primary)
> ##
> NYP_RISK11
> query tli tcp /dev/tcp \x00021b70900e4f2f0000000000000000
>
> Any thoughts?
>
> -Mike
>
|