c++ - libcurl malformed url error after upgrade (CURLE_URL_MALFORMAT) -


i have c++ client connects servers using libcurl on freebsd. system administrators update freebsd image , install ports. system went curl version 7.24.0_2 curl version 7.31.0. (file name went libcurl.so.6 lib curl.so.7 that's worth.)

i recompiled program link against new library.

now getting return value 3 (curle_url_malformat) call curl_easy_perform(3), , error message string returned " malformed".

however, nothing else has changed. url unchanged, , has been verified correct.

stranger still, command line "curl" program works fine; isn't using same library?!

i've spent couple hours reading release notes libcurl couldn't spot suggested reason why should fail.

any suggestions?

turns out sysadmins built curl wrong. new install , works.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -