There is a misplaced file in the x86_64 nss_ldap-253-5.el4 package. I just did an update of one of our many quad core Xeon systems to verify this. I looked on the SL site, and there is a newer date nss_ldap in the errata, nss_ldap-253-5.sl4.1*, but yum update does not see it. The nss_ldap that is installed is nss_ldap-253-5.el4.*. I manually downloaded and installed the newer nss_ldap, and it fixes the problems. Details of the config and steps are below.
Sincerely Jim -- James Fait, Ph.D. Beamline Scientist, SER-CAT APS, building 436B-008 Argonne National Laboratory 9700 S Cass Ave Argonne, IL 60439 phone 630-252-0644 fax 630-252-0652 email [EMAIL PROTECTED] [EMAIL PROTECTED] ~]# rpm -qa |grep nss_l nss_ldap-226-24.el4_6.x86_64 nss_ldap-226-24.el4_6.i386 [EMAIL PROTECTED] ~]# yum update nss_ldap Loading "kernel-module" plugin Setting up Update Process Setting up repositories Reading repository metadata in from local files Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package nss_ldap.i386 0:253-5.el4 set to be updated ---> Package nss_ldap.x86_64 0:253-5.el4 set to be updated --> Running transaction check Dependencies Resolved ============================================================================= Package Arch Version Repository Size ============================================================================= Updating: nss_ldap i386 253-5.el4 sl-errata 1.1 M nss_ldap x86_64 253-5.el4 sl-errata 1.1 M Transaction Summary ============================================================================= Install 0 Package(s) Update 2 Package(s) Remove 0 Package(s) Total download size: 2.2 M Is this ok [y/N]: y Downloading Packages: (1/2): nss_ldap-253-5.el4 100% |=========================| 1.1 MB 00:00 (2/2): nss_ldap-253-5.el4 100% |=========================| 1.1 MB 00:00 Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : nss_ldap ######################### [1/4] Updating : nss_ldap ######################### [2/4] Cleanup : nss_ldap ######################### [3/4] Cleanup : nss_ldap ######################### [4/4] Updated: nss_ldap.i386 0:253-5.el4 nss_ldap.x86_64 0:253-5.el4 Complete! [EMAIL PROTECTED] ~]# ls -l /lib/security/pam_ld* -rwxr-xr-x 1 root root 44248 Jul 24 22:03 /lib/security/pam_ldap.so [EMAIL PROTECTED] ~]# ls -l /lib64/security/pam_ld* ls: /lib64/security/pam_ld*: No such file or directory Info on the installed packages and system: # rpm -qa |grep nss_ld nss_ldap-253-5.el4.x86_64 nss_ldap-253-5.el4.i386 # uname -a Linux user115.ser.aps.anl.gov 2.6.9-67.0.20.ELsmp #1 SMP Wed Jun 25 11:45:33 CDT 2008 x86_64 x86_64 x86_64 GNU/Linux # cat /etc/redhat-release Scientific Linux SL release 4.6 (Beryllium) Info after update to nss_ldap-353-5.sl4.1 [EMAIL PROTECTED] ~]# wget http://ftp.scientificlinux.org/linux/scientific/46/x86_64/errata/SL/RPMS/nss_ldap-253-5.sl4.1.x86_64.rpm --18:08:22-- http://ftp.scientificlinux.org/linux/scientific/46/x86_64/errata/SL/RPMS/nss_ldap-253-5.sl4.1.x86_64.rpm => `nss_ldap-253-5.sl4.1.x86_64.rpm' Resolving ftp.scientificlinux.org... 131.225.110.41 Connecting to ftp.scientificlinux.org|131.225.110.41|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1,204,737 (1.1M) [application/x-rpm] 100% [========================================================================================>] 1,204,737 6.55M/s 18:08:22 (6.53 MB/s) - `nss_ldap-253-5.sl4.1.x86_64.rpm' saved [1204737/1204737] [EMAIL PROTECTED] ~]# rpm -Uhv nss_ldap-253-5.sl4.1.x86_64.rpm warning: nss_ldap-253-5.sl4.1.x86_64.rpm: V3 DSA signature: NOKEY, key ID 82fd17b2 Preparing... ########################################### [100%] 1:nss_ldap ########################################### [100%] [EMAIL PROTECTED] ~]# ls -l /lib64/security/pam_ld* -rwxr-xr-x 1 root root 44248 Jul 30 10:46 /lib64/security/pam_ldap.so [EMAIL PROTECTED] ~]# ls -l /lib/security/pam_ld* ls: /lib/security/pam_ld*: No such file or directory [EMAIL PROTECTED] ~]# wget http://ftp.scientificlinux.org/linux/scientific/46/x86_64/errata/SL/RPMS/nss_ldap-253-5.sl4.1.i386.rpm --18:09:40-- http://ftp.scientificlinux.org/linux/scientific/46/x86_64/errata/SL/RPMS/nss_ldap-253-5.sl4.1.i386.rpm => `nss_ldap-253-5.sl4.1.i386.rpm' Resolving ftp.scientificlinux.org... 131.225.110.41 Connecting to ftp.scientificlinux.org|131.225.110.41|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1,115,487 (1.1M) [application/x-rpm] 100% [========================================================================================>] 1,115,487 4.50M/s 18:09:40 (4.50 MB/s) - `nss_ldap-253-5.sl4.1.i386.rpm' saved [1115487/1115487] [EMAIL PROTECTED] ~]# rpm -Uhv nss_ldap-253-5.sl4.1.i386.rpm warning: nss_ldap-253-5.sl4.1.i386.rpm: V3 DSA signature: NOKEY, key ID 82fd17b2 Preparing... ########################################### [100%] 1:nss_ldap ########################################### [100%] [EMAIL PROTECTED] ~]# ls -l /lib/security/pam_ld* -rwxr-xr-x 1 root root 43760 Jul 30 14:22 /lib/security/pam_ldap.so
