[EMAIL PROTECTED] wrote:
> 
> Gents,
> 
> Problem with configure into 3.1.14.
> 
> When compiled with openssl, it sets in makefiles (./ & ./src) -L 
>openssl_path/include (instead of lib), so linking fails...
> 


  Hello!


Thanks for reporting!

This patch for configure.in fixes the bug.

292c292
<     SSL_LFLAGS="-L$SSL_INCDIR -lcrypto -lssl"
---
>     SSL_LFLAGS="-L$SSL_LIBDIR -lcrypto -lssl"


You may use this patch if you have autoconf installed
on your machine. Apply this patch then run:


autoconf
configure
make
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to