# Loaded module rlm_unix # Loading module "unix" from file /usr/local/etc/raddb/mods-enabled/unix unix { radwtmp = "/usr/local/var/log/radius/radwtmp" } Creating attribute Unix-Group # Loaded module rlm_unpack # Loading module "unpack" from file /usr/local/etc/raddb/mods-enabled/unpack # Loaded module rlm_utf8 # Loading module "utf8" from file /usr/local/etc/raddb/mods-enabled/utf8 /usr/local/etc/raddb/mods-enabled/ldap[8]: Failed to link to module 'rlm_ldap': /usr/local/lib/rlm_ldap.so: cannot open shared object file: No such file or directory Following procedure was followed to install Freeradius 3.x on Suse Linux Ent Server SP2. Downloaded the tarball file 2. SIMPLE INSTALLATION ---------------------- If you do not need to modify the default configuration, then take the following steps to build and install the server:: $ ./configure $ make $ make install Enabled the ldap module Started above error ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues
On 29 September 2017 20:11:07 BST, "Bhagwat, Shrikant" <shrbhagw@med.umich.edu> wrote:
/usr/local/etc/raddb/mods-enabled/ldap[8]: Failed to link to module 'rlm_ldap': /usr/local/lib/rlm_ldap.so: cannot open shared object file: No such file or directory
...
Enabled the ldap module
Started above error
LDAP development headers and libraries weren't available when you built FreeRADIUS. Install them and then build FR again. The configure output shows whether it found them or not. -- Matthew
participants (2)
-
Bhagwat, Shrikant -
Matthew Newton