Problems with starting radiusd (2.1.3 - latest)
Hi, I got the latest tarball (source) from freeradius.org and after untar'ing - did configure/make/install I can't start up the server. root@sipp5:/usr/local/sbin# rc.radiusd start Starting FreeRADIUS:/usr/local/sbin/radiusd: error while loading shared libraries: libfreeradius-radius-2.1.3.so: cannot open shared object file: No such file or directory radiusd root@sipp5:/usr/local/sbin# radiusd -X radiusd: error while loading shared libraries: libfreeradius-radius-2.1.3.so: cannot open shared object file: No such file or directory root@sipp5:/usr/local/sbin# I am using ubuntu latest release with linux kernel 2.6.24-19 I have removed the freeradius (using apt-get remove freeradius). When I installed it showed version 1.1.7 (old?) Any inputs on what's happening? thx -a
al pat wrote:
I can't start up the server.
root@sipp5:/usr/local/sbin# rc.radiusd start
Starting FreeRADIUS:/usr/local/sbin/radiusd: error while loading shared libraries: libfreeradius-radius-2.1.3.so: cannot open shared object file: No such file or directory
You have installed the server over a pre-existing configuration. Odds are that the *old* radiusd.conf is still around. Ensure that you get rid of *all* traces of the old installation before installing a new one. "apt-get remove freeradius" does NOT removed the configuration directory. Alan DeKok.
participants (2)
-
al pat -
Alan DeKok