Networking Forums

Networking Forums > Computer Networking > Linux Networking > proftp error during make

Reply
Thread Tools Display Modes

proftp error during make

 
 
arvindsd@yahoo.com
Guest
Posts: n/a

 
      03-17-2005, 09:03 AM
Hi all,

I am trying to setup ProFTP 1.2.10 on RedHat Linux machine.

I run the configure script : ./configure --with-modules=mod_tls
mod_tls is used because I need secure FTP.

Next, I execute 'make' and it breaks down with the following error:

make[1]: Entering directory `/root/proftpd-1.2.10/modules'
gcc -DLINUX -I.. -I../include -O2 -Wall -c mod_tls.c
In file included from /usr/include/openssl/ssl.h:179,
from mod_tls.c:40:
/usr/include/openssl/kssl.h:134: parse error before '*' token
/usr/include/openssl/kssl.h:147: parse error before '*' token
/usr/include/openssl/kssl.h:148: parse error before '*' token
/usr/include/openssl/kssl.h:149: parse error before '*' token
/usr/include/openssl/kssl.h:149: parse error before '*' token
/usr/include/openssl/kssl.h:150: parse error before '*' token
/usr/include/openssl/kssl.h:151: parse error before '*' token
/usr/include/openssl/kssl.h:153: parse error before '*' token
/usr/include/openssl/kssl.h:155: parse error before '*' token
/usr/include/openssl/kssl.h:157: parse error before '*' token
/usr/include/openssl/kssl.h:165: parse error before '*' token
In file included from mod_tls.c:40:
/usr/include/openssl/ssl.h:909: parse error before "KSSL_CTX"
/usr/include/openssl/ssl.h:931: parse error before '}' token
make[1]: *** [mod_tls.o] Error 1
make[1]: Leaving directory `/root/proftpd-1.2.10/modules'
make: *** [modules] Error 2

There seems to be some problem with the SSL code.
Now when I run the configure script without including any module, the
'make' runs correctly.

I execute 'make distclean' before executing the configure script again.

Can anyone please tell me what to do?
Thanking you all in advance.

-Arvind

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excluding users from ProFTP Ringo Langly Linux Networking 4 12-31-2004 10:49 PM
Configuration of proftp Gauthier Linux Networking 0 09-12-2004 03:27 PM
ProFTP time out length D. Alvarado Linux Networking 1 08-12-2004 08:17 AM
Any proftp pros out there? D. Alvarado Linux Networking 3 07-17-2004 09:28 PM
Ndiswrapper and Mandrake 10: make install error - Need help. The Etobian Linux Networking 2 06-07-2004 12:12 AM



1 2 3 4 5 6 7 8 9 10 11