My guess since wpbin wants libc5, it also wants the libc5 versions of
these other libs which don't exist.  xterm is looking for the libc6
versions which do exist.  Libc5 and libc6 versions are not
compatible/interchangeable.  You will need to upgrade/recompile xwp.

canul wrote:
> 
> obscene:/usr/local/WP8/wpbin# ldd xwp
>         libXt.so.6 => not found
>         libX11.so.6 => not found
>         libXpm.so.4 => not found
>         libm.so.5 => not found
>         libc.so.5 => not found
>  obscene:/usr/local/WP8/wpbin# ldd `which xterm`
>         libXaw.so.6 => /usr/X11/lib//libXaw.so.6
> (0x40011000)
>         libXmu.so.6 => /usr/X11/lib//libXmu.so.6
> (0x40046000)
>         libXt.so.6 => /usr/X11/lib//libXt.so.6
> (0x40059000)
>         libSM.so.6 => /usr/X11/lib//libSM.so.6
> (0x4009c000)
>         libICE.so.6 => /usr/X11/lib//libICE.so.6
> (0x400a4000)
>         libXext.so.6 => /usr/X11/lib//libXext.so.6
> (0x400b8000)
>         libX11.so.6 => /usr/X11/lib//libX11.so.6
> (0x400c3000)
>         libncurses.so.4 => /lib//libncurses.so.4
> (0x4015a000)
>         libc.so.6 => /lib//libc.so.6 (0x4019a000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2
> (0x40000000)
> 
> I would like to know how this is possible. As it can
> be seen, xwp is not finding the libs (which are
> definitely installed) and will not run. On the other
> hand, xterm does find my libs and does run.
> 
> Thanks for help, in advance.
> 
> canul

===============
-- Tim
--------------------==============++==============--------------------
  For who among men knows the thoughts of a man except the man's spirit
within him?  In the same way, no one knows the thoughts of God except
the Spirit of God.  We have not received the spirit of the world but the
Spirit who is from God, that we may understand what God has freely given
us.
                                -- I Corinthians 2:11,12

Reply via email to