Re: Compiling GNU Radius 1.5.0 on www.clarkconnect.com box

"Sergey Poznyakoff" <[email protected]> Thu, 13 Mar 2008 16:33:05 +0200
Newsgroups gmane.comp.gnu.radius.general
Organization Err, what do you mean?
Message-ID <[email protected]>
Mikael Syska <[email protected]> ha escrit:

> But this fails:
> root [/root/files/radius-1.5]# ./configure --with-mysql
> --with-lib-path=/usr/lib/mysql/
[..]
> /usr/lib/mysql//libmysqlclient.a(viosslfactories.o)(.text+0x3dc): In
> function `new_VioSSLConnectorFd': undefined reference to `DH_free'

You need to additionally link in SSL libraries:

 ./configure LDFLAGS="-lssl -lcrypto" ....

If they are installed into an unusual location, modify your
--with-lib-path accordingly.
 
Regards,
Sergey