libcurl.so.4 hasn't been around for a looong time. With the attached patch curl support will work by default (i.e. without fiddling with cl_cCURLLib.
This was originally provided to me by Winston Weinert for ioUrbanTerror. -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
--- code/client/cl_curl.h.orig 2011-11-03 09:57:21.000000000 +0100 +++ code/client/cl_curl.h 2011-11-03 09:57:34.000000000 +0100 @@ -40,8 +40,7 @@ #elif defined(MACOS_X) #define DEFAULT_CURL_LIB "libcurl.dylib" #else - #define DEFAULT_CURL_LIB "libcurl.so.4" - #define ALTERNATE_CURL_LIB "libcurl.so.3" + #define DEFAULT_CURL_LIB "libcurl.so" #endif extern cvar_t *cl_cURLLib;
_______________________________________________ ioquake3 mailing list ioquake3@lists.ioquake.org http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org By sending this message I agree to love ioquake3 and libsdl.