Click to See Complete Forum and Search --> : MySQL 4


mvballegooijen
11-24-2002, 11:42 AM
I just installed RedHat 8 which includes Apache 2.

During the install i selected the mysql-client and mysql-shared package but forgot the mysql-server package.

now when i had linux itself and apache up & running i wanted to start using MySQL, so i downloaded the latest versions :

MySQL-4.0.4-0.i386.rpm
MySQL-client-4.0.4-0.i386.rpm
MySQL-shared-4.0.4-0.i386.rpm

i installed the server and shared rpm mentioned above but when i tried to install the client one , it whined about depencies with mod_auth_mysql. Upgrading didnt work so i installed it using the
--nodeps parameter.

Now mysql is up and running but i cant boot apache anymore (since mod_auth_mysql misses a .so file)

i cant reinstall mod_auth_mysql either since that one isnt compatible with mysql 4.04

anyone know where to find a mod_auth_mysql for apache 2 and mysql version 4.04 ?
or another solution ;p