On Wed, Jan 16, 2002 at 04:29:51PM +0100, Stefan Siegel wrote:
> Hi,
>
> "/usr" is a propper partition on my system, the quotacheck on "/" fails.
> This is tue to the fact, that "qutacheck" is now also linked against
> "libcom_err.so.3" (which is in "/usr/lib") and not only "libcom_err.so.2"
> (which is in "/lib"). The first one is not accessible for the quotachecking
> of "/".
>
> -------------------------------------------------------------------------
> # ldd /sbin/quotacheck
> libext2fs.so.2 => /lib/libext2fs.so.2 (0x40027000)
> libcom_err.so.3 => /usr/lib/libcom_err.so.3 (0x4003d000)
> libc.so.6 => /lib/libc.so.6 (0x40040000)
> libcom_err.so.2 => /lib/libcom_err.so.2 (0x4017c000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> # rpm -qf /usr/lib/libcom_err.so.3 /lib/libcom_err.so.2
> krb5-libs-1.2.2-15.1mdk
> libext2fs2-1.25-2mdk
> -------------------------------------------------------------------------
>
It really should be linked against the so.2 but you see they have the same
names ...
The quotacheck need fixing to link against libcom_err.so.2 (check things
like dump for the solution)
-- Geoff.