[Bug 38853] Re: Should be in /lib so wpa_supplicant et. al. can be used before /usr is mounted
Colin Watson
cjwatson at canonical.com
Mon Sep 5 12:26:01 UTC 2011
*** This bug is a duplicate of bug 44194 ***
https://bugs.launchpad.net/bugs/44194
This was fixed a couple of years ago as bug 44194, in openssl 0.9.8g-
15ubuntu2.
** This bug has been marked a duplicate of bug 44194
wpasupplicant doesn't start when the network start
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/38853
Title:
Should be in /lib so wpa_supplicant et. al. can be used before /usr is
mounted
Status in “openssl” package in Ubuntu:
Confirmed
Bug description:
wpa_supplicant was moved to /sbin recently but it still isn't usable
before /usr is mounted because it depends on libssl, libcrypto, and
libz which are located in /usr/lib:
$ ldd -r /sbin/wpa_supplicant
linux-gate.so.1 => (0xffffe000)
libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8 (0x6fed8000)
libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8 (0x6fdaa000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x6fda6000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x6fc77000)
libz.so.1 => /usr/lib/libz.so.1 (0x6fc63000)
/lib/ld-linux.so.2 (0x6ff24000)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/38853/+subscriptions
More information about the foundations-bugs
mailing list