Building Apache22 against OpenSSL port
Egoitz Aurrekoetxea
egoitz at ramattack.net
Wed Apr 9 06:46:58 UTC 2014
Good morning all,
Have finally build Apache 2.4 from ports which wasn’t causing that issues…. yes I noticed about the order of -L’s but haven’t time for further investigations…. so I did this…. but by the way have noticed too that php 5.4 is suffering something similar….
ldd /usr/local/lib/php/20100525/pgsql.so
/usr/local/lib/php/20100525/pgsql.so:
libpq.so.5 => /usr/local/lib/libpq.so.5 (0x80161d000)
libc.so.7 => /lib/libc.so.7 (0x80081d000)
libintl.so.9 => /usr/local/lib/libintl.so.9 (0x801846000)
libssl.so.7 => /usr/lib/libssl.so.7 (0x801a4f000)
libcrypto.so.7 => /lib/libcrypto.so.7 (0x801cb8000)
libthr.so.3 => /lib/libthr.so.3 (0x8020a3000)
Thank you so much Olli,
Regards!
perhaps you're
El 09/04/2014, a las 01:40, olli hauer <ohauer at gmx.de> escribió:
> On 2014-04-08 12:03, Egoitz Aurrekoetxea wrote:
>> Hi,
>>
>> Have tried building Apache on a recently upgraded ports collection for linking Apache, php and all against openssl new port…. but no way of ending up that way….
>>
>> I see always :
>>
>> ldd /usr/local/libexec/apache22/mod_ssl.so
>> /usr/local/libexec/apache22/mod_ssl.so:
>> libssl.so.7 => /usr/lib/libssl.so.7 (0x801630000)
>> libcrypto.so.7 => /lib/libcrypto.so.7 (0x801899000)
>> libthr.so.3 => /lib/libthr.so.3 (0x801c84000)
>> libc.so.7 => /lib/libc.so.7 (0x80081d000)
>>
>>
>> Have tried with :
>>
>> make WITH_OPENSSL_PORT=yes
>>
>> inserting in /etc/make.conf… but no way….
>>
>> has anyone suffered this same issue?
>>
>> Regards,
>
> Hi Egoitz,
>
> in case you are running on FreeBSD-10, then the update to apache22-2.2.27_1 should fix the issue.
>
> --
> Regards,
> olli
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
More information about the freebsd-ports
mailing list