Description of problem: rpm 4.0.2-8 glibc-2.2-12 /etc/nsswitch.conf: passwd: ldap files same for shadow and group while installing apache 1.3.19-5, core dumps from strace it looks like it chokes while parsing the /etc/nsswitch.conf file if order reversed (files ldap), the installation works fine How reproducible: Always Steps to Reproduce: 1. specify ldap files order in nsswitch.conf file as above 2. try to install apache 3. Additional info:
Rpm doesn't know ldap from padl, so this is a ldap problem, ...
This is a rare run-in with limitations on use of dynamically-loaded modules in statically-linked binaries. A workaround which gets around the problem by shunting the queries to another process is to isntall and use nscd. At some point we'll have a better solution for this.