On Fri, Apr 02, 2004 at 07:05:11AM +0200, Dag Wieers wrote: > I was very excited to see lftp with sftp support was released. Sadly I > couldn't get it to compile with gcc 3.2.3 and gcc 3.2.2 (resp. RHEL3 and > RH9). > ftpclass.cc: In member function `virtual int Ftp::Do()': > ftpclass.cc:2215: syntax error before numeric constant
This is because of missing openssl. Of course, lftp should compile without it and I'll fix it soon. Without ssl you lose ftps, https and, as openssh usually requires openssl, also sftp and fish protocols. But maybe only openssl-devel is missing, please check it. -- Alexander.
