Author
|
Topic: Pleeeease Help a desperate Mac OS X user
|
zeus
Junior Member
Member # 371
|
posted April 04, 2002 06:21 AM
Hi all, I'm in serious trouble ... recently my university has set up a very restrictive proxy (only 8080 port is open so i cannot connet to my pop or smtp servers) ... now lookin' around the net probably i've found what i'm lookin' for,http://prdownloads.sourceforge.net/transconnect/transconnect-1.3-Beta.tar.gz but now i'need your help please .... is there anyone can help me to complile (and configure) this program by posting instructions step by step ??? Millions of thanks to anyone may help me !!
(any type of suggestions of already ported similar software will be really appreciated) Thanks again
Posts: 9 | From: Italy (on a chair) | Registered: Mar 2002
| IP: Logged
|
|
willy wonka
Member
Member # 32
|
posted April 04, 2002 08:49 AM
have you tried: ./configure make sudo make install ??-------------------- -- -willy "Freedom will henceforth be compulsory." -Random Party Manifesto
Posts: 92 | Registered: Aug 2001
| IP: Logged
|
|
|
|
apex
Administrator
Member # 1
|
posted April 10, 2002 11:47 AM
In the Makefile: Add code:
-Dsocklen_t=int -fPIC
to CFLAGS, code:
-fno-common -dynamiclib
to LDFLAGS, and code:
-lm
to LINUX_LDLIBS.It should look like this:
code:
# Makefile for transconnectCFLAGS = -Wall -Dsocklen_t=int -fPIC LDFLAGS = -shared -fno-common -dynamiclib LINUX_LDLIBS = -ldl -lm
[ April 10, 2002: Message edited by: apex ]
Posts: 307 | From: Alaska | Registered: Aug 2001
| IP: Logged
|
|
willy wonka
Member
Member # 32
|
posted April 11, 2002 07:26 AM
i also found this: ftp://afni.nimh.nih.gov/AFNI/src/dlcompat/ includes your head, and a wee library that ettercap can use for plugins. or so i'm led to believe-------------------- -- -willy "Freedom will henceforth be compulsory." -Random Party Manifesto
Posts: 92 | Registered: Aug 2001
| IP: Logged
|
|
zeus
Junior Member
Member # 371
|
posted April 12, 2002 07:12 AM
still havin' problems .... quote: [root@augustus /Volumes/FireWire/transconnect-1.2] % make cc -Wall -Dsocklen_t=int -fPIC -shared -fno-common -dynamiclib -ldl -lm -o tconn.so tconn.c tconn.c:53: header file 'dlfcn.h' not found cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode make: *** [tconn.so] Error 1 [root@augustus /Volumes/FireWire/transconnect-1.2] %
is there anyone can tell me how to use willy wonka's tips ?? thanks a lot for support !!!
Posts: 9 | From: Italy (on a chair) | Registered: Mar 2002
| IP: Logged
|
|
willy wonka
Member
Member # 32
|
posted April 15, 2002 07:02 AM
get all the files from that ftp site i posted. in your terminal, cd to the directory where you downloaded em. type 'make', and then 'sudo make install' that'll install that library and the header file you're having trouble finding.-------------------- -- -willy "Freedom will henceforth be compulsory." -Random Party Manifesto
Posts: 92 | Registered: Aug 2001
| IP: Logged
|
|