[Mono-bugs] [Bug 61122][Blo] New - mod_mono does not install correctly due to missing httpd2_perfork,config

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 3 Jul 2004 03:28:06 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by infodate@aster.pl.

http://bugzilla.ximian.com/show_bug.cgi?id=61122

--- shadow/61122	2004-07-03 03:28:06.000000000 -0400
+++ shadow/61122.tmp.29250	2004-07-03 03:28:06.000000000 -0400
@@ -0,0 +1,68 @@
+Bug#: 61122
+Product: Mono: Runtime
+Version: unspecified
+OS: SUSE 9.1
+OS Details: updated except kernel, runining as guest in VMware 4.5.2 on WinXP host
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: infodate@aster.pl               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mod_mono does not install correctly due to missing httpd2_perfork,config
+
+Description of Problem:
+mod_mono builds correctly under SuSE 9.1, however when make install 
+command is executed the following error is returned:
+
+Making install in src
+make[1]: Entering directory `/home/wiewiory/packages/Mono/mod_mono-1.0/src'
+/usr/sbin/apxs2 -i -a -n mono libmod_mono.la
+/usr/share/apache2/build/instdso.sh 
+SH_LIBTOOL='/usr/share/apache2/build/libtool' 
+libmod_mono.la /usr/lib/apache2
+/usr/share/apache2/build/libtool --mode=install cp 
+libmod_mono.la /usr/lib/apache2/
+cp .libs/libmod_mono.so.0.0.0 /usr/lib/apache2/libmod_mono.so.0.0.0
+(cd /usr/lib/apache2 && rm -f libmod_mono.so.0 && ln -s 
+libmod_mono.so.0.0.0 libmod_mono.so.0)
+(cd /usr/lib/apache2 && rm -f libmod_mono.so && ln -s libmod_mono.so.0.0.0 
+libmod_mono.so)
+cp .libs/libmod_mono.lai /usr/lib/apache2/libmod_mono.la
+cp .libs/libmod_mono.a /usr/lib/apache2/libmod_mono.a
+ranlib /usr/lib/apache2/libmod_mono.a
+chmod 644 /usr/lib/apache2/libmod_mono.a
+libtool: install: warning: remember to run `libtool --finish /usr/lib'
+chmod 755 /usr/lib/apache2/libmod_mono.so
+apxs:Error: Config file /etc/apache2/httpd2-prefork.conf not found.
+make[1]: *** [install] Error 1
+make[1]: Leaving directory `/home/wiewiory/packages/Mono/mod_mono-1.0/src'
+make: *** [install-recursive] Error 1
+
+Obviously the missing .config file prevents make install finishing 
+correctly and mod_mono fails to install preventing entirely any use of it.
+
+Missing file httpd2_prefork.config is detected as a deleted one by system, 
+so it seems that while present at installation time most probably was 
+later deleted by SUSE 9.1 YaST2 configuration tools. (will recover it in 
+free time)
+
+Steps to reproduce the problem:
+1. Install SUSE 9.1 and set up apache2, install xsd
+2. build mod_mono-1.0 and run make install
+
+Actual Results:
+Installation fails
+
+
+Expected Results:
+Working ASP.NET apache2 module.
+
+
+How often does this happen? 
+Results are reproducible