curl-users
Re: Compiling without SSL
Date: Mon, 13 Oct 2008 10:12:48 -0700
On Mon, Oct 13, 2008 at 10:24:17AM -0500, Gallegos, Alfonso wrote:
> Hello all,
>
> I recently compiled Curl 7.19 on a Redhat Enterprise 4 server (Test server) and
> it seemed to have compiled correctly.
>
> curl --version
> curl 7.19.0 (i686-pc-linux-gnu) libcurl/7.19.0 OpenSSL/0.9.7a zlib/1.2.1.2
> libidn/0.5.6
> Protocols: tftp ftp telnet dict ldap http file https ftps
> Features: IDN IPv6 Largefile NTLM SSL libz
>
> I then compiled the same version on our production server (same OS) and get
> this.
>
> curl --version
> curl 7.19.0 (i686-pc-linux-gnu) libcurl/7.19.0
> Protocols: tftp ftp telnet dict http file
> Features: Largefile
>
> It appears that Curl did not compile with SSL support and other supported
> libraries and I don?t know why.
Chances are, the SSL development package wasn't installed. This is probably
called openssl-devel or something similar. The config.log snippet you
provided doesn't show any of the SSL devependencies, just SSH. Make sure
that files like libcrypto.so and ssl.h are available (from the devel
package) and try again.
>>> Dan
-- http://www.MoveAnnouncer.com The web change of address service Let webmasters know that your web site has moved ------------------------------------------------------------------- List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users FAQ: http://curl.haxx.se/docs/faq.html Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2008-10-13