Re: libnss-db and /usr/lib/* libraries

2005-08-12 Thread Piotr Roszatycki
On Thursday 11 of August 2005 11:35, Tim Dijkstra wrote: $ ldd /usr/lib/libnss_db.so.2 | grep /usr libdb-4.3.so = /usr/lib/libdb-4.3.so (0xb7e1) So the system can't unmount /usr partition on poweroff process. I wonder if I should link statically the BDB library. The other

Re: libnss-db and /usr/lib/* libraries

2005-08-12 Thread Tim Dijkstra
On Fri, 12 Aug 2005 10:23:41 +0200 Piotr Roszatycki [EMAIL PROTECTED] wrote: On Thursday 11 of August 2005 11:35, Tim Dijkstra wrote: $ ldd /usr/lib/libnss_db.so.2 | grep /usr libdb-4.3.so = /usr/lib/libdb-4.3.so (0xb7e1) So the system can't unmount /usr partition on

Re: libnss-db and /usr/lib/* libraries

2005-08-12 Thread Henrique de Moraes Holschuh
On Thu, 11 Aug 2005, Piotr Roszatycki wrote: Hi. The problem is important not only for libnss-db package but also for libnss-ldap, libnss-mysql and others. $ ldd /usr/lib/libnss_db.so.2 | grep /usr libdb-4.3.so = /usr/lib/libdb-4.3.so (0xb7e1) Well, IMHO anything used by libnss

Re: libnss-db and /usr/lib/* libraries

2005-08-12 Thread Goswin von Brederlow
Henrique de Moraes Holschuh [EMAIL PROTECTED] writes: On Thu, 11 Aug 2005, Piotr Roszatycki wrote: Hi. The problem is important not only for libnss-db package but also for libnss-ldap, libnss-mysql and others. $ ldd /usr/lib/libnss_db.so.2 | grep /usr libdb-4.3.so =

Re: libnss-db and /usr/lib/* libraries

2005-08-12 Thread GOMBAS Gabor
On Fri, Aug 12, 2005 at 11:07:09AM -0300, Henrique de Moraes Holschuh wrote: 2. any dynamic libraries needed are in /lib, and *all* of them use versioned symbols Look at the earlier discussions about libnss-ldap. You'd quickly find half of /usr/lib being moved to /lib. I do not think

Re: libnss-db and /usr/lib/* libraries

2005-08-12 Thread GOMBAS Gabor
On Fri, Aug 12, 2005 at 04:41:01PM +0200, Goswin von Brederlow wrote: I believe nss modules are even dlopened in a static libc. There is no way to link them in static. I believe Henrique didn't mean the NSS modules being static, just linking all dependant libraries statically into the NSS

Re: libnss-db and /usr/lib/* libraries

2005-08-12 Thread Henrique de Moraes Holschuh
On Fri, 12 Aug 2005, Goswin von Brederlow wrote: I believe nss modules are even dlopened in a static libc. There is no way to link them in static. I mean the nss module itself should be either static, or using only stuff in /lib. -- One disk to rule them all, One disk to find them. One disk

libnss-db and /usr/lib/* libraries

2005-08-11 Thread Piotr Roszatycki
Hi. The problem is important not only for libnss-db package but also for libnss-ldap, libnss-mysql and others. $ ldd /usr/lib/libnss_db.so.2 | grep /usr libdb-4.3.so = /usr/lib/libdb-4.3.so (0xb7e1) So the system can't unmount /usr partition on poweroff process. I wonder if I

Re: libnss-db and /usr/lib/* libraries

2005-08-11 Thread Tim Dijkstra
On Thu, 11 Aug 2005 10:17:27 +0200 Piotr Roszatycki [EMAIL PROTECTED] wrote: Hi. The problem is important not only for libnss-db package but also for libnss-ldap, libnss-mysql and others. $ ldd /usr/lib/libnss_db.so.2 | grep /usr libdb-4.3.so = /usr/lib/libdb-4.3.so (0xb7e1)