On 15 Apr 2001, Yoann Vandoorselaere wrote:

> Andrej Borsenkow <[EMAIL PROTECTED]> writes:
>
> > bor@localhost% LD_BIND_NOW=true /bin/bash
> > /bin/bash: error while loading shared libraries: /lib/libsafe.so.2.0:
> > undefined
> > symbol: __iswspace
>
> What is your glibc version ?
>
>

(2.2.2-4mdk)

Also:

bor@localhost% objdump --dynamic-syms /lib/libc.so.6 | grep wspace
000e7ca0 g    DF .text  00000064  GLIBC_2.1   __iswspace_l
000e71b0  w   DF .text  0000006a  GLIBC_2.0   iswspace

So, it is quite correct - __iswspace does not exist ...

This was also the reason why my xmms did not start. After I removed
libsafe everything works again.

-andrej


Reply via email to