cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: Install on RH6.0

From: Scott D. Allen <sallen_at_infomanage.net>
Date: Mon, 22 May 2000 11:29:39 -0400

I reran after editing src/Makefile and lib/Makefile with CPPFLAGS
-DUSE_OPENSSL -DUSE_SSLEAY added as well as -lssl -lcrypto to LIBS.

Same result....

--Scott

======================================================================
Making all in src
make[2]: Entering directory `/usr/local/curl-6.5.2/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../include -DGLOBURL
-DCURL_SEPARATORS -DUSE_SSLEAY -DUSE_OPENSSL -g -O2 -c main.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../include -DGLOBURL
-DCURL_SEPARATORS -DUSE_SSLEAY -DUSE_OPENSSL -g -O2 -c hugehelp.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../include -DGLOBURL
-DCURL_SEPARATORS -DUSE_SSLEAY -DUSE_OPENSSL -g -O2 -c urlglob.c
gcc -g -O2 -o curl main.o hugehelp.o urlglob.o ../lib/libcurl.a -lssl
-lcrypto -ldl -L/usr/local/ssl/lib
/usr/local/ssl/lib/libcrypto.a(rsa_lib.o): In function `RSA_new_method':
rsa_lib.o(.text+0x10): undefined reference to `RSA_PKCS1_RSAref'
/usr/local/ssl/lib/libcrypto.a(err_all.o): In function
`ERR_load_crypto_strings':
err_all.o(.text+0x2d): undefined reference to `ERR_load_RSAREF_strings'
collect2: ld returned 1 exit status
make[2]: *** [curl] Error 1
make[2]: Leaving directory `/usr/local/curl-6.5.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/curl-6.5.2'
make: *** [all-recursive-am] Error 2
==========================================================================
Received on 2000-05-22