ID: 12029
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old Summary: "--with-apxs" can cause the error "MySQL: Unable to save result set in"
Old Status: 
Status: Feedback
Bug Type: MySQL related
Operating System: Linux
PHP Version: 4.0.6
New Comment:

What is the configure line for PHP that use used?

Derick

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

[2001-07-10 21:48:04] [EMAIL PROTECTED]

My apache is version 1.3.14
mod_log_mysql mod_auth_mysql mod_perl mod_ssl

./configure \
--with-layout=Apache \
--prefix=/usr/local/apache \
--enable-module=so \
--enable-module=vhost_alias \
--add-module=src/modules/extra/mod_log_mysql.c \
--enable-suexec \
--suexec-caller=99 \
--suexec-docroot=/home/0/admin/suexec \
--suexec-logfile=/usr/local/apache/logs/suexec.log \
--suexec-userdir= \
--suexec-safepath=/usr/local/exec \
--enable-module=ssl \
--activate-module=src/modules/auth_mysql/libauth_mysql.a \
--activate-module=src/modules/perl/libperl.a \
--enable-module=perl


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

[2001-07-10 21:41:25] [EMAIL PROTECTED]

I had read #12009 and #11765
I found that the same error may be generated by the configuration tag "--with-apxs" 
I recompiled php-4.0.6 just without "--with-apxs" and then ran the same script 
error.php(src posted in #12009) through the command line ---

root@localhost # php ./error.php
X-Powered-By: PHP/4.0.6
Content-type: text/html

root@localhost #


NO ERROR at all!


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



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


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to