This is a discussion on Re: Help with this error: configure: warning: FAILURE: rlm_eap_tls within the FreeRADIUS Users forums, part of the Networking and Network Related category; Hi, > configure --disable-shared > --with-openssl-includes=3D/usr/local/openssl097g/include \ > --with-openssl-libraries=3D/usr/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
> configure --disable-shared > --with-openssl-includes=3D/usr/local/openssl097g/include \ > --with-openssl-libraries=3D/usr/local/openssl097g/lib \ > --prefix=3D/usr/local/radius For static SSL libraries, this simply doesn't work, see the mailing list archive for build problems on Solaris where it was first noticed. The workaround is to use LDFLAGS=3D"-L/usr/local/openssl097g/lib -lssl -lcrypto" \ configure <all_your_options> > As you can see I'm missing libssl. What is this and how do I install > it or point freeradius to it? It's one of OpenSSL's two libraries and not being detected correctly because configure is using a wrong ordering of libraries when checking for it. HTH, Stefan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |