[PHP-INSTALL] Question regarding upgrading from PHP 4 to PHP 5, hird party extensions

2008-01-27 Thread hk-

I am planning to upgrade my web server from PHP 4 to PHP 5.
I currently have apache 2 and PHP 4.4.7 installed from source.
But I have been unable to find a god “how to” describing the process when
upgrading of php on a linux system.

I have some third party extensions enabled, such as eaccelerator and
php-java-bridge. Must I delete these before I proceed with the upgrade
process?

System SUSE 10.2
PHP 4 compiled with
'./configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql'
'--with-zlib' '--with-openssl=/usr/' '--with-curl' '--with-gettext'
'--with-imap=/usr/local/imap' '--with-kerberos' '--with-imap-ssl'
'--with-dom'

-- 
View this message in context: 
http://www.nabble.com/Question-regarding-upgrading-from-PHP-4-to-PHP-5%2C-hird-party-extensions-tp15120352p15120352.html
Sent from the Php - Install mailing list archive at Nabble.com.


[PHP-INSTALL] Help with cgi problem

2005-07-05 Thread HK
Dear fellows

I am a student in the Rural Surveying Engineering Department. I am
working on my diploma thesis (Common Wealth Networks Administration via
the Internet) and have stumbled upon a problem during my work with PHP
5.0.4 and Apache 2.0.54.

I run the configuration script with these settings:

--enable-fastcgi
--enable-force-cgi-redirect
--enable-discard-path
--with-pgsql

I copy for starters the php binary from the default
directory /usr/local/bin to the cgi-bin directory of the web server and
from a browser I call localhost/1.php which is a simple script stored
in /.../htdocs and I get the following message:

Not Found
The requested URL /cgi-bin/php.cgi/1.php was not found on this server.

I also tried to use the #!/usr/local/bin in my script but still nothing.

I am stuck and I don't know where to go from here. Any help would be
very much appreciated.

I use Suse Linux 9.3 Professional
PHP 5.0.4
Apache HTTPD 2.0.54
and PostgreSQL 8.0.3

What am I doing wrong?

I look forward to hearing from you! 

With respect,
Herc