[PHP-INSTALL] doco for the makerpm script

2003-10-16 Thread Anthony Gray
Hi All, I unpacked the source for php-4.3.3 and noticed the file 'makerpm'. Does anyone know when I could find information about running it? Would I need to install the source rpm before this script will work? Thanks for your time, Regards Anthony __

[PHP-INSTALL] problem with LDAP support

2003-10-16 Thread zxx10
Dear friends: I have a problem of installation of php. I'm using Linux 7.3. I have installed openldap2.1.22 successfully. Now I'm compiling php with the following command: ./configure --with-apache2=/usr/local/apache2 \ --with-mysql=/usr/local/mysql \ --

[PHP-INSTALL] Problems Building PHP4.3.3

2003-10-16 Thread Kurt E. Mitman
Hi, I'm trying to install php4.3.3 with mysql, apache2.0.7 and gd2.0.15. I ran the following configuration: ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-gd=/usr/local --with-png-dir=/usr/local --with-zlib-dir=/usr/local which worked fine. When I tried to make it gav

[PHP-INSTALL] Re: apache-php installation

2003-10-16 Thread Shadow
That should be SERVERNAME localhost Shadow

[PHP-INSTALL] apache-php installation

2003-10-16 Thread Fernando
Hi!   I have a problem when i start my apache server. It tells to me “The port number "http://localhost" is outside the appropriate range (i.e., 1..65 535).”, but I have at ServerName this : “ServerName http://localhost”; i.e, I’ve put no port.I suppose 80 is the default port, but I don’

[PHP-INSTALL] How to set different php.ini for cli and apache?

2003-10-16 Thread Jean-Pierre Arneodo
Hi, is it possible to have different php.ini for cli and apache in PHP 4.3.3? ./configure --with-config-file-path=/some/dir/php.ini ... This install php as cli binary and apache module but the php.ini is the same file. I want to have separate file. Thanks Jean-Pierre