[pkg-wpa-devel] Bug#537790: wpasupplicant: /sbin/wpasupplicant references dyn libs in /usr/lib .. won't run at boot

Peter T. Breuer ptb at lab.it.uc3m.es
Mon Jul 20 17:03:26 UTC 2009


Package: wpasupplicant
Version: 0.6.4-3
Severity: normal

ldd /sbin/wpa_supplicant  shows that it depends on /usr, which makes
it difficult to square with a boot that has separate / and /usr
partitions, or indeed an nfs mounted /usr. Chicken and egg.

	linux-gate.so.1 =>  (0xffffe000)
	libpcsclite.so.1 => /usr/lib/libpcsclite.so.1 (0xb7ff6000)
	libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8 (0xb7fb0000)
	libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8 (0xb7e5d000)
	libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xb7e25000)
	libc.so.6 => /lib/libc.so.6 (0xb7ce7000)
	libpthread.so.0 => /lib/libpthread.so.0 (0xb7ccf000)
	libdl.so.2 => /lib/libdl.so.2 (0xb7cca000)
	libz.so.1 => /usr/lib/libz.so.1 (0xb7cb5000)
	/lib/ld-linux.so.2 (0xb8012000)

The fix is to move the libraries to /lib, or compile it statically
against those in /usr.

-- System Information
Debian Release: 5.0.2
Kernel Version: Linux pebbles.it.uc3m.es 2.6.30.1-SMP #6 SMP PREEMPT Mon Jul 13 16:57:00 CEST 2009 i686 GNU/Linux

Versions of the packages wpasupplicant depends on:





More information about the Pkg-wpa-devel mailing list