[xsd-users] XSD - Error 2 trying to make hello world

Boris Kolpackov boris at codesynthesis.com
Tue Jul 12 11:24:17 EDT 2011


Hi Patrick,

Patrick Svaiter <psvaiter at superig.com.br> writes:

> When I try to run the command above, from the directory
> /home/username/lib/xsd-3.3.0-x86_64-linux-gnu/bin  I get this message.
> 
> The program 'xsd' is currently not installed.  You can install it by typing:
> sudo apt-get install mono-devel

Changing to the above directory and running just 'xsd' will result
in the standard search directories (the ones in the PATH environment
variable) being used to look for the program. You need to either use
the full path or ./xsd. Can you try this exact command line and see
if it works:

/home/username/lib/xsd-3.3.0-x86_64-linux-gnu/bin/xsd --version

Also, you installed a 64-bit XSD binary. Are you sure you are
running a 64-bit version of Ubuntu? You can find out by running:

uname -m

If you see x86_64 then it is 64-bit. If it is not, install the
i686 XSD binary instead.

Boris



More information about the xsd-users mailing list