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

2018-08-02 Thread Amos Jeffries
On 02/08/18 07:19, mzgmedia wrote: > thank you for the answers, I really appreciated > > "Do you have libsocks development version installed in the OS default > location? " > is possible to tell me the name of the package or the path, I've installed > via yum all the packages which had "sock" on

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

2018-08-01 Thread mzgmedia
thank you for the answers, I really appreciated "Do you have libsocks development version installed in the OS default location? " is possible to tell me the name of the package or the path, I've installed via yum all the packages which had "sock" on the name/description but still doesn't work

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

2018-08-01 Thread Amos Jeffries
On 02/08/18 02:19, mzgmedia wrote: > the export of variable doesn't seems to work for me > > export CFLAGS=" -Dbind=SOCKSbind " > export CXXFLAGS=" -Dbind=SOCKSbind " > export LDADD=" -lsocks " > As I said earlier, you need to check the library symbol names match the ones you are telling the com

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

2018-08-01 Thread mzgmedia
the export of variable doesn't seems to work for me export CFLAGS=" -Dbind=SOCKSbind " export CXXFLAGS=" -Dbind=SOCKSbind " export LDADD=" -lsocks " so I'm trying to do via ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu \ .. .. .. --e

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

2018-07-29 Thread Amos Jeffries
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_7Addr

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

2018-07-29 Thread mzgmedia
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'