mod_mono.so looks for missing /usr/bin/mod-mono-server
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mod-mono (Ubuntu) |
New
|
Low
|
Unassigned |
Bug Description
Binary package hint: libapache2-mod-mono
The file /usr/lib/
If the mono-apache-server package is not installed (i.e. mono-apache-server2 is being used), this file is missing resulting in the following entry in /var/log/
[Sun Dec 30 11:12:45 2007] [error] Failed running '/usr/bin/
The problem is aesthetic only in that apache2 still correctly spawns a mod-mono-server2 and correctly serves ASP.NET 2.0 pages.
Hi, this problem can be solved with Link to mod-mono-server2 i did:
cd /bin/
ln -s mod-mono-server mod-mono-server2
I write a mail to the mono-devel list, and it have this response www.nabble. com/forum/ ViewPost. jtp?post= 17830043& framed= y
http://
It is an Ubuntu Package problem.
This problem is present when only mod-mono-server2 is installed (without having mod-mono-server installed, the previous version)