--- hydra/README.PHP 2002/10/02 08:57:04 1.1 +++ hydra/README.PHP 2002/10/02 15:17:42 1.2 @@ -1,16 +1,20 @@ How to use Hydra with PHP -0. Get hydra-sapi.tar.gz from ftp://ftp.hellug.gr/pub/software/hydra/php +0. Get PHP4. -1. Untar the file as a subdirectory called hydra/ in the sapi/ +1. Get hydra-sapi-0.0.x.tar.gz from ftp://ftp.hellug.gr/pub/software/hydra/php + (note that 'x' must match your Hydra version). + +2. Untar the hydra-sapi tarball as a subdirectory called hydra/ in the sapi/ directory in the PHP main source tree. -2. CD into the PHP's source tree and run "autoconf" +3. CD into the PHP's source tree and run "autoconf" + If you don't have autoconf, get it at ftp://ftp.gnu.org/ -3. Proceed to "./configure --with-hydra=/where/hydra/source/is" and "make" +4. Proceed to "./configure --with-hydra=/where/hydra/source/is" and "make" -4. Compile Hydra with SMP and HIC enabled (this is the default) +5. Compile Hydra with SMP and HIC enabled (this is the default) -5. Edit the hydra.conf to enable HIC modules +6. Edit the hydra.conf to enable HIC modules, and set the path of libphp4.so. -6. Run Hydra +7. Run Hydra.