Page 1 of 1

transconnect (HTTP tunnelling software)

PostPosted: Mon Apr 08, 2002 3:36 pm
by zeus
http://prdownloads.sourceforge.net/transconnect/transconnect-1.3-Beta.tar.gz

i'm not able to compile it ...
is there anyone can?

thanks

Re: transconnect (HTTP tunnelling software)

PostPosted: Wed Apr 10, 2002 6:50 pm
by apex
I've gotten 1.2 to work, i dont do beta's, but its probably the same. 1.2 is available at http://prdownloads.sourceforge.net/transconnect/ .

In the Makefile:
Add <blockquote><font size="1" face="Verdana, Helvetica, sans-serif">code:</font><hr><pre>-Dsocklen_t=int -fPIC</pre>[/quote] to CFLAGS, <blockquote><font size="1" face="Verdana, Helvetica, sans-serif">code:</font><hr><pre>-fno-common -dynamiclib</pre>[/quote] to LDFLAGS, and <blockquote><font size="1" face="Verdana, Helvetica, sans-serif">code:</font><hr><pre>-lm</pre>[/quote] to LINUX_LDLIBS.

It should look like this:
<blockquote><font size="1" face="Verdana, Helvetica, sans-serif">code:</font><hr><pre>
# Makefile for transconnect

CFLAGS = -Wall -Dsocklen_t=int -fPIC
LDFLAGS = -shared -fno-common -dynamiclib
LINUX_LDLIBS = -ldl -lm
</pre>[/quote]

I may create a package for this.

[ April 10, 2002: Message edited by: apex ]</p>

Re: transconnect (HTTP tunnelling software)

PostPosted: Wed Apr 10, 2002 8:57 pm
by apex
I've installed and configured it, but it doesnt seem get used by osx. It uses the LD_PRELOAD environment variable to load in the shared lib and then supposedly encapsulate all tcp/ip data in http protocol. However, as far as i can tell, it never gets loaded.

Re: transconnect (HTTP tunnelling software)

PostPosted: Fri Apr 12, 2002 1:56 pm
by zeus
Hi Apex,

a pakage will be very apperciated !!

thanks a lot for support