Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 21 Jan 2004 17:02:56 -0200 From: =?ISO-8859-1?Q?Fr=E9d=E9ric_L=2E_W=2E_Meunier?= <1 AT pervalidus DOT net> X-X-Sender: fredlwm AT pervalidus To: cygwin AT cygwin DOT com Subject: Re: LFTP 2.6.10-1 missing SSL support and with wrong dependency In-Reply-To: <400EC8C5.2030405@fangorn.ca> Message-ID: References: <400EC8C5 DOT 2030405 AT fangorn DOT ca> X-Archive: encrypt MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id i0LJ38bC010435 On Wed, 21 Jan 2004, Mark Blackburn wrote: > 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. Reading configure.in, I see SSL is enabled by default if you have it installed. No need to use --enable-ssl. > >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 cygcrypto-0.9.7.dll, not cygcrypt-0.dll. -- How to contact me - http://www.pervalidus.net/contact.html -- 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/