I’m not sure why its checking for openssl .0.9.7 Command Used /configure --with-openssl-lib-dir=/usr/src/openssl-1.0.2c/ --with-openssl-include-dir=/usr/src/openssl-1.0.2c/ The openssl-1.0.2c is where my source is for openssl V1.0.2c I assume thats correct in anywise it appears as though the headers do not line up with the libraries if i’m reading this right? config.log is attached. checking for OpenSSL version >= 0.9.7... yes checking OpenSSL library and header version consistency... library: 1000203f header: 1000105f... no configure: error: in `/usr/src/freeradius-server-3.0.8': configure: error: OpenSSL library version does not match header version See `config.log' for more details [root@freeradius freeradius-server-3.0.8]#
On Jul 1, 2015, at 5:45 PM, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 1 Jul 2015, at 19:33, Kris Armstrong <kris.armstrong@me.com> wrote:
agreed. Its definitely the library. its linking to the old and not the new. Guess my real question is how to change it.
./configure -h (to get configure options)
Pass in the paths to the OpenSSL libraries and headers you want to use.
-Arran
Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team
FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html