Hello,
I’m having a problem using curl on OpenSUSE 12.2 64-bit. Everytime i try to use it i get a Failed initialization message.
Curl version: 7.25
fneculciu@fneculciu:~/Desktop> uname -a
Linux fneculciu 3.4.11-2.16-desktop #1 SMP PREEMPT Wed Sep 26 17:05:00 UTC 2012 (259fc87) x86_64 x86_64 x86_64 GNU/Linux
fneculciu@fneculciu:~/Desktop> cat /etc/SuSE-release
openSUSE 12.2 (x86_64)
VERSION = 12.2
CODENAME = Mantis
fneculciu@fneculciu:~/Desktop> curl http://www.google.com
curl: (2) Failed initialization
fneculciu@fneculciu:~/Desktop> curl --version
curl 7.25.0 (x86_64-suse-linux-gnu) libcurl/7.20.1 OpenSSL/0.9.8o zlib/1.2.3
Protocols: dict file ftp ftps http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: IPv6 Largefile NTLM SSL libz
I don’t think it’s a syntax problem since i can get the same command to work on curl 7.19.7 (on a 32-bit RHEL server).
Any feedback will be appreciated. Thanks in advance.