[PHP-DEV] Bug #10453 Updated: mod_auth_mysql and php4.0.5pl1 From: sniper <email protected>
Date: 04/30/01

ID: 10453
Updated by: sniper
Reported By: rmohr <email protected>
Old-Status: Open
Status: Closed
Bug Type: Apache related
PHP Version: 4.0.4pl1
Assigned To:
Comments:

You have to use the external mysql client libraries
when you have some other modules in Apache that use
mysql. ie. configure --with-mysql=/path/to/mysql
(remember to delete config.cache first!)
And do 'make clean' after configure.

There is no bugs in PHP regarding this issue.
I myself use mod_auth_mysql with latest PHP (4.0.5)
without any problems.

Ask further questions on php-install <email protected>

--Jani

Previous Comments:
---------------------------------------------------------------------------

[2001-04-30 04:09:04] rmohr <email protected>
I am using mysql and the mod_auth_mysql for a long time with
older versions of php without problem.
All mysql-Operations still work as before.

It seems to me that the autorization information
(name/passwd) don't get passsed over ...

I tried to recompile with different paths in all modules
but it did not work upto now. So I still use an older php module...

---------------------------------------------------------------------------

[2001-04-23 07:16:51] derick <email protected>
What was your configure line? You need to give the dir to
your mysql libraries of you use other modules for apache
that use MySQL.

Like (Example):
./configure --with-mysql=/usr/local

---------------------------------------------------------------------------

[2001-04-23 07:16:35] derick <email protected>
What was your configure line? You need to give the dir to
your mysql libraries of you use other modules for apache
that use MySQL.

Like (Example):
./configure --with-mysql=/usr/local

---------------------------------------------------------------------------

[2001-04-23 06:47:48] rmohr <email protected>
I recompiled my Apache as follows:

apache_1.3.19
php-4.0.4pl1
mysql-3.22.26a
mod_auth_mysql-2.20

Is there any known bug in the interoperability of these modules?

php works fine, but the mod_auth_mysql module gives
an internal error AFTER login:

Could not load complete page - and nothing shows up.

Regards,
Rupert Mohr

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10453&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>