Thomas Jalsovsky <[EMAIL PROTECTED]> wrote: > When I compiled without setting CFLAGS and CXXFLAGS, I got: > # /gis/radius_test/sbin/radiusd -X > /gis/radius_test/sbin/radiusd: error while loading shared libraries: > libradius-0.7-pre.so: cannot open shared object file: No such file or > directory > > there is no libradius* file in my lib/ directory.
It's still a work in progress, sorry. I've been poking at the server, getting it to build shared libraries for libradius, and haven't finished it yet. As the web pages say, the CVS snapshots aren't even guaranteed to build. :) > How can I use radius with static binaries (does it help to achieve > better performance as with e.g. mysql?), and how can start the new > version? You can build it static via: ./configure --disable-shared and it shouldn't make much difference for anything But grab the code from cvs now, I've updated the 'install' target for libradius. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
