"Dan Bell" <[EMAIL PROTECTED]> wrote: > make > *** Warning: This library needs some functionality provided > by -lmysqlclient. > *** I have the capability to make that library automatically link in when > *** you link to this library. But I can only do this if you have a > *** shared version of the library, which you do not appear to have.
So install a shared version of the mysql client library. Failing that, read the top-level 'configure --help', and do: ./configure --disable-shared which is also one of the solutions posted to the list. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
