[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] Compiling GNU Radius 1.5.0 on www.clarkconnect.com
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] Compiling GNU Radius 1.5.0 on www.clarkconnect.com box |
Date: |
Thu, 13 Mar 2008 16:33:05 +0200 |
Mikael Syska <address@hidden> 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