[Mono-list] Problem with mod_mono1.01

beniniva@csr.unibo.it beniniva@csr.unibo.it
Thu, 19 Aug 2004 10:43:14 +0200


Hi,
I've installed packages of the 1.01 version for fedora core 2 and the Apache
Mono module mod_mono-1.0.1.tar.gz...it seems with non problem:

---------------
[root@or2 root]# mono /usr/bin/mod-mono-server.exe --root
/usr/share/doc/xsp/test/ --applications /mono:/usr/share/doc/xsp/test/
--nonstop
mod-mono-server
Adding applications '/mono:/usr/share/doc/xsp/test/'...
Registering application:
    Host:          any
    Port:          any
    Virtual path:  /mono/
    Physical path: /usr/share/doc/xsp/test
Listening on: /tmp/mod_mono_server
Root directory: /usr/share/doc/xsp/test
---------------


Then I have configured the httpd.config file as explained in the install file of
mod_mono but when I start Apache with command "apchectl start" I get this
error:

[root@or2 root]# chmod 666 /tmp/mod_mono_server
[root@or2 root]# chown .apache /tmp/mod_mono_server
[root@or2 root]# chmod g+w /tmp/mod_mono_server
[root@or2 root]# apachectl start
[Thu Aug 19 10:27:15 2004] [warn] module mono_module is already loaded,
skipping
[Thu Aug 19 10:27:15 2004] [warn] module mono_module is already loaded,
skipping
Syntax error on line 6 of /etc/httpd/conf.d/auth_mysql.conf:
Cannot load /etc/httpd/modules/mod_auth_mysql.so into server: libmysqlclient.so.
10: cannot open shared object file: No such file or directory
---------------

This is the line 6 of /etc/httpd/conf.d/auth_mysql.conf:

1-#
2-# mod_auth_mysql can be used to limit access to documents by checking
3-# data in a MySQL database.
4-#
5-
6-LoadModule mysql_auth_module modules/mod_auth_mysql.so
7-
-------------


Why this error? 
With mod_mono 1.0 I had no problems.

What could I do to solve this?


Thanks,

Valentina.