|
From: Andre H. <and...@gm...> - 2010-01-26 16:38:52
|
Hello, > Where did you get that 1.3.2c source code? I am able to compile the > proftpd 1.3.2c source code, with mod_tls, from the proftpd.org site > without issue (using gcc-4.3.3). it is the original download, but my gcc is 3.3 wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.2c.tar.gz tar -xzf proftpd-1.3.2c.tar.gz cd proftpd-1.3.2c/ ./configure --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --with-modules=mod_tls make now comes the error formerly posted even mod_tls is the only module which is activated. gcc version 3.3 20030226 gcc is rather old but updating seems impossible. 1.3.2.b compiled good on same machine. Thanks, Andre |