curl-users
Re: Need Some Help Installing OpenSSL
Date: Wed, 14 Nov 2001 15:35:48 -0500
Yeah, right after I sent that last email I realized those results were when
I typed in: /home/USERID/modules/openssl-0.9.6b
Here's what came up when I entered: ./config --prefix=$HOME
configure:9874: checking for CRYPTO_lock in -lcrypto
configure:9901: gcc -o conftest -g -O2 -I/home/USERID/include/openssl
-I/home/USERID/include -L/home/USERID/lib conftest.c -lcrypto -ldl
-lsocket -lnsl >&5
ld: fatal: library -lcrypto: not found
ld: fatal: File processing errors. No output written to conftest
configure:9904: $? = 1
configure: failed program was:
#line 9882 "configure"
#include "confdefs.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 CRYPTO_lock ();
int
main ()
{
CRYPTO_lock ();
;
return 0;
}
configure:9921: result: no
configure:9933: checking for CRYPTO_add_lock in -lcrypto
configure:9960: gcc -o conftest -g -O2 -I/home/USERID/include/openssl
-I/home/USERID/include -L/home/USERID/lib conftest.c -lcrypto -ldl
-lsocket -lnsl >&5
ld: fatal: library -lcrypto: not found
ld: fatal: File processing errors. No output written to conftest
configure:9963: $? = 1
configure: failed program was:
#line 9941 "configure"
#include "confdefs.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 CRYPTO_add_lock ();
int
main ()
{
CRYPTO_add_lock ();
;
return 0;
}
configure:9980: result: no
configure:10291: error: OpenSSL libs and/or directories were not found where
specified!
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
Received on 2001-11-14