cURL / Mailing Lists / curl-users / Single Mail

curl-users

install error during make on RH

From: Thom <thom_at_wheretostay.com>
Date: Wed, 16 Feb 2005 15:40:41 -0600

Hi.

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

bash-2.04# make
Making all in lib
make[1]: Entering directory `/usr/local/src/curl-7.13.0/lib'
make all-am
make[2]: Entering directory `/usr/local/src/curl-7.13.0/lib'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I../include -I../lib -I../lib -g -O2 -MT file.lo -MD -MP -MF
".deps/file.Tpo" -c -o file.lo file.c; \
then mv -f ".deps/file.Tpo" ".deps/file.Plo"; else rm -f
".deps/file.Tpo"; exit 1; fi
  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
In file included from file.c:79:
urldata.h:138: syntax error before "SSL_CTX"
urldata.h:138: warning: no semicolon at end of struct or union
urldata.h:139: warning: data definition has no type or storage class
urldata.h:140: syntax error before '*' token
urldata.h:140: warning: data definition has no type or storage class
urldata.h:142: syntax error before '}' token
urldata.h:506: field `ssl' has incomplete type
urldata.h:626: confused by earlier errors, bailing out
make[2]: *** [file.lo] Error 1
make[2]: Leaving directory `/usr/local/src/curl-7.13.0/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/src/curl-7.13.0/lib'
make: *** [all-recursive] Error 1

Thanks
Received on 2005-02-16