Date: Tue Feb 19 10:43:07 CET 2002
User: Derick Rethans
Directory: srm
Log Message:
[0.25]
- Update the install file
Modified files:
srm/INSTALL (version: 1.3)
[FILE: /srm/INSTALL]
--- srm/INSTALL:1.2 Mon Jul 09 13:48:25 2001 GMT
+++ srm/INSTALL Tue Feb 19 08:43:07 2002 GMT
@@ -1,11 +1,39 @@
-/* $Id: cvstemp,v 1.2 2001/07/09 15:48:25 sniper Exp $ */
-
-Basic install:
---------------
+/* $Id: cvstemp,v 1.3 2002/02/19 09:43:07 derick Exp $ */
+Basic install of the deamon:
+----------------------------
1. ./configure --help
2. ./configure <with desired options>
3. make ; make install
4. Edit srm.ini and copy it to /etc
5. <prefix>/sbin/srmd -h
+
+Basic install of the PHP extension and SAPI:
+--------------------------------------------
+1. Get the latest CVS version of PHP:
+ cvs -d :pserver:cvsread@cvs.php.net:/repository co php4
+ cd php4
+ cvs -d :pserver:cvsread@cvs.php.net:/repository co Zend TSRM
+ cd ..
+2. Download the SRM-PHP tarball from the www.vl-srm.net website.
+3. Copy (or move) that tarball into php4/
+4. tar -xvzf srm-php-<version>.tar.gz
+5. rm -rf configure
+6. ./buildconf
+
+Installing PHP with the SRM extension as Apache module:
+-------------------------------------------------------
+7. ./configure --with-apxs (or --with-apache) --with-srm (other options)
+8. make
+9. make install
+
+Installing the PHP module for SRM:
+----------------------------------
+10. rm config.cache
+11. make clean
+12. ./configure --with-sapi-srm --with-srm (other options)
+13. make
+14. make install
+
+Now you have a file called 'srm_php4.so' in /usr/local/srm/lib
Received on Tue Feb 19 10:42:48 2002
This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 04:00:03 CET