transconnect (HTTP tunnelling software)

zeus

2002-04-08 15:36:00

http://prdownloads.sourceforge.net/transconnect/transconnect-1.3-Beta.tar.gz

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

thanks

apex

2002-04-10 18:50:00

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>

apex

2002-04-10 20:57:00

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.

zeus

2002-04-12 13:56:00

Hi Apex,

a pakage will be very apperciated !!

thanks a lot for support