Hello i want to run apache asp.net i followed a tut to do it. i have installed -apache 2.2 -mono -xsp everything works like a charm but when i was compiling mod_mono the config script can't find out whitch version my apache is my ./configure command is ./configure --prefix=/var/server/mod_mono --with-apxs=/var/server/webserver/apache/bin/apxs then i got checking for --with-apxs... /var/server/webserver/apache/bin/apxs executable, good checking for --with-apr-config... not specified checking for Apache libexec directory... /var/server/webserver/apache/modules checking for Apache sysconf directory... /var/server/webserver/apache/conf checking for Apache include directory... -I/var/server/webserver/apache/include checking Apache version... configure: error: Confused on apache version. Please report this and send config.log i have also tryed ./configure --prefix=/var/server/mod_mono --with-apxs=/var/server/webserver/apache/bin/apxs --with-apr-config=/var/server/webserver/apache/bin/apr-1-config but then i says that my apache version is 1.3 and thats not correct i don't know how to solve it and i can't find anything about it on google my config.log files can you find here try 1 http://www.colddot.nl/config_try-fault.log.txt try 2 http://www.colddot.nl/config_try-version-1.3.log.txt greets kevin
I have to say that I can confirm this error as well. Hence *BUMP* this thread. Does anyone have a solution yet? ________ Live sex
Not so much a solution, but after wasting all night on this I do at least have a work-around. Had the same issue myself - mod_mono doesn't compile against Apache 2.2.2 - it seems the apache version checking routine invoked when running mod_mono's ./configure fails to compile now resulting in the erroneous reporting of version 1.3: Didn't have the skills to fix that, so I just forced the selection of Apache 2.2 by editing the file "configure" inside the mod_mono source directory. You'll find a couple of lines that say: APACHE_VER=1.3 Change those lines to 2.2 and ./configure sets the build up for a successful compile. Hope this helps.