From owner-freebsd-questions@FreeBSD.ORG Thu Mar 25 02:15:31 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F255E1065673 for ; Thu, 25 Mar 2010 02:15:31 +0000 (UTC) (envelope-from rob@fiberuplink.com) Received: from mail.fiberuplink.com (b08s23le.corenetworks.net [64.85.165.130]) by mx1.freebsd.org (Postfix) with SMTP id A87748FC13 for ; Thu, 25 Mar 2010 02:15:31 +0000 (UTC) Received: (qmail 52574 invoked by uid 1004); 25 Mar 2010 01:48:44 -0000 Received: from 96.2.86.226 by core.fiberuplink.com (envelope-from , uid 1002) with qmail-scanner-1.25-st-qms (clamdscan: 0.94.2/9059. spamassassin: 3.2.5. perlscan: 1.25-st-qms. Clear:RC:0(96.2.86.226):SA:0(4.0/10.0):. Processed in 6.729274 secs); 25 Mar 2010 01:48:44 -0000 X-Spam-Status: No, hits=4.0 required=10.0 X-Spam-Level: ++++ X-Antivirus-FiberUplink-Mail-From: rob@fiberuplink.com via core.fiberuplink.com X-Antivirus-FiberUplink: 1.25-st-qms (Clear:RC:0(96.2.86.226):SA:0(4.0/10.0):. Processed in 6.729274 secs Process 52529) Received: from host-226-86-2-96.midco.net (HELO ?192.168.0.254?) (rob@fiberuplink.com@96.2.86.226) by mail.fiberuplink.com with SMTP; 25 Mar 2010 01:48:37 -0000 Received: from 127.0.0.1 (AVG SMTP 9.0.791 [271.1.1/2768]); Wed, 24 Mar 2010 20:48:36 -0500 Message-ID: <4BAAC0F4.9080101@fiberuplink.com> Date: Wed, 24 Mar 2010 20:48:36 -0500 From: Rob Weissenburger Organization: FiberUplink Communications User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Install of Apache 2.2.15 after installing ssl lastes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rob@fiberuplink.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2010 02:15:32 -0000 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