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 _______________________________________________ Help-gnu-radius mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-radius
