Date: Thu, 25 Mar 2010 10:22:22 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: rob@fiberuplink.com Cc: freebsd-questions@freebsd.org Subject: Re: Install of Apache 2.2.15 after installing ssl lastes Message-ID: <4BAB395E.908@infracaninophile.co.uk> In-Reply-To: <4BAAC0F4.9080101@fiberuplink.com> References: <4BAAC0F4.9080101@fiberuplink.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 25/03/2010 01:48:36, Rob Weissenburger wrote: > 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 Looks like you're linking against one version of the OpenSSL shlibs, but configuring/compiling using headers from a different one. Can't tell for sure from the small snippet of output you've given there though. Are you trying to build apache from source outside the ports? Not using the ports implies that you like sitting down and beating your brains out over all these sorts of problems yourself, rather than just using the solution provided for you by the port maintainer. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.14 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkurOV4ACgkQ8Mjk52CukIyslQCbBwsyzUnZf/Fi9/j09nzlRfDp QNYAnjWYcrkehGXYwgx0zzNpW4G90ld7 =SOmF -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BAB395E.908>