I cant find the libnss3.so file (64bit version) in CentOS 8 even after installing the associated package nss-3.44.0-4.el7.x86_64.rpm.
I can only find the 32 bit version in /usr/lib/ but no 64bit version in /usr/lib64/.
I have tried reverting back to CentOS 7 and verifying that libnss3.so is located in /usr/lib64 and sure enough the file is present in /usr/lib64 in CentOs 7.
Where is 64bit libnss3.so in CentOs 8?
Any pointers/advice/insight would be very much appreciated thanks.
UPDATE I have just done a fresh install of CentOS 8, but still no libnss3.so in /usr/lib64/.
[test@centos-s-1vcpu-1gb-fra1-01 lib64]#sudo cat /etc/*release* CentOS Linux release 8.1.1911 (Core) Derived from Red Hat Enterprise Linux 8.1 (Source) NAME="CentOS Linux" VERSION="8 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="8" PLATFORM_ID="platform:el8" PRETTY_NAME="CentOS Linux 8 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:8" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CENTOS_MANTISBT_PROJECT="CentOS-8" CENTOS_MANTISBT_PROJECT_VERSION="8" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="8" CentOS Linux release 8.1.1911 (Core) CentOS Linux release 8.1.1911 (Core) cpe:/o:centos:centos:8
[test@centos-s-1vcpu-1gb-fra1-01 lib64]#sudo ls libnss libnssckbi.so libnss_compat.so.2 libnss_dns.so.2 libnss_files.so.2 libnss_resolve.so.2 libnss_systemd.so.2 libnss_compat-2.28.so libnss_dns-2.28.so libnss_files-2.28.so libnss_myhostname.so.2 libnss_sss.so.2 Also after doing a little more digging it seems as though yum in CentOS 8 only offers i686 versions (32bit) of libnss3.so
[test@centos-s-1vcpu-1gb-fra1-01 lib64]#sudo yum whatprovides libnss3.so Last metadata expiration check: 0:30:41 ago on Fri 27 Mar 2020 13:38:16 UTC. nss-3.44.0-8.el8.i686 : Network Security Services Repo : AppStream Matched from: Provide : libnss3.so nss-3.44.0-9.el8_1.i686 : Network Security Services Repo : AppStream Matched from: Provide : libnss3.so Any way i can possibly manually install libnss3.so 64bit?
locateright after you install it, then you won't find it until themlocatedatabase is updated by the system or until you do it manually withupdatedb. Do you find it when you runls -l /usr/lib64/libnss3.soorrpm -ql nss?$ cd /usr/lib64/ && ls libnss3.so: libnss3.so ....$ rpm -qf ./libnss3.so: nss-3.44.0-9.el8_1.x86_64 ... .... Why have you got an EL7 package ? ?libnss3-soare there at installation of CentOS 8. Why did you install a CentOS 7 package in your CentOS 8 system?# dnf install nss.x86_64