Re: Fresh Install

2010-05-28 Thread John Dennis

On 05/28/2010 03:15 PM, David Peterson wrote:

I just installed Ubuntu 10.04 server with the basic LAMP install added.
  I used the git method for downloading and compiling freeradius and
everything installed properly but for one caveat.

radiusd: error while loading shared libraries:
libfreeradius-radius-2.1.9.so: cannot open shared object file: No such
file or directory

I can find this file but I am not sure how to resolve this issue


Two things to check:

In $RADDB/radiusd.config check the value of the libdir configuration 
parameter, does it match where the module libraries were installed?


try running ldconfig

--
John Dennis jden...@redhat.com

Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Fresh Install

2010-05-28 Thread Alan DeKok
David Peterson wrote:
 I just installed Ubuntu 10.04 server with the basic LAMP install added. 
 I used the git method for downloading and compiling freeradius and
 everything installed properly but for one caveat.

 radiusd: error while loading shared libraries:
 libfreeradius-radius-2.1.9.so: cannot open shared object file: No such
 file or directory

  This means that the dynamic linker cannot find the library.  The
solution is to tell the linker where the library is located.

  So first... where is the library on disk?  Is it in a non-standard
location?

  See also:

http://www.dwheeler.com/secure-programs/Secure-Programs-HOWTO/dlls.html

  For instructions on updating the linker config  cache.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


RE: Fresh Install

2010-05-28 Thread David Peterson
Ldconfig did it!  Thanks!

David


-Original Message-
From:
freeradius-users-bounces+david.peterson=acc-corp@lists.freeradius.org
[mailto:freeradius-users-bounces+david.peterson=acc-corp@lists.freeradiu
s.org] On Behalf Of John Dennis
Sent: Friday, May 28, 2010 3:30 PM
To: David Peterson-WirelessConnections; FreeRadius users mailing list
Subject: Re: Fresh Install

On 05/28/2010 03:15 PM, David Peterson wrote:
 I just installed Ubuntu 10.04 server with the basic LAMP install added.
   I used the git method for downloading and compiling freeradius and
 everything installed properly but for one caveat.

 radiusd: error while loading shared libraries:
 libfreeradius-radius-2.1.9.so: cannot open shared object file: No such
 file or directory

 I can find this file but I am not sure how to resolve this issue

Two things to check:

In $RADDB/radiusd.config check the value of the libdir configuration 
parameter, does it match where the module libraries were installed?

try running ldconfig

-- 
John Dennis jden...@redhat.com

Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html