NFS Server error on SLES 11 sp3

Is there a module I have to load? or library?

SRV3:/etc/init.d # ./nfsserver start
Starting kernel based NFS server: idmapd/usr/sbin/exportfs: error while loading shared libraries: libtirpc.so.1: cannot open shared object file: No such file or directory
mountd/usr/sbin/rpc.mountd: error while loading shared libraries: libtirpc.so.1: cannot open shared object file: No such file or directory
startproc: exit status of parent of /usr/sbin/rpc.mountd: 127
failed

Hi crobinson,

[QUOTE=crobison;29955]Is there a module I have to load? or library?

SRV3:/etc/init.d # ./nfsserver start
Starting kernel based NFS server: idmapd/usr/sbin/exportfs: error while loading shared libraries: libtirpc.so.1: cannot open shared object file: No such file or directory
mountd/usr/sbin/rpc.mountd: error while loading shared libraries: libtirpc.so.1: cannot open shared object file: No such file or directory
startproc: exit status of parent of /usr/sbin/rpc.mountd: 127
failed[/QUOTE]

is the according package installed, what does “rpm -Vv libtirpc1” report?

Regards,
Jens

Here are the results…

Hi crobinson,

so the lib is actually there, not tampered with and in the standard location. Ready to be picked up by any (64bit) application.

When you run “ldd /lib64/libtirpc.so.1”, does it report any non-resolvable dependencies?

Regards,
Jens