curl version-7.30
my os-ubuntu 12.04 LTS
Error:whenever i used the curl command in terminal the curl: (48) An unknown option was passed in to libcurl was repeated and i did an error that was after installed the curl 7.30 and i installed the libcurl with different versions such as libssldev8. i don't know what's the problem and i am thinking due to installing the libssldev8.0 it will be overwrittern the existing libcurl config file so please provide the solution for this and also give the solution how to uninstall the curl 7.30 version for install newone
This is probably because your curl tool uses an older libcurl. Show us your curl -V output!
curl -v output is
curl 7.30.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtmp rtsp smtp smtps telnet tftp
Features: GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP
please provide the solution for this error and how to uninstall the curl and again to install in order to working right.
curl --version output is
curl 7.30.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1
zlib/1.2.3.4libidn/1.23 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s
rtmp rtsp smtp smtps telnet tftp
Features: GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP
please find out the solution for the problem and give a solution for this
On 14 May 2013 14:55, Daniel Stenberg bagder@users.sf.net wrote:
Related
Bugs:
#1223So, this was not a bug. A newer curl send options to an older libcurl that it didn't know about and you were told about it.
For questions and support, please use a mailing list. This is a bug tracker.