I get this error when I call configure command: configure: error: openssl library version does not match header version I used this command: ./configure --with-openssl-includes=/usr/local/ssl/include --with-openssl-libraries=/usr/local/ssl/lib I am trying to install freeradius server 2.2.5 and the ssl version I have is openssl-1.0.2d I am using centos 7
On Aug 4, 2015, at 9:15 PM, Lightfoot, Maurice P. <m.p.lightfoot@spartans.nsu.edu> wrote:
I get this error when I call configure command:
configure: error: openssl library version does not match header version
Tell the vendor to fix their OS. OpenSSL has the wonderful practice of making their headers and libraries incompatible. Instead of having the server crash at run-time due to OpenSSL garbage, we catch it (and complain) when "configure" is run. The only way to fix it is to fix the headers and/or libraries. You *could* bypass the "configure" checks and build the server. But it would likely crash at run-time. Because of the OpenSSL issues... Alan DeKok.
participants (2)
-
Alan DeKok -
Lightfoot, Maurice P.