Vulcan Logic SRM  

SRM - Documentation


^ SRM Documentation
^ Administration documentation

- Introduction
- Compiling
- Installation
- Configuration settings

Chapter 8. Compiling

Table of Contents
Files
Compiling

This section of the manual is designed to help you with building the Vulcan-Logic SRM daemon. This document assumes that you have compiled PHP and Apache before, and that this is not your first installation of a software program on a UNIX system.

Files

This example uses a very basic install of PHP and SRM, requiring only the two files distributed from the download site and the latest CVS version of PHP (after March 1st, 2002). As of PHP version 4.2, SRM capabilities will be incorporated in release versions of PHP.

After downloading the appropriate version of PHP, two more files are required from the SRM download site:

  • srm-0.6.0.tar.gz

  • srm-php-0.6.0.tar.gz

From this point the directory listing of /home/user/install should contain:


    $ ls
    php4/
    srm-0.6.0.tar.gz
    srm-php-0.6.0.tar.gz
   

The tar.gz files need to be extracted in the following way:


    $ tar -xzf srm-0.6.0.tar.gz
    $ mv srm-php-0.6.0.tar.gz php4
    $ cd php4
    $ tar -xzf srm-php-0.6.0.tar.gz
    $ cd ..
   

Now all files are unpacked and are ready to begin configuring and compiling SRM and PHP.

Prev: Introduction Next: Compiling


© 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by The Vulcan Logic Group