|
|
10-16-2006
, 03:31 PM
|
|
|
Posts: 3,096 |
Thanked: 1,492 times |
Joined on Jan 2006
@ Michigan, USA
|
#2
|
![]() |
| Thread Tools | Search this Thread |
|
When I try to use it I get this error
ssh: /lib/libdl.so.2: version `GLIBC_2.0' not found (required by
/home/user/.tconn/tconn.so)
ssh: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required by
/home/user/.tconn/tconn.so)
ssh: /lib/libc.so.6: version `GLIBC_2.1' not found (required by
/home/user/.tconn/tconn.so)
ssh: /lib/libc.so.6: version `GLIBC_2.0' not found (required by
/home/user/.tconn/tconn.so)
Basically you set LD_PRELOAD and ssh ftp links anything run under that terminal will pump through the proxy
LD_PRELOAD=$HOME/.tconn/tconn.so
export LD_PRELOAD
There is a conf file that it used to set proxy info $HOME/.tconn/tconn.conf
This can be obtained at http://transconnect.sourceforge.net/
Anyone have any idea, (any Ideas) any help would be greatly appreciated
Thanks in advance!!
Last edited by penguinbait; 10-16-2006 at 11:21 AM.