cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: libcurl and libssh2 on Mac

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 22 Aug 2011 11:58:10 +0200 (CEST)

On Sun, 21 Aug 2011, blaumilch_at_gmx.ch wrote:

> The result of curl --version is:
> curl 7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l
> zlib/1.2.3

See the version number?

And now you build and install 7.21.7:

> fried-joe-4:curl-7.21.7 johannesschmidt$ sudo ./configure --with-libssh2
> fried-joe-4:curl-7.21.7 johannesschmidt$ sudo make install

... but where does it end up?

> test -z "/usr/local/lib" || /bin/sh ../mkinstalldirs "/usr/local/lib"

Yes, in /usr/local. Does your $PATH feature /usr/local/bin _before_ /usr/bin
and is your run-time linker made to prefer /usr/local/lib to /usr/lib when it
tries to find libcurl?

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2011-08-22