./configure with OpenSSL

Jeffrey M. Vinocur jeff at litech.org
Sat Mar 3 03:18:39 UTC 2001


On Sat, 3 Mar 2001, Kenichi Okada wrote:

> If openssl was compiled with rsaref, there is libRSAglue.a in $OPENSSLDIR.
> Please show me your config.log.

./configure
[...]
checking if OpenSSL is desired... yes
checking for OpenSSL location... /usr
checking for RSAPublicEncrypt in -lrsaref... yes
checking for BIO_accept in -lcrypto... no
configure: error: Can not find OpenSSL

config.log:
[...]
configure:2019: checking if OpenSSL is desired
configure:2028: checking for OpenSSL location
configure:2046: checking for RSAPublicEncrypt in -lrsaref
configure:2065: gcc -o conftest -g -O2   conftest.c -lrsaref -L/usr/lib  1>&5
configure:2086: checking for BIO_accept in -lcrypto
configure:2105: gcc -o conftest -g -O2   conftest.c -lcrypto -L/usr/lib -lRSAglue -lrsaref  1>&5
/usr/bin/ld: cannot find -lRSAglue
collect2: ld returned 1 exit status
configure: failed program was:
#line 2094 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char BIO_accept();

int main() {
BIO_accept()
; return 0; }
[and here it just stops]

-- 
Jeffrey M. Vinocur
jeff at litech.org



More information about the inn-workers mailing list