> 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
