1 Aug 2009 22:35
Re: Running two versions of cURL on the same host
Daniel Stenberg <daniel <at> haxx.se>
2009-08-01 20:35:36 GMT
2009-08-01 20:35:36 GMT
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
RSS Feed