Perhaps it is an option for you to switch to Apache 24.

On my machine Apache 24 picks OpenSSL from the ports without any special 
adjustments:
 ldd /usr/local/libexec/apache24/mod_ssl.so
/usr/local/libexec/apache24/mod_ssl.so:
        libssl.so.8 => /usr/local/lib/libssl.so.8 (0x801238000)
        libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x80149f000)
        libcrypt.so.5 => /lib/libcrypt.so.5 (0x801883000)
        libthr.so.3 => /lib/libthr.so.3 (0x801aa2000)
        libc.so.7 => /lib/libc.so.7 (0x80081b000)

Best regards

Rolf


Am 08.04.2014 um 10:59 schrieb Egoitz Aurrekoetxea <ego...@ramattack.net>:

> This seems to be an Apache issue when being built…. I say this because 
> Postfix por example runs at first attempt as it should….
> 
> ldd /usr/local/libexec/postfix/smtpd
> /usr/local/libexec/postfix/smtpd:
>       libpcre.so.3 => /usr/local/lib/libpcre.so.3 (0x800889000)
>       libssl.so.8 => /usr/local/lib/libssl.so.8 (0x800af2000)
>       libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x800d58000)
>       libc.so.7 => /lib/libc.so.7 (0x801154000)
>       libthr.so.3 => /lib/libthr.so.3 (0x8014ed000)
> 
> El 08/04/2014, a las 12:03, Egoitz Aurrekoetxea <ego...@ramattack.net> 
> escribió:
> 
>> 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,
>> _______________________________________________
>> freebsd-ports@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
>> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
> 
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to