This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: LFTP 2.6.10-1 missing SSL support and with wrong dependency


Frédéric L. W. Meunier wrote:

I don't see anything in the announcement about the lack of
support -
http://sources.redhat.com/ml/cygwin-apps/2003-12/msg00225.html
. 2.6.8-3 has it.


I didn't have openssl-devel installed when I built the lftp-2.6.10-1 package. I'll release a new package soon.

But I see /usr/share/doc/Cygwin/lftp-2.6.10.README doesn't
mention --enable-ssl and lftp-2.6.8.README does.

The correct option to pass to configure is --with-ssl I believe. The README doesn't mention it because it that option is passed in the build script.


Also, I think the crypt dependency can be removed:


/bin/bash ../libtool --silent --mode=link gcc  -O2 -pipe -Wall
-Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti
-fno-implement-inlines -Winline  -Wl,-s -o lftp.exe
-export-dynamic  lftp.o complete.o lftp_rl.o libjobs.a
libtasks.a liblftp-pty.la liblftp-network.la proto-ftp.la
proto-http.la proto-file.la proto-fish.la proto-sftp.la
cmd-mirror.la cmd-sleep.la -lreadline ../lib/liblib.a -lssl
-lcrypto  -liconv -lcurses -lsupc++

No -lcrypt.


When I rebuilt the package the crypt dependency reappeared:

$ cygcheck lftp-2.6.10/.build/src/lftp.exe
lftp-2.6.10/.build/src/lftp.exe
 d:\cygwin\bin\cygcrypto-0.9.7.dll
   d:\cygwin\bin\cygwin1.dll
     C:\WINDOWS\SYSTEM\KERNEL32.dll
 d:\cygwin\bin\cygncurses7.dll
 d:\cygwin\bin\cygreadline5.dll
   C:\WINDOWS\SYSTEM\USER32.dll
     C:\WINDOWS\SYSTEM\GDI32.dll
       C:\WINDOWS\SYSTEM\ADVAPI32.dll
 d:\cygwin\bin\cygssl-0.9.7.dll
 d:\cygwin\bin\cygintl-2.dll
   d:\cygwin\bin\cygiconv-2.dll


Mark Blackburn


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]