afaik, mod_mono does not come in RPM format with the downloads from go-mono.com. You'll need to compile and install from source. I've had the most luck downloading directly from CVS:
 
Create a directory somewhere to keep the source, I usually use /usr/local/src/mono, it doesn't matter. cd to that that directory, then enter these commands:
 
export CVSROOT=:pserver:[EMAIL PROTECTED]:/mono
cvs login    (no password, just hit enter)
cvs -z3 co mod_mono    (This will check out the mod_mono source)
 
It sometimes takes a minute to start, if it just sits there for a couple minutes I usually cancel and try again so it selects a separate CVS server.
 
Once the download is complete, you will need to follow the instructions in the INSTALL file in that directory (but use ./autogen.sh instead of ./configure)
 
You may also need to compile and install xsp the same way.
cvs -z3 co xsp
Brent
>>> <[EMAIL PROTECTED]> 6/30/2004 7:17:15 AM >>>
Hi,

I've Fedora Core 2 and Mono Beta3. I've downloaded all the rpm packages
availability on http://www.go-mono.com/download.html.
I've been trying to get Asp.Net and Apache to work together whit mod-mono but
I've some problems.

Apache config file:

AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .config
LoadModule mod_module /usr/lib/httpd/modules/libmod_mono.so
MonoUnixSocket /tmp/mod_mono_server
Alias /mono "/usr/share/doc/xsp/test"

This is the error I got when I lunch "apachectl start":

Syntax error on line 201 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/httpd/modules/libmod_mono.so into server:
/usr/lib/httpd/modules/libmod_mono.so: cannot open shared object file: No such
file or directory


Why I've not libmod_mono.so?


I also try to install mod_mono-0.11.tar.gz but..

[EMAIL PROTECTED] mod_mono-0.11]# ./configure --prefix=/usr
.
.
creating libtool
checking if building mod_mono_old is requested... no
checking for --with-apxs... no
checking for --with-apr-config... not specified
checking for apxs2 in /usr/local/apache/sbin... no
checking for apxs in /usr/local/apache/sbin... no
checking for apr-config in /usr/local/apache/sbin... no
checking for apxs2 in /usr/local/apache2/bin... no
checking for apxs in /usr/local/apache2/bin... no
checking for apr-config in /usr/local/apache2/bin... no
checking for apxs2 in /usr/sbin... no
checking for apxs in /usr/sbin... no
checking for apr-config in /usr/sbin... no
checking for apxs2... no
checking for apxs... no
configure: error: **** apxs was not found, DSO compilation will not be
available


Could anybody help me?

Thanks,

Valentina.
   
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to