On Fri, 2004-04-30 at 10:52, [EMAIL PROTECTED] wrote: > Hello- > > I configured XSP with ./configure --prefix=/usr/local/xsp, ran make and > make install, and everything appeared to run smoothly. However, when I run > any of the executables in my bin folder in /usr/local/xsp/bin, it says > ./xsp.exe - Cannot execute binary file.
Have you first installed Mono? And are you running with mono runtime? You have to issue commands like: mono xsp.exe ... to run .net exes in linux. > I am running RH 9 on a Celeron 2.0 ghz. Thanks. Hope it helps, -- Rafael "Monoman" Teixeira Mono Hacker since 16 Jul 2001 - http://www.go-mono.org/ Mono Brasil Founding Member - http://monobrasil.redesolbrasil.org/ English Blog: http://monoblog.blogspot.com/ Brazilian Portuguese Blog: http://monoblog.weblogger.terra.com.br/ _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
