in reply to RE: (tye)Re: How do I *add* a socket option ?
in thread How do I *add* a socket option ?
Then SO_ORIGINAL_DST must not be defined when you compile that code. Check which include file that is defined in and what files you are including in Socket.xs. There could be #ifdef's that prevent it from being defined.
FYI, you should get that error when your use imports that symbol, not when you try to use the symbol. And you must be importing that symbol since you don't have () on the end of it.
- tye (but my friends call me "Tye")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: (tye)Re2: How do I *add* a socket option ?
by Q-Bert (Novice) on Oct 12, 2000 at 19:11 UTC |