On Fri, Apr 02, 2004 at 07:02:15AM -0500, Justin Piszcz wrote: > ./configure --with-socks5 error > > lftp 2.6 uses it fine > (socks-5.0r11) from NEC > > NetAccess.cc:241: error: `SOCKSbind' undeclared (first use this function) > NetAccess.cc:241: error: (Each undeclared identifier is reported only once
It seems that socks.h had defined bind symbol, but not the SOCKSbind function. Please check that: 1. socks5 is the same version which you used for 2.6.x 2. look inside socks.h (or send it to me) to see what is required for definition of SOCKSbind function. -- Alexander. | http://www.yars.free.net/~lav/
