ID: 11662
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: Apache related
Operating system:
PHP Version: 4.0.6
Assigned To:
Comments:
Do NOT use 'apachectl restart' when you update DSO's.
You have to do it like this:
# apachectl stop
# apachectl start
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2001-06-25 09:11:53] [EMAIL PROTECTED]
using
linux (suse 7.1)
apache-1.3.20
mod_perl -1.25
php-4.06
compiling
succeeded (after editing '../apache_1.3.20/src/Configuration' file)
everything is 'static' compiled (no use of DSO)
perl
perl Makefile.PL APACHE_SRC=../apache_1.3.20
HTTPD=1 USE_APACI=1
make
make install
php4
./configure --with-mysql=/usr --enable-track-vars
--with-apache=../apache_1.3.20
make
make install
apache
./configure --enable-module=most
--activate-module=src/modules/perl/libperl.a
--activate-module=src/modules/php4/libphp4.a :)
make
make install
configuration
httpd.conf
AddType application/x-httpd-php .php
cp php.ini-dist /usr/local/lib/php.in
/usr/local/apache/bin/apachectl restart
Result
In Netscape I get these :
If I browse a *php file, then I just see the code.
If I browse a *html file with embedded php stuff I don't see anything
So after days of compiling I finallaly ask some help
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11662&edit=2
--
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]