[PHP-INSTALL] couldn't compile php 4.3.3 on linux (fedora-core 4)

2005-09-20 Thread Karim Hamed-abdelouahab
Hello everybody, I cannot compile php (version 4.3.3) on linux (fedora-core 4 distribution) This is the configuration ./configure --with-mysql --with-apx=../../apache/bin/apxs --disable-cgi --enable-cli The output was normal, then I would compile with the commande make and I get the following ou

Re: [PHP-INSTALL] Premature End of Script Headers

2005-09-20 Thread Sascha Teifke
Well, I tried it with SheBang and without. My Apache-conf looks this way: ScriptAlias /php/ "/opt/php5/bin/" AddType application/x-httpd-cphp .cphp AddHandler application/x-httpd-cphp .cphp Action application/x-httpd-cphp /php/php Where /opt/php5/bin/ is the place where my php5 binary resides