cURL / Mailing Lists / curl-library / Single Mail

curl-library

CVS configure --with-libssh2=/usr/local/libssh2

From: Yang Tse <yangsita_at_gmail.com>
Date: Tue, 27 Oct 2009 19:33:58 +0100

Hi Daniel,

Since this change
http://curl.haxx.se/cvs.cgi/curl/configure.ac?r1=1.431&r2=1.432 Dan's
daily builds configured with "--with-libssh2=/usr/local/libssh2" are
failing at the configure stage due to the inability to locate the
libssh2 library.

In line #1747 of CVS version there's a reference to old $LIB_LIBSSH2,
it seems to me that it should be changed to $DIR_SSH2.

Another difference with previous version, which I really don't know if
it is actually the new intended behavior or not, are the settings done
between lines 1722 and 1726 of CVS version for variables LD_SSH2 and
DIR_SSH2 which are appended with '/lib'. It could be better to append
them with '/lib$libsuff'.

I haven't done any tests regarding my above comments, so don't take
them as something definitive. Additionally I'm not sure if that would
fix Dan's daily builds.

Cheers,

-- 
-=[Yang]=-
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2009-10-27