[PHP-DEV] CVS update: php3 From: rasmus (php-dev <email protected>)
Date: 02/25/99

Date: Thursday February 25, 1999 @ 19:11
Author: rasmus

Update of /repository/php3
In directory asf:/u/temp/cvs-serv22840

Modified Files:
        INSTALL.REDHAT
Log Message:
Tested the RawHide apache rpm and added notes

Index: php3/INSTALL.REDHAT
diff -c php3/INSTALL.REDHAT:1.9 php3/INSTALL.REDHAT:1.10
*** php3/INSTALL.REDHAT:1.9 Sun Feb 14 15:42:46 1999
--- php3/INSTALL.REDHAT Thu Feb 25 19:11:22 1999
***************
*** 9,18 ****
  
  The first thing you need to do is upgrade your Apache to at least
  version 1.3.4. You need the apache-1.3.4 rpm along with the apache-devel
! RPM. Get them from your favourite RedHatContrib mirror. You will also
! need the PHP tarball. The PHP rpm available from RedHat is ok if you
! don't need database support or any of the other PHP add-ons. If you do
! need to add your own set of features, download the latest PHP tarball
  and follow the steps below:
  
  Step 1: Remove old Apache packages, if installed.
--- 9,25 ----
  
  The first thing you need to do is upgrade your Apache to at least
  version 1.3.4. You need the apache-1.3.4 rpm along with the apache-devel
! RPM. At the time of this writing the only apache-1.3.4 rpm available
! from RedHat is the Rawhide version which requires glibc-2.1. You may not
! wish to move your entire system to the new glibc at this point. If that
! is the case, I have built an apache-1.3.4 rpm that works nicely with the
! standard RH-5.1 and RH-5.2 distributions. It is available from:
!
! http://www.lerdorf.on.ca/apache/
!
! You will also need the PHP tarball. The PHP rpm available from RedHat is
! ok if you don't need database support or any of the other PHP add-ons. If
! you do need to add your own set of features, download the latest PHP tarball
  and follow the steps below:
  
  Step 1: Remove old Apache packages, if installed.
***************
*** 55,60 ****
--- 62,77 ----
  
       /etc/rc.d/init.d/httpd restart
  
+ NOTE: If you get an error at this point saying that the libphp3.so
+ file could not be found, it is likely because you are using
+ the RedHat rawhide apache-1.3.4 rpm. To fix it, type:
+
+ ln -s /usr/lib /etc/httpd
+
+ and then start your server with:
+
+ /etc/rc.d/init.d/httpd start
+
  Step 5: Test your setup
  
       Create a file in your document root directory. I usually call

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>