Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 2010 20:48:36 -0500
From:      Rob Weissenburger <rob@fiberuplink.com>
To:        freebsd-questions@freebsd.org
Subject:   Install of Apache 2.2.15 after installing ssl lastes
Message-ID:  <4BAAC0F4.9080101@fiberuplink.com>

next in thread | raw e-mail | index | archive | help
I have been picking my brain apart trying to figure this one out. Any 
help is appricated.

./configure --prefix=/usr/local/apache --mandir=/usr/local/man 
--enable-ssl --enable-suexec --enable-cgi --enable-rewrite --enable-so 
--enable-modules=most --enable-mods-shared=max --sysconfdir=/etc/apache 
--with-apr=/usr/local/ --with-apr-util=/usr/local/

/usr/local/build-1/libtool --silent --mode=link gcc -g -O2     
-L/usr/local/lib   -o ab  ab.lo   -lm 
/usr/local/httpd-2.2.15/srclib/pcre/libpcre.la 
/usr/local/lib/libaprutil-1.la -lexpat -liconv 
/usr/local/lib/libapr-1.la -lcrypt -lpthread -lssl -lcrypto -lcrypt 
-lpthread
.libs/ab.o(.text+0xb7): In function `ssl_print_cb':
/usr/local/httpd-2.2.15/support/ab.c:409: undefined reference to 
`BIO_get_callback_arg'
.libs/ab.o(.text+0x25e3): In function `start_connect':
/usr/local/httpd-2.2.15/support/ab.c:1204: undefined reference to 
`BIO_set_callback'
.libs/ab.o(.text+0x25f1):/usr/local/httpd-2.2.15/support/ab.c:1205: 
undefined reference to `BIO_set_callback_arg'
.libs/ab.o(.text+0x4e2f): In function `main':
/usr/local/httpd-2.2.15/support/ab.c:2278: undefined reference to 
`SSL_CTX_set_info_callback'
*** Error code 1

# openssl version
OpenSSL 0.9.8m 25 Feb 2010



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BAAC0F4.9080101>