after installing mono from source and the steps to install mod_mono here http://r2d2.cc/2014/03/25/asp-net-mvc-under-linux-with-mono/ i ended with:
apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/mod_mono.load: Cannot load /usr/lib/apache2/modules/mod_mono.so into server: /usr/lib/apache2/modules/mod_mono.so: undefined symbol: unixd_config
on my ubuntu linux 14.10. I tried install mono-complete first, with the same error, than i tried to install from github sources. mono is working fine (c# console test), but when i try to start the apache2 server, i get this error.
Line 140 is the line where the mono_load is called. All files seems to be there. i tried to google and find the issue - but now, after 5h this is my last hope...
Does someone have an idea what i can do?
thanks for your help! mike.