[xsd-users] Question about xsd

Raul Huertas raulh39 at tid.es
Tue Jan 16 06:50:49 EST 2007


Gregorio Arvilla escribió:
> Hi There,
>  
> I downloaded xsd for HP-UX 11. I untar it but I'm getting the following
> error
> when trying to run it:
>  
> [/users/greg/xsd/xsd-2.3.0-hppa-hpux/bin]
> [bilbo][greg] ./xsd
> /usr/lib/dld.sl: Unresolved symbol: wctob (code)  from ./xsd
> Abort(coredump)
>  
>   
Your system is unable to found a required shared library.

wctob is in /usr/lib/libc.2, so the problem is that your system it is 
unable to found it.

If you have ldd, try:

/usr/ccs/bin/ldd xsd

in my system it shows:
        /usr/lib/libc.2 =>      /usr/lib/libc.2
        /usr/lib/libdld.2 =>    /usr/lib/libdld.2
        /usr/lib/libc.2 =>      /usr/lib/libc.2
        /usr/lib/libm.2 =>      /usr/lib/libm.2


¿Can you send us the output of the ldd program?





More information about the xsd-users mailing list