Date: Sun, 15 Feb 2004 01:29:03 +0100 From: "Francesco Scigliano" <francesco.scigliano@fastwebnet.it> To: <yazzy@yazzy.org> Cc: ports@FreeBSD.org Subject: FreeBSD Port: tsocks-1.8.b5 Message-ID: <000601c3f35a$b702dc10$9b5cff02@asdyn89p666bjb>
next in thread | raw e-mail | index | archive | help
Hi, I found that after installing tsocks on FreeBSD 5.2, tsocks doesn't = work properly. A symbolic link to a library is necessary. This is what I've done. I download the tbz from the Latest from = ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2-release/Latest/tsocks= .tbz travelmate# pkg_add tsocks.tbz ### Simple setup file was copied to ${PREFIX}/etc/tsocks.conf.sample An example of a more complex setup file can be found in ${PREFIX}/share/examples/tsocks/ Some more details avaliable in ${PREFIX}/share/examples/tsocks/README ### then I edited /usr/local/etc/tsocks.conf to my need and tried to use it: travelmate# tsocks telnet google.it 80 /libexec/ld-elf.so.1: Cannot open "/usr/lib/libtsocks.so" So this was necessary to make it work: travelmate# ln -s /usr/local/lib/tsocks/libtsocks.so = /usr/lib/libtsocks.so travelmate# tsocks telnet google.it 80 Trying 216.239.59.104... Connected to google.it. Escape character is '^]'. Now it works correctly :) Hope this could be useful. Gabriele Scigliano
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000601c3f35a$b702dc10$9b5cff02>