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
__
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 \
--
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
That should be SERVERNAME
localhost
Shadow
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’
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