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

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

Reply via email to