missing 32 bit libnss_mdns.so.2

Hi,
I am using Mageia 64 bit, and using an application (crossoffice) and I get an error:
"Missing 32bit libnss_mdns.so.2 library: This library is needed for network and Internet access."
If I use urpmf to get the file, the urpmf tool seems to tell me that the 32 bit version is installed:
But the 32 bit version of the file does not appear in the /lib directory
Does anyone know if this file should be available in the repositories? I do have the 32 bit core release enabled.
Thanks
I am using Mageia 64 bit, and using an application (crossoffice) and I get an error:
"Missing 32bit libnss_mdns.so.2 library: This library is needed for network and Internet access."
If I use urpmf to get the file, the urpmf tool seems to tell me that the 32 bit version is installed:
- Code: Select all
[root@matrix ~]# urpmf --verbose libnss_mdns.so.2
getting lock on urpmi
using mirror rsync://mirrors.kernel.org/mirrors/mageia/distrib/1/x86_64
getting information from /var/lib/urpmi/Core Release (distrib1)/files.xml.lzma
nss_mdns:/lib64/libnss_mdns.so.2
getting information from /var/lib/urpmi/Core Updates (distrib3)/files.xml.lzma
getting information from /var/lib/urpmi/Nonfree Release (distrib11)/files.xml.lzma
getting information from /var/lib/urpmi/Nonfree Updates (distrib13)/files.xml.lzma
getting information from /var/lib/urpmi/Tainted Release (distrib21)/files.xml.lzma
getting information from /var/lib/urpmi/Tainted Updates (distrib23)/files.xml.lzma
getting information from /var/lib/urpmi/Core 32bit Release (distrib31)/files.xml.lzma
nss_mdns:/lib/libnss_mdns.so.2
getting information from /var/lib/urpmi/Core 32bit Updates (distrib33)/files.xml.lzma
unlocking urpmi database
But the 32 bit version of the file does not appear in the /lib directory
- Code: Select all
[mike@matrix ~]$ ls -l /lib64/libnss_mdns.so.2
-rwxr-xr-x 1 root root 10400 Jan 15 07:49 /lib64/libnss_mdns.so.2*
[mike@matrix ~]$ ls -l /lib/libnss_mdns.so.2
ls: cannot access /lib/libnss_mdns.so.2: No such file or directory
Does anyone know if this file should be available in the repositories? I do have the 32 bit core release enabled.
Thanks