svn commit: r361294 - in head/www/apache22: . files

Larry Rosenman ler at lerctr.org
Fri Jul 11 21:02:23 UTC 2014


On 2014-07-11 15:59, Mathieu Arnold wrote:
> +--On 11 juillet 2014 22:35:35 +0200 olli hauer <ohauer at gmx.de> wrote:
> | What ist the output of the following commands
> |
> |# devel/apr
> |  $ ldd /usr/local/lib/apr-util-1/apr_crypto_openssl.so
> 
> root at ns1:/root # ldd /usr/local/lib/apr-util-1/apr_crypto_openssl.so
> /usr/local/lib/apr-util-1/apr_crypto_openssl.so:
>         libssl.so.8 => /usr/local/lib/libssl.so.8 (0x801203000)
>         libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x801469000)
>         libc.so.7 => /lib/libc.so.7 (0x80081b000)
>         libthr.so.3 => /lib/libthr.so.3 (0x801843000)
> 
> |# www/apache22 buid and stage directory
> |  $ ldd work/httpd-2.2.27/modules/ssl/.libs/mod_ssl.so
> |  $ ldd work/stage/usr/local/libexec/apache22/mod_ssl.so
> 
> I don't have the original one, so I'm running this from a poudriere
> testport -i:
> 
> root at pkg:/root # ldd
> /wrkdirs/usr/ports/www/apache22/work/httpd-2.2.27/modules/ssl/.libs/mod_ssl.so
> /wrkdirs/usr/ports/www/apache22/work/httpd-2.2.27/modules/ssl/.libs/mod_ssl.so:
>         libssl.so.6 => /usr/lib/libssl.so.6 (0x801231000)
>         libcrypto.so.6 => /lib/libcrypto.so.6 (0x801486000)
>         libcrypt.so.5 => /lib/libcrypt.so.5 (0x801827000)
>         libthr.so.3 => /lib/libthr.so.3 (0x801a46000)
>         libc.so.7 => /lib/libc.so.7 (0x80081a000)
> root at pkg:/root # ldd
> /wrkdirs/usr/ports/www/apache22/work/stage/usr/local/libexec/apache22/mod_ssl.so
> /wrkdirs/usr/ports/www/apache22/work/stage/usr/local/libexec/apache22/mod_ssl.so:
>         libssl.so.6 => /usr/lib/libssl.so.6 (0x801231000)
>         libcrypto.so.6 => /lib/libcrypto.so.6 (0x801486000)
>         libcrypt.so.5 => /lib/libcrypt.so.5 (0x801827000)
>         libthr.so.3 => /lib/libthr.so.3 (0x801a46000)
>         libc.so.7 => /lib/libc.so.7 (0x80081a000)
> root at pkg:/root # grep SSL /etc/make.conf
> WITH_OPENSSL_PORT=yes
> 
> Also, from that building jail, the apr is good:
> 
> root at pkg:/root # ldd /usr/local/lib/apr-util-1/apr_crypto_openssl.so
> /usr/local/lib/apr-util-1/apr_crypto_openssl.so:
>         libssl.so.8 => /usr/local/lib/libssl.so.8 (0x801203000)
>         libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x801469000)
>         libc.so.7 => /lib/libc.so.7 (0x80081a000)
>         libthr.so.3 => /lib/libthr.so.3 (0x801843000)
I have seen the bsd.apache.mk checks fail when APR or APRUTIL is updated 
(SO version bump) and the
httpd binary hasn't been updated yet.

It causes all sorts of this kind of havoc.


-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 214-642-9640 (c)     E-Mail: ler at lerctr.org
US Mail: 108 Turvey Cove, Hutto, TX 78634-5688


More information about the svn-ports-all mailing list