Luke,
Basically, the SRPMS are just another file format that holds the tar.gz
file. You can either download the SRPMS or just get the tar.gz file from
PHP or Apache and do the compile. So for example you are going to build
apache:
$ su -
# cd /tmp
put the packages here.
# rpm -i apache-1.3.19
See Dan Anderson's article on the installation:
http://dan.drydog.com/apache2php.html
-Jeanne
Wade wrote:
01122003 1155 CST
Tim, I read on a different list about making sure you changed the ini
file to the upgraded version. Im not a linux person so the ini file Im
sure is something else but,
I have borrowed and changed some pages from the RedHat site, written
originally by Permaine Cheung. I have changed them to include
installation of MySQL instead of the RedHat Database.
This involves compiling from source code, but it is a good step by step
procedure.
-Jeanne
Jonathan wrote:
It
In case no one has replied,
They mean where you installed Apache from, not where you are installing
Apache to. This is assuming you are also installing Apache from source
and compiling it yourself. The php installs a directory under the apache
source tree with the php module in it. When you com
The order is:
mysql
apache - just minimum configure, don't need make or make install yet.
php
then apache again - to include the php stuff. Make sure you use your
pathnames.
$ ./configure --prefix=/usr/local/apache \
--activate-module=src/modules/php4/libphp4.a \
--sysconfdir=/usr/local/ap
PHP 4.2.2 has problems get the latest 4.2.3 from snaps.php.net
-J
Olexandr Sabchyshyn wrote:
>
> Hi guys!
>
> I have the following problem. Two days ago i have installed Mandrake 8.0
> I had no problems with mysql (3.23.51) and apache (1.3.26) compilation. But
> I could not compile php 4.2.2
>
Here is the URL for instructions on how to install PHP on RedHat Linux.
http://www.redhat.com/support/resources/howto/database/database_php/
There is a problem in PHP4.2.2 so get a newer stable version from :
http://snaps.php.net/
-Jeanne
Jan - CWIZO wrote:
>
> Hi
>
> If i type rpm -e apache