cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: Error trying to connect ..

From: Scott D. Allen <sallen_at_infomanage.net>
Date: Fri, 26 May 2000 17:16:33 -0400

I had a thread going not long ago about this...."Install on RH6.0".
Basically, RH doesn't compile SSL into cURL very well. Rerun the ./configure
--with-ssl and then redo the make after you add the following bits to the
Makefiles under both src and lib......note: order is important for the -lssl
and -lcrypto.

Daniel Stenberg wrote:
>So, try this, after you've run the configure script, edit the lib/Makefile
>and add -DUSE_SSLEAY -DUSE_OPENSSL to the CPPFLAGS and -lssl -lcrypto to
the
>LIBS line.

HTH.

Scott
Received on 2000-05-26