Programming for IPX
From: Andrew Falanga (falandrew_at_hp.com)
Date: 04/23/04
- Next message: John Red-Horse: "Problems with RH 9.0 and Terminal Programs..."
- Previous message: Sasa Stupar: "Re: Professional FTP Server?"
- Next in thread: Andreas Korn: "Re: Programming for IPX"
- Reply: Andreas Korn: "Re: Programming for IPX"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 23 Apr 2004 10:03:02 -0600
Hello,
What's up with RH 9? I'm using the defined protocol families and every
time I attempt to open a socket with socket() I get the following:
Unable to create socket: Socket type not supported
The socket type seems to be supported. It's mentioned in the manual
page. For crying out loud, I'm using IPX/SPX on eth0. I have IPX/SPX
command utilities (such as nprint, etc.), what am I missing? Perhaps a
header file somewhere? Currently, my program code has the following
library headers:
#include <sys/types.h>
#include <sys/socket.h>
#include <netipx/ipx.h>
#include <errno.h>
What else is necessary?
---------------------------------------------
Andrew R. Falanga (a non-HP employee)
Hewlett-Packard Company
11311 Chinden Blvd.
Boise, Idaho
---------------------------------------------
Please note: The e-mail address is purposely
mangled. I do not wish my account at HP to
become a spam haven.
- Next message: John Red-Horse: "Problems with RH 9.0 and Terminal Programs..."
- Previous message: Sasa Stupar: "Re: Professional FTP Server?"
- Next in thread: Andreas Korn: "Re: Programming for IPX"
- Reply: Andreas Korn: "Re: Programming for IPX"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|