Mailinglist Archive: proxy-suite (15 mails)
| < Previous | Next > |
Compile issues
- From: Michael Anthon <mca@xxxxxxxxxxx>
- Date: Tue, 16 Nov 1999 03:01:50 +0000 (UTC)
- Message-id: <0341D928CC2DD311BD2100A0C98302810810C4@xxxxxxxxxxx>
Greetings,
I have just grabbed the proxy suite package (1.7) since I need to proxy my
internal FTP serve to the outside world and this seems like just the ticket.
I am, however, having a little trouble compiling it. I ran the usual
./configure and make and I get this error....
::::::::::::: make 'all' in ./ftp-proxy
make[1]: Entering directory `/usr/src/proxy-suite-1.7/ftp-proxy'
gcc -g -O2 -c -I. -I.. -I../common ftp-cmds.c
ftp-cmds.c: In function `cmds_user':
ftp-cmds.c:374: structure has no member named `regex'
ftp-cmds.c:376: structure has no member named `regex'
ftp-cmds.c:376: warning: assignment makes pointer from integer without a
cast
make[1]: *** [ftp-cmds.o] Error 1
make[1]: Leaving directory `/usr/src/proxy-suite-1.7/ftp-proxy'
make: *** [all] Error 1
I'm wondering if this is something missing from my system or if it is a
problem with the configure. I don't want the regex stuff (or do I?) so left
that bit out and configure reported it would not use the regex. I am going
to try grabbing the regex libraries and try again.
Cheers
Michael Anthon
I have just grabbed the proxy suite package (1.7) since I need to proxy my
internal FTP serve to the outside world and this seems like just the ticket.
I am, however, having a little trouble compiling it. I ran the usual
./configure and make and I get this error....
::::::::::::: make 'all' in ./ftp-proxy
make[1]: Entering directory `/usr/src/proxy-suite-1.7/ftp-proxy'
gcc -g -O2 -c -I. -I.. -I../common ftp-cmds.c
ftp-cmds.c: In function `cmds_user':
ftp-cmds.c:374: structure has no member named `regex'
ftp-cmds.c:376: structure has no member named `regex'
ftp-cmds.c:376: warning: assignment makes pointer from integer without a
cast
make[1]: *** [ftp-cmds.o] Error 1
make[1]: Leaving directory `/usr/src/proxy-suite-1.7/ftp-proxy'
make: *** [all] Error 1
I'm wondering if this is something missing from my system or if it is a
problem with the configure. I don't want the regex stuff (or do I?) so left
that bit out and configure reported it would not use the regex. I am going
to try grabbing the regex libraries and try again.
Cheers
Michael Anthon
| < Previous | Next > |