I also got the same problem when I am compiling FreeRADIUS 2.1.8. I solved this 
problem by executing the following commands.

Change the version number in the file appropriately and execute these commands.

ln -s /usr/local/lib/libfreeradius-radius-2.1.8.so 
/usr/lib/libfreeradius-radius-2.1.8.so

You may probably get few more similar kind of errors for libltdl.so.3 and 
libfreeradius-eap-2.1.8.so

For these, following commands will help you.

ln -s /usr/local/lib/libltdl.so.3.1.4 /usr/lib/libltdl.so.3
ln -s /usr/local/lib/libfreeradius-eap-2.1.8.so 
/usr/lib/libfreeradius-eap-2.1.8.so

- Karun.

-----Original Message-----
From:   freeradius-users-bounces+karuna.kumar=indscape....@lists.freeradius.org 
on behalf of Bassem Nagi
Sent:   Wed 6/16/2010 3:31 PM
To:     freeradius-users@lists.freeradius.org
Cc:     
Subject:        Having trouble compiling freeradius 2.1.9 on ubuntu 10.04

Hi,
Iam having trouble compiling freeradius version 2.1.9 on ubuntu 10.04
when i try to start the server i get an error stating 

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

Any help would be appreciated.

Thanx



<<winmail.dat>>

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

Reply via email to