View previous topic :: View next topic |
Author |
Message |
thaper n00b
Joined: 06 Nov 2004 Posts: 42
|
Posted: Wed Jan 21, 2009 10:07 pm Post subject: autofs ldap amd64 broken? |
|
|
has anybody seen this ldap error?
I ldd the libs and there is no krb5 lib invloved...
open_lookup:95: cannot open lookup module ldap (/usr/lib64/autofs/lookup_ldap.so: undefined symbol: krb5_get_init_creds_keytab)
thanks |
|
Back to top |
|
|
thaper n00b
Joined: 06 Nov 2004 Posts: 42
|
Posted: Thu Jan 22, 2009 4:33 pm Post subject: |
|
|
USE=-sasl emerge autofs
Fixed this problem. |
|
Back to top |
|
|
theCoder n00b
Joined: 03 Mar 2003 Posts: 39 Location: Florida, USA
|
Posted: Mon May 18, 2009 1:27 am Post subject: |
|
|
I had the same problem after upgrading to autofs-5.x. Emerging with the "sasl" use flag caused the missing symbol problem in lookup_ldap.so. I even tried re-emerging openldap with the kerberos use flag to see if that would help, but it did not. My autofs is working now, but I don't think it's connecting to the LDAP server over ldaps. Should a bug report be filed for this?
Also, I had to add "+ldap:auto.master" to /etc/autofs/auto.master before autofs would read anything from LDAP (at least I think that's still necessary -- I tried lots of things to get autofs working again).
One final thing -- if anyone is having problems with autofs-5.x and a message talking about missing a kernel protocol version 5 (or something similar), then you have both autofs and autofs4 compiled (or loaded as modules) at the same time. You have to recompile and not select both options. You can compile both as modules, but just load the "autofs4" module. At least that worked for me. |
|
Back to top |
|
|
pharaoh Apprentice
Joined: 20 Nov 2003 Posts: 211 Location: Pennsylvania
|
Posted: Tue Sep 15, 2009 2:56 am Post subject: |
|
|
theCoder wrote: | One final thing -- if anyone is having problems with autofs-5.x and a message talking about missing a kernel protocol version 5 (or something similar), then you have both autofs and autofs4 compiled (or loaded as modules) at the same time. You have to recompile and not select both options. You can compile both as modules, but just load the "autofs4" module. At least that worked for me. |
This worked for me too, good call! _________________ RYZEN 5 3600 Matisse (Zen 2) 6-Core 3.6 GHz Socket AM4 65W
ASRock B550M PRO4
Crucial Ballistix 3200 MHz DDR4 DRAM 16GB
EVGA GeForce GTX 1060 6GB |
|
Back to top |
|
|
|