cURL / Mailing Lists / curl-users / Single Mail

curl-users

Problem installing with ssl engine

From: Adam Ryan <adamr_at_powersurge.net>
Date: Tue, 23 Jul 2002 12:19:03 -0500

Hello,

When installing --with-ssl, I get these errors below:
Does anyone know why I would get these errors?

==From make

make[2]: Entering directory `/web/SHIT/curl-7.9.8/src'
/bin/sh ../libtool --mode=link gcc -g -O2 -o curl main.o hugehelp.o
urlglob.o writeout.o writeenv.o ../lib/libcurl.la -lssl -lcrypto -ldl
gcc -g -O2 -o .libs/curl main.o hugehelp.o urlglob.o writeout.o
writeenv.o ../lib/.libs/libcurl.so -lssl -lcrypto -ldl
../lib/.libs/libcurl.so: undefined reference to
`ENGINE_load_private_key'
../lib/.libs/libcurl.so: undefined reference to `ENGINE_set_default'
../lib/.libs/libcurl.so: undefined reference to `ENGINE_free'
../lib/.libs/libcurl.so: undefined reference to `ENGINE_by_id'
collect2: ld returned 1 exit status
make[2]: *** [curl] Error 1
make[2]: Leaving directory `/web/SHIT/curl-7.9.8/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/web/SHIT/curl-7.9.8/src'
make: *** [all-recursive] Error 1

config.log
configure:11141: test -s conftest.o
configure:11144: $? = 0
configure:11147: result: yes
configure:11175: checking for inet_ntoa_r
configure:11212: gcc -o conftest -g -O2 conftest.c -lssl -lcrypto -ldl
>&5
/tmp/ccc8vw26.o: In function `main':
/web/SHIT/curl-7.9.8/configure:11203: undefined reference to
`inet_ntoa_r'
collect2: ld returned 1 exit status
configure:11215: $? = 1
configure: failed program was:
#line 11181 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char inet_ntoa_r (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply. */
char inet_ntoa_r ();
char (*f) ();

int
main ()
{

configure:12446: gcc -o conftest -g -O2 conftest.c -lssl -lcrypto -ldl
>&5
/tmp/ccV8m5hl.o: In function `main':
/web/shit/curl-7.9.8/configure:12437: undefined reference to `sigsetjmp'
collect2: ld returned 1 exit status
configure:12449: $? = 1
configure: failed program was:
#line 12415 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char sigsetjmp (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply. */
char sigsetjmp ();
char (*f) ();

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Received on 2002-07-23