cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Running two versions of cURL on the same host

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 1 Aug 2009 22:35:36 +0200 (CEST)

On Sat, 1 Aug 2009, Chris Glon wrote:

> Is it possible, as a _temporary_ solution, to run two different versions in
> parallel on the same Linux server, so that we can retrofit the app with
> enough time for QA?

Sure, that's dead easy. Run:

  $ configure --prefix=/opt/alternative-path [...]
  $ make
  $ make install

and now the entire new curl install is in the alternative path!

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2009-08-01