On Fri, Apr 18, 2014 at 01:10:51PM -0400, Mathew Marulla wrote: > Yeah, I noticed that libcurl is still at 7.22, but when I look at the .so > files in /usr/local/lib, they have a date/time matching the compile time.
It's probably not using that version, but rather the one in /usr/lib instead. "ldd /usr/local/bin/curl" will show you. Running it like "env LD_LIBRARY_PATH=/usr/local/lib /usr/local/bin/curl -V" will probably do what you want. >>> Dan ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
