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

Mathieu Arnold mat at FreeBSD.org
Wed Jul 23 13:34:32 UTC 2014


+--On 12 juillet 2014 00:41:19 +0200 olli hauer <ohauer at gmx.de> wrote:
| I just finished a fresh PD build without any port build before on 84 and
| now I can only scratch my head because it looks OK
| 
| $ cat /usr/local/etc/pd/testing-make.conf
| WITH_OPENSSL_PORT=yes
| 
| 
| $ ldd apache/libexec/apache22/mod_ssl.so
| apache/libexec/apache22/mod_ssl.so:
|         libssl.so.8 => /usr/local/lib/libssl.so.8 (0x800c00000)
|         libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x800d66000)
|         libcrypt.so.5 => /lib/libcrypt.so.5 (0x80103a000)
| ...

I've been scratching my head too, I did a clean build there:

<http://pkg.absolight.net/data/9amd64-pkgng-test/20140723T140831Z/logs/>

And I still end up with:

root at pkg:/wrkdirs/usr/ports/www/apache22 # ldd
work/httpd-2.2.27/modules/ssl/.libs/mod_ssl.so
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:/wrkdirs/usr/ports/www/apache22 # ldd
work/stage/usr/local/libexec/apache22/mod_ssl.so
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)

maybe you can have a look at the logs and get an idea of what is wrong ?

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list