freeRADIUS does not "find" openssl
I have a problem with freeRADIUS version 2.1.3. I have openssl installed in /usr/local/ssl. To build the freeRADIUS server, I used this command: ./configure --with-openssl-include=/usr/local/ssl/include--with-openssl-libraries=/usr/local/ssl/lib However, the freeRADIUS just does not see the openssl and reports this: 1. configure: skipping test for openssl/ssl.h -- why skip? Because it was told? 2. checking for OpenSSL support ... no What configuration did I miss such that the server did does not see the openssl? Thanks.
rosect190@yahoo.com wrote:
I have a problem with freeRADIUS version 2.1.3.
I have openssl installed in /usr/local/ssl. To build the freeRADIUS server, I used this command: ./configure --with-openssl-include= /usr/local/ssl/include−−with−openssl−libraries= /usr/local/ssl/lib
However, the freeRADIUS just does not see the openssl and reports this: 1. configure: skipping test for openssl/ssl.h -- why skip? Because it was told?
Your mail formatting is a bit weird so it's hard to tell, but it sure looks like you don't have a space between the --with-openssl-include and --with-openssl-libraries options so it's interpreting as one long string. -- John Dennis <jdennis@redhat.com>
participants (2)
-
John Dennis -
rosect190@yahoo.com