[Mono-bugs] [Bug 61122][Blo] Changed - mod_mono does not install correctly due to missing httpd2_perfork,config
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 13 Aug 2004 19:52:30 -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 dave@digitallint.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61122
--- shadow/61122 2004-07-14 16:25:40.000000000 -0400
+++ shadow/61122.tmp.15141 2004-08-13 19:52:30.000000000 -0400
@@ -1,22 +1,21 @@
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: RESOLVED
-Resolution: NOTXIMIAN
+Status: REOPENED
+Resolution:
Severity: Unknown
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:
@@ -71,6 +70,47 @@
It seems to be a Suse problem where apxs2 is compiled to use /etc/apache2/httpd2-
prefork.conf which is not provided.
echo "\nLoadModule foo foo.so" > /etc/apache2/httpd2-prefork.conf
seems to take care of it.
+
+------- Additional Comments From dave@digitallint.com 2004-08-13 19:52 -------
+Dear Sirs,
+
+I am also running Suse 9.1, and are having problems with the
+mod_mono 'make install'. I ran the 'echo "\nLoadModule foo foo.so"
+> /etc/apache2/httpd2-prefork.conf' as described, but not get a
+different error when running the 'make install'. See below...
+
+Making install in src
+make[1]: Entering directory
+`/root/Desktop/mod_mono/mod_mono-1.0.1/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: Activation failed for
+custom /etc/apache2/httpd2-prefork.conf file..
+apxs:Error: At least one `LoadModule' directive already has to
+exist..
+make[1]: *** [install] Error 1
+make[1]: Leaving directory
+`/root/Desktop/mod_mono/mod_mono-1.0.1/src'
+make: *** [install-recursive] Error 1
+
+Thank you,
+Dave