cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Problems migrating from curl-7.10.6-9 to curl-7.15.5-2

From: Dirk Manske <dm_at_nonitor.de>
Date: Mon, 7 Feb 2011 20:24:38 +0100

> Unfortunately, changing to a newer version of libcurl is not so simple in my environment.
At least for testing you could install a newer version into your
home directory with s.t like that.
  ./configure --prefix=$HOME/curl && make install

And than link you program to that version. If it works
and you could not update curl on the production server
you could link your program with libcurl statically.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-02-07