I would like to run an ASP.net MVC application that requires Mono 4 on Debian Jessie, but Jessie is missing the required package "libapache2-mod-mono" [1]. On [2] I found that the package was removed from Jessie some time ago (2014-01-04), according to [3] because a file named "mono.load" is missing (in Wheezy (stable) and sid (unstable), the required file has the name "mod_mono.load" and at least in Wheezy that works).
Which way should I go now in order to get that issue solved? Should I install libapache2-mod-mono etc. from sid (unstable), similar to [4]? Is it clever to download and compile that package and then put the output files to a production system? Or is there a way I can help out and get libapache2-mod-mono back in Jessie? Should I possibly report the problem to someone?
[1] https://packages.debian.org/search?keywords=libapache2-mod-mono
[2] https://packages.qa.debian.org/m/mod-mono.html
[3] https://lintian.debian.org/maintainer/pkg-mono-group@lists.alioth.debian.org.html#mod-mono
Package: libapache2-mod-mono Pin: release n=stretch Pin-Priority: 800 ` 3. apt-get update && apt-get install libapache2-mod-mono
– Michael Kremser Sep 28 '15 at 18:25