Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2014 00:41:19 +0200
From:      olli hauer <ohauer@gmx.de>
To:        Mathieu Arnold <mat@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r361294 - in head/www/apache22: . files
Message-ID:  <53C0680F.3000206@gmx.de>
In-Reply-To: <07B385FE34FF7F5B442C57FC@atuin.in.mat.cc>
References:  <201407082131.s68LVnVj008783@svn.freebsd.org> <8612910DC9EAD4272CAA72D9@atuin.in.mat.cc> <53C04A97.7000409@gmx.de> <3EA3824870AA723765109C1F@atuin.in.mat.cc> <53C056BD.7080206@gmx.de> <07B385FE34FF7F5B442C57FC@atuin.in.mat.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2014-07-11 23:46, Mathieu Arnold wrote:
> +--On 11 juillet 2014 23:27:25 +0200 olli hauer <ohauer@gmx.de> wrote:
> | It's a long time ago but I remember such failures because OPENSSLBASE was
> | not set at configure time to correct path. (I suspect thats also the
> | reason why some ports have a fix .include Mk/bsd.openssl.mk)
> 
> Well, I poked around a bit, it seems to be all right:
> 
> # make -V SSL_CONFIGURE_ON
> --with-ssl=/usr/local
> 
> The thing is, bsd.openssl.mk also adds some bits to LDFLAGS, it ends up
> like this:
> 
> # make -V LDFLAGS
>  -L/usr/local/lib -Wl,-rpath,/usr/local/lib -pthread
> 
> Maybe it's somehow wrong, but I don't really know.
> 
> | Will try to find a solution
> 
> If you need any testing, just let me know :-)
> Also, I should point out, it only affects 8 and 9, because 10 already has
> the same version of OpenSSL in the base system, so it doesn't lack things.
> 

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)
...




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