Date: Wed, 12 May 2010 15:48:18 -0400 From: Andriy Bakay <andriy@irbisnet.com> To: <apache@FreeBSD.org> Subject: APR with OpenSSL from ports Message-ID: <49da7623a6ceadefb8ba88a6718f5b4e@irbisnet.com>
next in thread | raw e-mail | index | archive | help
Hi, I recently upgraded the APR port to 'apr-devrandom-gdbm-db42-1.4.2.1.3.9_1' and noticed it linked with system OpenSSL libraries instead of OpenSSL from ports: FreeBSD 7.1-RELEASE-p4 i386 $ ldd /usr/local/lib/libapr-1.so.4 /usr/local/lib/libapr-1.so.4: libcrypt.so.4 => /lib/libcrypt.so.4 (0x281a8000) libthr.so.3 => /lib/libthr.so.3 (0x281c1000) libc.so.7 => /lib/libc.so.7 (0x28080000) $ ldd /usr/local/lib/libaprutil-1.so.3 /usr/local/lib/libaprutil-1.so.3: libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x2819e000) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x28300000) libapr-1.so.4 => /usr/local/lib/libapr-1.so.4 (0x281be000) libcrypt.so.4 => /lib/libcrypt.so.4 (0x281e4000) libthr.so.3 => /lib/libthr.so.3 (0x283f9000) libc.so.7 => /lib/libc.so.7 (0x28080000) My '/etc/make.conf' file has 'WITH_OPENSSL_PORT=yes' option set. Please advise. Thanks in advance, Andriy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49da7623a6ceadefb8ba88a6718f5b4e>