|
From: TJ S. <tj...@ca...> - 2010-01-26 16:48:22
|
> > 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. I see the issue. It has to do with the version of OpenSSL involved; you're using an OpenSSL version older than 0.9.7. See: http://bugs.proftpd.org/show_bug.cgi?id=3358 TJ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You give but little when you give of your possessions. It is when you give of yourself that you truly give. -Kahlil Gibran ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |