Hi Jim,
On 0, Jim Bloom <[EMAIL PROTECTED]> wrote:
> A similar patch was added for the USA version of RSA for the same basic reason.
> Your patch is almost correct. It should add the line:
>
> LDADD+= -L$[.OBJDIR]/../libcrypto -lcrypto
^ ^
>
> Your version would reference the system crypto library and not the one being
> built as part of buildworld.
>
> Jim Bloom
> [EMAIL PROTECTED]
>
Thanks for the modification.
I have replaced the "[]" with "{}" . A run of "make buildworld" with
the patch finished without errors.
The output of objdump --private-headers on the created librsaINTL.so.1
libs under /usr/obj contains now the line "NEEDED libcrypto.so.1".
Apache-modssl works now with encryption!
Should I file a pr with the patch ?
Regards
Dirk
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message