"TEST" <[EMAIL PROTECTED]> wrote : > > Hi all, > > I used Gmake to compile the Freeradius server on openbsd and it worked fine > , I now find that the server will not start , the server can not find lib > files > > Should I use Linux for freeradius >
It seems that there is some troubles with libtool in OpenBSD, and that is the reason why the shared libraries do not work. Even if you modify the LD_LIBRARY_PATH variable, the shared libraries can not be located. However, you can use Freeradius with OpenBSD using only static libraries. Use this option when configuring : # ./configure --enable-shared=no and then build with gmake. RCC - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
