[Mono-list] Followup: mod_mono error: "Cannot find the specified file"

Rich Alimi rich@velvetsea.net
Sun, 14 Sep 2003 03:41:42 -0400


I had posted a message a few days ago about an error I was receiving
when I accessed an ASP.NET web page.  I tracked down the error and it
was caused by the system not being able to find the mcs executable to
compile the page.  I had installed in the /usr/local/bin path.  Since
the mod-mono-server.exe process and httpd processes are running under
the apache account, I guess this would make sense.

My solution was just to create symlink to mcs in /usr/bin.

Rich Alimi