Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#9849 - rpc.idmapd cannot start because linked against older libevent

Attached to Project: Arch Linux
Opened by Ermanno Scaglione (erm67) - Sunday, 16 March 2008, 17:00 GMT
Last edited by Roman Kyrylych (Romashka) - Sunday, 16 March 2008, 20:08 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture i686
Severity Medium
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
rpc.idmapd is linked against an older version of libevent and thus cannot start. It is needed for proper NFSv4 operations.

Additional info:
* package version(s)
nfs-utils 1.1.0-3
libevent 1.3e-1
* config and/or log files etc.


Steps to reproduce:
erm67@archlinux:~$ rpc.idmapd
rpc.idmapd: error while loading shared libraries: libevent-1.3d.so.1: cannot open shared object file: No such file or directory

erm67@archlinux:~$ ldd /usr/sbin/rpc.idmapd
linux-gate.so.1 => (0xb7f73000)
libevent-1.3d.so.1 => not found
libnfsidmap.so.0 => /usr/lib/libnfsidmap.so.0 (0x46798000)
libc.so.6 => /lib/libc.so.6 (0x46649000)
libldap-2.3.so.0 => /usr/lib/libldap-2.3.so.0 (0x472f7000)
/lib/ld-linux.so.2 (0x4662b000)
liblber-2.3.so.0 => /usr/lib/liblber-2.3.so.0 (0x46dc0000)
libresolv.so.2 => /lib/libresolv.so.2 (0x46b40000)
libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x472de000)
libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x485c7000)
libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0x47989000)
libdl.so.2 => /lib/libdl.so.2 (0x467a8000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x47933000)

erm67@archlinux:~$ ls /usr/lib/libevent*
/usr/lib/libevent-1.3e.so.1 /usr/lib/libevent.a
/usr/lib/libevent-1.3e.so.1.0.3 /usr/lib/libevent.so
This task depends upon

Closed by  Roman Kyrylych (Romashka)
Sunday, 16 March 2008, 20:08 GMT
Reason for closing:  Fixed
Additional comments about closing:  nfs-utils-1.1.0-4

Loading...