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 Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
--
universe-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/universe-bugs