ID: 14384 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Summary: multiple ob_end_clean() problem Status: Bogus Bug Type: *Compile Issues Old Operating System: Linux 2.4.4/glibc 2.2.2 Operating System: Linux - Redhat 7.1 Old PHP Version: 4.1.0RC CVS (2001/12/2) PHP Version: 4.1.0 New Comment:
Sorry From/OS/PHP Version/Summary has been changed. Mozilla 0.9.6+ seems cache problem for dynamic pages :( -- Yasuo Previous Comments: ------------------------------------------------------------------------ [2001-12-07 22:20:33] [EMAIL PROTECTED] This is most likely not a bug. How did you install apache? Do you still have Apache related RPM installed? If so, uninstall Apache RPM and install Apache from source again, make sure you enable DSO support. If you still have problem reopen this report. -- Yasuo ------------------------------------------------------------------------ [2001-12-07 22:17:33] [EMAIL PROTECTED] User error. Your httpd -L clearly shows that you do not have mod_so which means you did not actually build your Apache with mod_so support. ------------------------------------------------------------------------ [2001-12-07 22:05:05] [EMAIL PROTECTED] I am running the following ./configure --with-sql=/usr/local/mysql/bin/mysql --with-apxs=/usr/local/apache/bin/apxs Configuring SAPI modules checking for AOLserver support... no checking for Apache module support via DSO through APXS... Usage: apxs -g [-S <var>=<val>] -n <modname> apxs -q [-S <var>=<val>] <query> ... apxs -c [-S <var>=<val>] [-o <dsofile>] [-D <name>[=<value>]] [-I <incdir>] [-L <libdir>] [-l <libname>] [-Wc,<flags>] [-Wl,<flags>] <files> ... apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ... apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ... Sorry, I was not able to successfully run APXS. Possible reasons: 1. Perl is not installed; 2. Apache was not compiled with DSO support (--enable-module=so); 3. 'apxs' is not in your path. configure: error: ; I have specified the right path to apxs and made sure that apache was built with dso support. The following is the out put of httpd -l Compiled-in modules: http_core.c mod_env.c mod_log_config.c mod_mime.c mod_negotiation.c mod_status.c mod_include.c mod_autoindex.c mod_dir.c mod_cgi.c mod_asis.c mod_imap.c mod_actions.c mod_userdir.c mod_alias.c mod_access.c mod_auth.c mod_setenvif.c I would appreciate any help on this matter. Thanks ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14384&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]