cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: install error during make on RH

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Thu, 17 Feb 2005 08:54:43 +0100 (CET)

On Wed, 16 Feb 2005, Thom wrote:

> Can someone shed some light on what is causing this error during make.

> gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -MT file.lo -MD
> -MP -MF .deps/file.Tpo -c file.c -fPIC -DPIC -o .libs/file.o
> In file included from file.c:79:
> urldata.h:68:17: rsa.h: No such file or directory
> urldata.h:69:20: crypto.h: No such file or directory
> urldata.h:70:18: x509.h: No such file or directory
> urldata.h:71:17: pem.h: No such file or directory
> urldata.h:72:17: ssl.h: No such file or directory

It seems configure found and activated OpenSSL usage, but when you build the
sources it cannot find the necessary OpenSSL headers.

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2005-02-17