[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] mod_auth_mysql
- Subject: [cobalt-users] mod_auth_mysql
- From: "Bayhawk" <bayhawk@xxxxxxxxxxxxxx>
- Date: Sun May 6 11:39:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>'m running it compiled from source on several systems. I always compile it
>not apache, but you may be able to install it as a DSO using apxs. Here's
>how I last did it (I think I had no problems installing and using the first
>time by following the source instructions).
>
>1. Install mod_auth_mysql
>
>cd /home/downloads/
>wget
>http://download.sourceforge.net/pub/mirrors/mysql/Downloads/Contrib/mod_aut
h
>_mysql-2.20.tar.gz
>cd /home/work/
>tar xfvz /home/downloads/mod_auth_mysql-2.20.tar.gz
>chown -R root:root mod_auth_mysql-2.20
>cd mod_auth_mysql-2.20/
>
>./configure --with-mysql=/home/mysql_v1 --with-apache=/home/work/apache_1.3
.
>19
>
>2. Configure Apache as usual, adding following line to Apache's
>config.status
>
>"--activate-module=src/modules/auth_mysql/libauth_mysql.a" \
Thanks for the follow-up, but im still confused. On step 1 above, what is
the default location that the 2 variables are looking for? I have a Cobalt
RAQ 4I, nothing has been modified.
and I have no idea what you mean by "Configure apache as usual" in step #2.
I have done nothing with apache. I notices allot of mention of apxs, Doing a
locate on my system for it, it cant be found anywhere.