[squid-users] socks on squid, still working?

Amos Jeffries squid3 at treenet.co.nz
Mon Jul 30 04:44:40 UTC 2018


On 30/07/18 09:12, mzgmedia wrote:
> is still working to compile squid to be socks server? I didn't manage to do
> it
> 
> "Intercept.cc:(.text._ZN2Ip9Intercept14ProbeForTproxyERNS_7AddressE+0x93):
> undefined reference to `SOCKSbind'
> Intercept.cc:(.text._ZN2Ip9Intercept14ProbeForTproxyERNS_7AddressE+0x13e):
> undefined reference to `SOCKSbind'
> "
> 

Should be possible still. Check the symbol names provided by your SOCKS
library.

SOCKSbind is a specific symbol name defined by SOCKSv4 libraries. The
SOCKSv5 library I use exports 'R' symbols instead. Rbind etc.

Amos


More information about the squid-users mailing list