Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2014 16:02:20 -0500
From:      Larry Rosenman <ler@lerctr.org>
To:        Mathieu Arnold <mat@freebsd.org>
Cc:        olli hauer <ohauer@gmx.de>, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, owner-svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r361294 - in head/www/apache22: . files
Message-ID:  <216250dfd9157a0d15f0b1d3386aaa28@thebighonker.lerctr.org>
In-Reply-To: <3EA3824870AA723765109C1F@atuin.in.mat.cc>
References:  <201407082131.s68LVnVj008783@svn.freebsd.org> <8612910DC9EAD4272CAA72D9@atuin.in.mat.cc> <53C04A97.7000409@gmx.de> <3EA3824870AA723765109C1F@atuin.in.mat.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2014-07-11 15:59, Mathieu Arnold wrote:
> +--On 11 juillet 2014 22:35:35 +0200 olli hauer <ohauer@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@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@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@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@pkg:/root # grep SSL /etc/make.conf
> WITH_OPENSSL_PORT=yes
> 
> Also, from that building jail, the apr is good:
> 
> root@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@lerctr.org
US Mail: 108 Turvey Cove, Hutto, TX 78634-5688



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