Migrating to a new server from 2.x to 3.0.4 CentOS 7
Kris Armstrong
kris.armstrong at me.com
Thu Jul 2 02:15:27 CEST 2015
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log
Type: application/octet-stream
Size: 138810 bytes
Desc: not available
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20150701/9fe7f6cd/attachment-0001.obj>
-------------- next part --------------
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 at freeradius freeradius-server-3.0.8]#
> On Jul 1, 2015, at 5:45 PM, Arran Cudbard-Bell <a.cudbardb at freeradius.org> wrote:
>
>
>> On 1 Jul 2015, at 19:33, Kris Armstrong <kris.armstrong at 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 at 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
More information about the Freeradius-Users
mailing list