Page 1 of 1

Mod mono and xampp

PostPosted: 06. April 2007 04:13
by miedeth
Ok, long story short, I'm a windows programmer by trade, but at home I run a linux webserver. In this case I'm using Ubuntu and it's been running just fine. I recently installed mod_mono using the apt-get, it of course wants to put it with apache2 rather then xampp.

Simply adding the line

LoadModule mono_module /usr/lib/apache2/modules/mod_mono.so also creating a copy of the mod_mono.so and puting it in xampp's module and just using /modules/mod_mono.so gives me the same error when I try to restart lampp.

httpd: Syntax error on line 54 of /opt/lampp/etc/httpd.conf: Cannot load /usr/lib/apache2/modules/mod_mono.so into the server: /usr/lib/apache2/modules/mod_mono.so: undefined symbol: apr_sockaddr_port_get

What can I do to get mod_mono to work with xampp, or if it won't work, what else can I use so I can move my asp.net pages to my server here at the house to save the hosting fees?

PostPosted: 06. April 2007 10:35
by Wiedmann
You must compile mod_mono by yourself if you want use it in XAMPP.

If you want use "apt-get", you must use "apt-get" for the Apache too.
--> no XAMPP

PostPosted: 06. April 2007 16:44
by miedeth
Ok, thanks. Guess I have a lot of work ahead of me then.