<%@ Page Language="C#" %> Error: Missing components

Missing required components

Some components required to run the XSP test suite are missing. XSP must be configured to serve the test suite from a directory in which the test suite has been installed after compiling it. It will not work if ran from the source directory.

Please use the following commands to compile and run the test suite (current directory is assumed to be the XSP toplevel directory in the source distribution):

# Execute this only if you are using the source code from SVN:
./autogen.sh --prefix=/usr/local/

# If everything went correctly (i.e. no errors are reported), compile XSP and the test suite
make

# If the above command completed without errors, become root and install XSP
su -
make install

# At this point you should be able to run either xsp or xsp2 and access the test suite:
xsp2 --root /usr/local/lib/xsp/test/

If all of the above steps completed without errors, you should be able to visit the test suite at the default XSP address - http://localhost:8080.

If you are not using the XSP source distribution but instead using a binary version shipped with your operating system, please contact the operating system XSP package maintainers or, if that fails, ask for help on the Mono Users List.