Still cannot get ldap_r to be linked
I am attempting to configure FreeRadius to use our LDAP directory for authentication and have made the necessary modifications to radiusd.conf, but get the following error when starting radiusd with: # /usr/local/sbin/radiusd -X -A --- start of text --- ... ... radiusd: entering modules setup Module: Library search path is /usr/local/lib Module: Loaded exec exec: wait = yes exec: program = "(null)" exec: input_pairs = "request" exec: output_pairs = "(null)" exec: packet_type = "(null)" rlm_exec: Wait=yes but no output defined. Did you mean output=none? Module: Instantiated exec (exec) Module: Loaded expr Module: Instantiated expr (expr) Module: Loaded PAP pap: encryption_scheme = "crypt" Module: Instantiated pap (pap) Module: Loaded CHAP Module: Instantiated chap (chap) Module: Loaded MS-CHAP mschap: use_mppe = yes mschap: require_encryption = no mschap: require_strong = no mschap: with_ntdomain_hack = no mschap: passwd = "(null)" mschap: ntlm_auth = "(null)" Module: Instantiated mschap (mschap) Module: Loaded System unix: cache = no unix: passwd = "(null)" unix: shadow = "(null)" unix: group = "(null)" unix: radwtmp = "/usr/local/var/log/radius/radwtmp" unix: usegroup = no unix: cache_reload = 600 Module: Instantiated unix (unix) radiusd.conf[738] Failed to link to module 'rlm_ldap': file not found radiusd.conf[1917] Unknown module "ldap". radiusd.conf[1917] Failed to parse "ldap" entry. --- end of text --- If I were to go to ~/freeradius-1.1.2/src/modules/rlm_ldap and do a ./configure, I would get these: --- start of text --- # ./configure creating cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for pthread_create in -lpthread... yes checking for ldap_init in -lldap_r... no checking for ldap.h... yes configure: warning: silently not building rlm_ldap. configure: warning: FAILURE: rlm_ldap requires: libldap_r. updating cache ./config.cache creating ./config.status creating Makefile # --- end of text --- and # ls -l /usr/local/lib/libldap_r* lrwxrwxrwx 1 root root 22 Jul 26 2004 /usr/local/lib/libldap_r-2.2.so.7 -> libldap_r-2.2.so.7.0.6 -rw-r--r-- 1 root root 2255178 Jul 26 2004 /usr/local/lib/libldap_r-2.2.so.7.0.6 -rw-r--r-- 1 root root 2241358 Sep 9 2005 /usr/local/lib/libldap_r.a -rw-r--r-- 1 root root 759 Sep 9 2005 /usr/local/lib/libldap_r.la lrwxrwxrwx 1 root root 19 Sep 9 2005 /usr/local/lib/libldap_r.so -> libldap_r.so.2.0.16 lrwxrwxrwx 1 root root 19 Sep 9 2005 /usr/local/lib/libldap_r.so.2 -> libldap_r.so.2.0.16 -rw-r--r-- 1 root root 2073246 Sep 9 2005 /usr/local/lib/libldap_r.so.2.0.16 -- I'm using freeradius-1.1.2 on Redhat Linux 9 and openldap-2.0.25, everything appeared to compile okay. I'm no C programmer. So please go slow. Any suggestions would be most appreciated. Regards Roger Thomas --------------------------------------------------- Sign Up for free Email at http://ureg.home.net.my/ ---------------------------------------------------
Roger Thomas <sniper@home.net.my> wrote:
# ./configure creating cache ./config.cache ... checking for ldap_init in -lldap_r... no
That's why the LDAP module isn't building. There's some additional dependency that the configure script isn't finding. See if there's a "config.log" file in src/modules/rlm_ldap. If so, it should say what went wrong. Alan DeKok.
Quoting Alan DeKok <aland@nitros9.org>:
That's why the LDAP module isn't building. There's some additional dependency that the configure script isn't finding.
See if there's a "config.log" file in src/modules/rlm_ldap. If so, it should say what went wrong.
Alan DeKok.
There are tonnes of error in ~/freeradius-1.1.2/src/modules/rlm_ldap/config.log ! I think they are connected to my ldap libraries? But my slapd is running fine. I am running Horde's webmail. And Horde authenticate to ldap with no problem. There must be something else :( The following is output from config.log; it's about 200 lines. Sorry. -- Roger -- start of text -- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:546: checking for gcc configure:659: checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works configure:675: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG conftest.c -lnsl -lresolv -lpthread 1>&5 configure:672: warning: return type defaults to `int' configure:701: checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler configure:706: checking whether we are using GNU C configure:734: checking whether gcc accepts -g configure:848: checking for pthread_create in -lpthread configure:939: checking for ldap_init in -lldap_r configure:956: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG conftest.c -L/usr/local/lib/ -lldap_r -lpthread -lnsl -lresolv -lpthread 1>&5 /usr/local/lib//libldap_r.so: undefined reference to `ber_dup' /usr/local/lib//libldap_r.so: undefined reference to `ber_sockbuf_remove_io' /usr/local/lib//libldap_r.so: undefined reference to `ber_alloc_t' /usr/local/lib//libldap_r.so: undefined reference to `ber_next_element' /usr/local/lib//libldap_r.so: undefined reference to `ber_printf' /usr/local/lib//libldap_r.so: undefined reference to `ber_sockbuf_free' /usr/local/lib//libldap_r.so: undefined reference to `ber_free' /usr/local/lib//libldap_r.so: undefined reference to `ber_memcalloc' /usr/local/lib//libldap_r.so: undefined reference to `ber_strdup' /usr/local/lib//libldap_r.so: undefined reference to `ber_first_element' /usr/local/lib//libldap_r.so: undefined reference to `ber_bvfree' /usr/local/lib//libldap_r.so: undefined reference to `ber_init' /usr/local/lib//libldap_r.so: undefined reference to `ber_flush' /usr/local/lib//libldap_r.so: undefined reference to `ber_pvt_log_print' /usr/local/lib//libldap_r.so: undefined reference to `ber_memvfree' /usr/local/lib//libldap_r.so: undefined reference to `ber_set_option' /usr/local/lib//libldap_r.so: undefined reference to `ber_write' /usr/local/lib//libldap_r.so: undefined reference to `ber_sockbuf_io_debug' /usr/local/lib//libldap_r.so: undefined reference to `ber_sockbuf_alloc' /usr/local/lib//libldap_r.so: undefined reference to `ber_skip_tag' /usr/local/lib//libldap_r.so: undefined reference to `ber_memalloc' /usr/local/lib//libldap_r.so: undefined reference to `ber_memrealloc' /usr/local/lib//libldap_r.so: undefined reference to `ber_get_next' /usr/local/lib//libldap_r.so: undefined reference to `ber_sockbuf_io_readahead' /usr/local/lib//libldap_r.so: undefined reference to `ber_reset' /usr/local/lib//libldap_r.so: undefined reference to `ber_peek_tag' /usr/local/lib//libldap_r.so: undefined reference to `ber_bvecfree' /usr/local/lib//libldap_r.so: undefined reference to `ber_memfree' /usr/local/lib//libldap_r.so: undefined reference to `ber_sockbuf_ctrl' /usr/local/lib//libldap_r.so: undefined reference to `ber_sockbuf_io_fd' /usr/local/lib//libldap_r.so: undefined reference to `ber_sockbuf_io_tcp' /usr/local/lib//libldap_r.so: undefined reference to `ber_flatten' /usr/local/lib//libldap_r.so: undefined reference to `ber_sockbuf_add_io' /usr/local/lib//libldap_r.so: undefined reference to `ber_get_int' /usr/local/lib//libldap_r.so: undefined reference to `ber_log_dump' /usr/local/lib//libldap_r.so: undefined reference to `ber_scanf' /usr/local/lib//libldap_r.so: undefined reference to `ber_pvt_socket_set_nonblock' collect2: ld returned 1 exit status configure: failed program was: #line 949 "configure" #include "confdefs.h" extern char ldap_init(); int main() { ldap_init() ; return 0; } configure:981: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG conftest.c -lldap_r -lpthread -lnsl -lresolv -lpthread 1>&5 /usr/local/lib/libldap_r.so: undefined reference to `ber_dup' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_remove_io' /usr/local/lib/libldap_r.so: undefined reference to `ber_alloc_t' /usr/local/lib/libldap_r.so: undefined reference to `ber_next_element' /usr/local/lib/libldap_r.so: undefined reference to `ber_printf' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_free' /usr/local/lib/libldap_r.so: undefined reference to `ber_free' /usr/local/lib/libldap_r.so: undefined reference to `ber_memcalloc' /usr/local/lib/libldap_r.so: undefined reference to `ber_strdup' /usr/local/lib/libldap_r.so: undefined reference to `ber_first_element' /usr/local/lib/libldap_r.so: undefined reference to `ber_bvfree' /usr/local/lib/libldap_r.so: undefined reference to `ber_init' /usr/local/lib/libldap_r.so: undefined reference to `ber_flush' /usr/local/lib/libldap_r.so: undefined reference to `ber_pvt_log_print' /usr/local/lib/libldap_r.so: undefined reference to `ber_memvfree' /usr/local/lib/libldap_r.so: undefined reference to `ber_set_option' /usr/local/lib/libldap_r.so: undefined reference to `ber_write' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_io_debug' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_alloc' /usr/local/lib/libldap_r.so: undefined reference to `ber_skip_tag' /usr/local/lib/libldap_r.so: undefined reference to `ber_memalloc' /usr/local/lib/libldap_r.so: undefined reference to `ber_memrealloc' /usr/local/lib/libldap_r.so: undefined reference to `ber_get_next' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_io_readahead' /usr/local/lib/libldap_r.so: undefined reference to `ber_reset' /usr/local/lib/libldap_r.so: undefined reference to `ber_peek_tag' /usr/local/lib/libldap_r.so: undefined reference to `ber_bvecfree' /usr/local/lib/libldap_r.so: undefined reference to `ber_memfree' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_ctrl' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_io_fd' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_io_tcp' /usr/local/lib/libldap_r.so: undefined reference to `ber_flatten' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_add_io' /usr/local/lib/libldap_r.so: undefined reference to `ber_get_int' /usr/local/lib/libldap_r.so: undefined reference to `ber_log_dump' /usr/local/lib/libldap_r.so: undefined reference to `ber_scanf' /usr/local/lib/libldap_r.so: undefined reference to `ber_pvt_socket_set_nonblock' collect2: ld returned 1 exit status configure: failed program was: #line 974 "configure" #include "confdefs.h" extern char ldap_init(); int main() { ldap_init() ; return 0; } configure:1058: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG conftest.c -L/usr/local/lib -lldap_r -lpthread -lnsl -lresolv -lpthread 1>&5 /usr/local/lib/libldap_r.so: undefined reference to `ber_dup' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_remove_io' /usr/local/lib/libldap_r.so: undefined reference to `ber_alloc_t' /usr/local/lib/libldap_r.so: undefined reference to `ber_next_element' /usr/local/lib/libldap_r.so: undefined reference to `ber_printf' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_free' /usr/local/lib/libldap_r.so: undefined reference to `ber_free' /usr/local/lib/libldap_r.so: undefined reference to `ber_memcalloc' /usr/local/lib/libldap_r.so: undefined reference to `ber_strdup' /usr/local/lib/libldap_r.so: undefined reference to `ber_first_element' /usr/local/lib/libldap_r.so: undefined reference to `ber_bvfree' /usr/local/lib/libldap_r.so: undefined reference to `ber_init' /usr/local/lib/libldap_r.so: undefined reference to `ber_flush' /usr/local/lib/libldap_r.so: undefined reference to `ber_pvt_log_print' /usr/local/lib/libldap_r.so: undefined reference to `ber_memvfree' /usr/local/lib/libldap_r.so: undefined reference to `ber_set_option' /usr/local/lib/libldap_r.so: undefined reference to `ber_write' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_io_debug' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_alloc' /usr/local/lib/libldap_r.so: undefined reference to `ber_skip_tag' /usr/local/lib/libldap_r.so: undefined reference to `ber_memalloc' /usr/local/lib/libldap_r.so: undefined reference to `ber_memrealloc' /usr/local/lib/libldap_r.so: undefined reference to `ber_get_next' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_io_readahead' /usr/local/lib/libldap_r.so: undefined reference to `ber_reset' /usr/local/lib/libldap_r.so: undefined reference to `ber_peek_tag' /usr/local/lib/libldap_r.so: undefined reference to `ber_bvecfree' /usr/local/lib/libldap_r.so: undefined reference to `ber_memfree' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_ctrl' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_io_fd' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_io_tcp' /usr/local/lib/libldap_r.so: undefined reference to `ber_flatten' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_add_io' /usr/local/lib/libldap_r.so: undefined reference to `ber_get_int' /usr/local/lib/libldap_r.so: undefined reference to `ber_log_dump' /usr/local/lib/libldap_r.so: undefined reference to `ber_scanf' /usr/local/lib/libldap_r.so: undefined reference to `ber_pvt_socket_set_nonblock' collect2: ld returned 1 exit status configure: failed program was: #line 1051 "configure" #include "confdefs.h" extern char ldap_init(); int main() { ldap_init() ; return 0; } configure:1058: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG conftest.c -L/opt/lib -lldap_r -lpthread -lnsl -lresolv -lpthread 1>&5 /usr/local/lib/libldap_r.so: undefined reference to `ber_dup' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_remove_io' /usr/local/lib/libldap_r.so: undefined reference to `ber_alloc_t' /usr/local/lib/libldap_r.so: undefined reference to `ber_next_element' /usr/local/lib/libldap_r.so: undefined reference to `ber_printf' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_free' /usr/local/lib/libldap_r.so: undefined reference to `ber_free' /usr/local/lib/libldap_r.so: undefined reference to `ber_memcalloc' /usr/local/lib/libldap_r.so: undefined reference to `ber_strdup' /usr/local/lib/libldap_r.so: undefined reference to `ber_first_element' /usr/local/lib/libldap_r.so: undefined reference to `ber_bvfree' /usr/local/lib/libldap_r.so: undefined reference to `ber_init' /usr/local/lib/libldap_r.so: undefined reference to `ber_flush' /usr/local/lib/libldap_r.so: undefined reference to `ber_pvt_log_print' /usr/local/lib/libldap_r.so: undefined reference to `ber_memvfree' /usr/local/lib/libldap_r.so: undefined reference to `ber_set_option' /usr/local/lib/libldap_r.so: undefined reference to `ber_write' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_io_debug' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_alloc' /usr/local/lib/libldap_r.so: undefined reference to `ber_skip_tag' /usr/local/lib/libldap_r.so: undefined reference to `ber_memalloc' /usr/local/lib/libldap_r.so: undefined reference to `ber_memrealloc' /usr/local/lib/libldap_r.so: undefined reference to `ber_get_next' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_io_readahead' /usr/local/lib/libldap_r.so: undefined reference to `ber_reset' /usr/local/lib/libldap_r.so: undefined reference to `ber_peek_tag' /usr/local/lib/libldap_r.so: undefined reference to `ber_bvecfree' /usr/local/lib/libldap_r.so: undefined reference to `ber_memfree' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_ctrl' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_io_fd' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_io_tcp' /usr/local/lib/libldap_r.so: undefined reference to `ber_flatten' /usr/local/lib/libldap_r.so: undefined reference to `ber_sockbuf_add_io' /usr/local/lib/libldap_r.so: undefined reference to `ber_get_int' /usr/local/lib/libldap_r.so: undefined reference to `ber_log_dump' /usr/local/lib/libldap_r.so: undefined reference to `ber_scanf' /usr/local/lib/libldap_r.so: undefined reference to `ber_pvt_socket_set_nonblock' collect2: ld returned 1 exit status configure: failed program was: #line 1051 "configure" #include "confdefs.h" extern char ldap_init(); int main() { ldap_init() ; return 0; } configure:1245: checking for ldap.h configure:1263: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -I/usr/local/include/ conftest.c 1>&5 configure: In function `main': configure:1259: warning: unused variable `a' -- end of text -- --------------------------------------------------- Sign Up for free Email at http://ureg.home.net.my/ ---------------------------------------------------
On Tue, Jul 25, 2006 at 05:13:41PM +0800, Roger Thomas said:
# ls -l /usr/local/lib/libldap_r* lrwxrwxrwx 1 root root 22 Jul 26 2004 /usr/local/lib/libldap_r-2.2.so.7 -> libldap_r-2.2.so.7.0.6 -rw-r--r-- 1 root root 2255178 Jul 26 2004 /usr/local/lib/libldap_r-2.2.so.7.0.6 -rw-r--r-- 1 root root 2241358 Sep 9 2005 /usr/local/lib/libldap_r.a -rw-r--r-- 1 root root 759 Sep 9 2005 /usr/local/lib/libldap_r.la lrwxrwxrwx 1 root root 19 Sep 9 2005 /usr/local/lib/libldap_r.so -> libldap_r.so.2.0.16 lrwxrwxrwx 1 root root 19 Sep 9 2005 /usr/local/lib/libldap_r.so.2 -> libldap_r.so.2.0.16 -rw-r--r-- 1 root root 2073246 Sep 9 2005 /usr/local/lib/libldap_r.so.2.0.16
There are tonnes of error in ~/freeradius-1.1.2/src/modules/rlm_ldap/config.log ! I think they are connected to my ldap libraries? But my slapd is running fine. I am running Horde's webmail. And Horde authenticate to ldap with no problem. There must be something else :(
The problem is apparently with your install of ldap. The output above suggests you have two versions of libldap_r installed, but you have the libldap_r.so link (and perhaps the header) only from the older one. Take care, -- -------------------------------------------------------------------------- | Stephen Gran | A "No" uttered from deepest conviction | | steve@lobefin.net | is better and greater than a "Yes" | | http://www.lobefin.net/~steve | merely uttered to please, or what is | | | worse, to avoid trouble. -- Mahatma | | | Gandhi | --------------------------------------------------------------------------
Roger Thomas <sniper@home.net.my> wrote:
The following is output from config.log; it's about 200 lines. Sorry.
It's not linking with -lber for some reason. I think you have an older version of LDAP. I know the server *used* to try -lber, too, but that caused problems... Try: $ LIBS=-lber ./configure That may work... Alan DeKok.
Hi. It's not compiling ok since you have: configure: warning: silently not building rlm_ldap. configure: warning: FAILURE: rlm_ldap requires: libldap_r. If you have openladp well installed, try to put some environment variables into the shell before running configure or use: ./configure --with-rlm-ldap-lib-dir=PATH_TO_LDAP/lib/ --with-rlm-ldap-include-dir=PATH_TO_LDAP/include/ Roger Thomas wrote:
I am attempting to configure FreeRadius to use our LDAP directory for authentication and have made the necessary modifications to radiusd.conf, but get the following error when starting radiusd with: # /usr/local/sbin/radiusd -X -A
--- start of text --- ... ... radiusd: entering modules setup Module: Library search path is /usr/local/lib Module: Loaded exec exec: wait = yes exec: program = "(null)" exec: input_pairs = "request" exec: output_pairs = "(null)" exec: packet_type = "(null)" rlm_exec: Wait=yes but no output defined. Did you mean output=none? Module: Instantiated exec (exec) Module: Loaded expr Module: Instantiated expr (expr) Module: Loaded PAP pap: encryption_scheme = "crypt" Module: Instantiated pap (pap) Module: Loaded CHAP Module: Instantiated chap (chap) Module: Loaded MS-CHAP mschap: use_mppe = yes mschap: require_encryption = no mschap: require_strong = no mschap: with_ntdomain_hack = no mschap: passwd = "(null)" mschap: ntlm_auth = "(null)" Module: Instantiated mschap (mschap) Module: Loaded System unix: cache = no unix: passwd = "(null)" unix: shadow = "(null)" unix: group = "(null)" unix: radwtmp = "/usr/local/var/log/radius/radwtmp" unix: usegroup = no unix: cache_reload = 600 Module: Instantiated unix (unix) radiusd.conf[738] Failed to link to module 'rlm_ldap': file not found radiusd.conf[1917] Unknown module "ldap". radiusd.conf[1917] Failed to parse "ldap" entry.
--- end of text ---
If I were to go to ~/freeradius-1.1.2/src/modules/rlm_ldap and do a ./configure, I would get these:
--- start of text --- # ./configure creating cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for pthread_create in -lpthread... yes checking for ldap_init in -lldap_r... no checking for ldap.h... yes configure: warning: silently not building rlm_ldap. configure: warning: FAILURE: rlm_ldap requires: libldap_r. updating cache ./config.cache creating ./config.status creating Makefile #
--- end of text ---
and # ls -l /usr/local/lib/libldap_r* lrwxrwxrwx 1 root root 22 Jul 26 2004 /usr/local/lib/libldap_r-2.2.so.7 -> libldap_r-2.2.so.7.0.6 -rw-r--r-- 1 root root 2255178 Jul 26 2004 /usr/local/lib/libldap_r-2.2.so.7.0.6 -rw-r--r-- 1 root root 2241358 Sep 9 2005 /usr/local/lib/libldap_r.a -rw-r--r-- 1 root root 759 Sep 9 2005 /usr/local/lib/libldap_r.la lrwxrwxrwx 1 root root 19 Sep 9 2005 /usr/local/lib/libldap_r.so -> libldap_r.so.2.0.16 lrwxrwxrwx 1 root root 19 Sep 9 2005 /usr/local/lib/libldap_r.so.2 -> libldap_r.so.2.0.16 -rw-r--r-- 1 root root 2073246 Sep 9 2005 /usr/local/lib/libldap_r.so.2.0.16
--
I'm using freeradius-1.1.2 on Redhat Linux 9 and openldap-2.0.25, everything appeared to compile okay.
I'm no C programmer. So please go slow. Any suggestions would be most appreciated.
Regards Roger Thomas
--------------------------------------------------- Sign Up for free Email at http://ureg.home.net.my/ --------------------------------------------------- - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Atentamente, ------------------------------------ |Paulo Cabrita, Msc | |Director do Centro de Informática | |da Universidade Autónoma de Lisboa| |Tel: +351-213177635 | |Fax: +351-213533702 | |E-mail: pjc@ual.pt | ------------------------------------
participants (4)
-
Alan DeKok -
Paulo Cabrita -
Roger Thomas -
Stephen Gran