Re: rlm_ldap configuration error

2004-12-28 Thread kevin J
My problem is that I have an old openldap installed in my box for a different purpose. But my new openldap directory is not properly configured by --with-rlm-ldap-include and ldap-lib. I had a similar problem with ssl and I added LIBS='mydir/ssl' and it solved that problem. But, LIBS with ldap p

Re: rlm_ldap configuration error

2004-12-17 Thread L.C. (Laurentiu C. Badea)
Someone sent a more plausible explanation - look for the email about the order-sensitive linker. -- L.C. kevin J wrote: I don't know the reason but it still has a problem. I double checked all links but couldn't find any lber link in sys. I am not sure if there is any version dependency in rlm_

Re: rlm_ldap configuration error

2004-12-17 Thread kevin J
I don't know the reason but it still has a problem. I double checked all links but couldn't find any lber link in sys. I am not sure if there is any version dependency in rlm_ldap. Kevin L.C. (Laurentiu C. Badea) wrote: Looks like it's loading a newer libldap with an older liblber. Make sure you

Re: rlm_ldap configuration error

2004-12-15 Thread Stefan . Neis
Hi, > Somebody tried to help me out but I am still having this problem. > Can anybody have a solution or suggestion? (snipp) > >uname -m = sun4u > >uname -r = 5.8 > >uname -s = SunOS So we have an ordering sensitive linker. Looks like it might be my favourite bug in the configure script:

Re: rlm_ldap configuration error

2004-12-14 Thread L.C. (Laurentiu C. Badea)
Looks like it's loading a newer libldap with an older liblber. Make sure you do not have liblber.so/liblber.a somewhere else on the system where the linker could pick it up instead of the one you compiled. -- L.C. (Laurentiu C. Badea) kevin J wrote: Somebody tried to help me out but I am still ha

RE: rlm_ldap configuration error

2004-12-08 Thread Andrew Milne
Kevin, Just some things in the config.log: conftest.c:11:22: lber.h: No such file or directory ld: fatal: library -lsasl: not found ld: fatal: library -llber: not found conftest.c:13: warning: function declaration isn't a prototype Undefined first referenced symbol in file ber_flatten2 You may