I need the file libnss_files.a for x86_64 Centos-3 Which rpm has this file.
Robin Mordasiewicz wrote:
I need the file libnss_files.a for x86_64 Centos-3 Which rpm has this file.
Robin -
Per http://rpm.pbone.net, this library is part of the mozilla-nss package.
Feel free to keep that link around so that you can look this informaiton up for yourself in the future.
Thanks -dant
On Sat, 2005-07-16 at 22:47 -0700, dan wrote:
Robin Mordasiewicz wrote:
I need the file libnss_files.a for x86_64 Centos-3 Which rpm has this file.
Robin -
Per http://rpm.pbone.net, this library is part of the mozilla-nss package.
Feel free to keep that link around so that you can look this informaiton up for yourself in the future.
Thanks -dant
Actually, I can't find libnss_files.a on any of my CentOS-4 installs. There are libnss_files.so files that belong to glibc and glibc-devel ... but no libnss_files.a files that get installed.
I also checked the glibc build directory and the glibc build log, I do not see that file anywhere.
mozilla-nss provides libnss3.so but not libnss_files.so (or libnss_files.a).
Same story for CentOS-3 ... there is no libnss_files.a that is installed.
There might be a temporarily generated libnss_files.a that gets generated while building glibc in the build directories, if it is there it is not called out by name (at least not in the CentOS-4 build logs).
On Sat, 16 Jul 2005, dan wrote:
Robin Mordasiewicz wrote:
I need the file libnss_files.a for x86_64 Centos-3 Which rpm has this file.
Per http://rpm.pbone.net, this library is part of the mozilla-nss package.
I searched pbone for this file but it does not show any results for CentOS.
On Sun, 2005-07-17 at 11:16 -0400, Robin Mordasiewicz wrote:
On Sat, 16 Jul 2005, dan wrote:
Robin Mordasiewicz wrote:
I need the file libnss_files.a for x86_64 Centos-3 Which rpm has this file.
Per http://rpm.pbone.net, this library is part of the mozilla-nss package.
I searched pbone for this file but it does not show any results for CentOS. _______________________________________________
As I said in my post ... it is not really in CentOS ... why do you need it?
On Sun, 17 Jul 2005, Johnny Hughes wrote:
On Sun, 2005-07-17 at 11:16 -0400, Robin Mordasiewicz wrote:
On Sat, 16 Jul 2005, dan wrote:
Robin Mordasiewicz wrote:
I need the file libnss_files.a for x86_64 Centos-3 Which rpm has this file.
Per http://rpm.pbone.net, this library is part of the mozilla-nss package.
I searched pbone for this file but it does not show any results for CentOS.
why do you need it?
I am trying to get the condor grid engine to work on my x86_64 Centos, condor ships as a i386 binary. I have installed the i386 compatible packages. condor ships with a libnss_files.a but the library does not work.
<snip> /usr/bin/ld: skipping incompatible /proj/condor/lib/libnss_files.a when searching for -lnss_files /usr/bin/ld: skipping incompatible /proj/condor/lib/libnss_files.a when searching for -lnss_files /usr/bin/ld: cannot find -lnss_files </snip>
I thought that perhaps I could replace those files with ones from my distro and it may work.