[ubuntu-mono] [Bug 371877] Re: starting asp application using mod_mono fails
Jim Rorie
jfrorie at gmail.com
Mon Jun 1 21:14:38 UTC 2009
I'm having a different problem but wondering if they are related. I got
a
"Standard output has not been redirected or process has not been
started" using the test.aspx example in the mod_mono ubuntu howto.
After a bit of searching, I found this...
try
sudo find /usr/bin | grep gmcs
if result is NOT
/usr/bin/gmcs
/usr/bin/gmcs2
try
1)install mono-gmcs package (if only have “/usr/bin/gmcs”)
or
2)in case you have only “/usr/bin/gmcs2″ make symlink on it named gmcs
sudo ln -s /usr/bin/gmcs2 /usr/bin/gmcs
restart apache2 or xsp or your web server and check result in
browser. I think it would help.
#2 fixed it for me.
--
starting asp application using mod_mono fails
https://bugs.launchpad.net/bugs/371877
You received this bug notification because you are a member of MOTU Mono
Team, which is subscribed to mod-mono in ubuntu.
More information about the Ubuntu-mono
mailing list