Reply
Thread Tools
penguinbait's Avatar
Posts: 3,096 | Thanked: 1,525 times | Joined on Jan 2006 @ Michigan, USA
#1
I am trying to compile a very small program transconnect, you can use it to pump ssh and other protocols through http proxy. Compiles no problem, well I think I have never used scratchbox before so there could be something I should have read?

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; 2006-10-16 at 15:21.
 
penguinbait's Avatar
Posts: 3,096 | Thanked: 1,525 times | Joined on Jan 2006 @ Michigan, USA
#2
can you point me in any direction?
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:47.