CAJUN Installation

Obtaining & Installing CAJUN

The first step is to obtain the CAJUN software. You need to download the latest release from the http://www.cajun.nu website. The package will come in one of two formats:

  1. Unpacking (installing) from tarball
  2. If you've downloaded a cajun-nnn.tar.gz file (where nnn is the version number of the version you downloaded), you simply need to install it in the usual spot:
    	shell# cd /usr/share/
    	shell# tar -xzf /tmp/cajun-nnn.tar.gz
    where nnn is the version number of the version you downloaded. This will place all files in the /usr/share/cajun directory. Note that it's possible a release will unpack into the /usr/share/cajun-nnn directory; if this happens, we slipped up - just type:
    	mv /usr/share/cajun-nnn /usr/share/cajun
    where here (again) nnn is the version number of the version you downloaded.

  3. Installing from RPM
  4. If you've downloaded an rpm file, simply install it in the usual manner:
    	shell# rpm -i /tmp/cajun-nnn.rpm
    where nnn is the version number of the version you downloaded. This will place all files in the /usr/share/cajun directory, and will perform some configuration on your machine.

Package Dependancies

The CAJUN software relies on other software packages to do its job. Once you've got the main CAJUN package installed, you can check to see whether these other packages are already installed. After they're installed, you can go on to configure the CAJUN software.

Before installing, check your RPM database to see if a suitable version of that package is already installed by default; for example,

	rpm -qa | grep 'apache\|httpd'
will show you what Apache RPMs are installed.

Your life will be much easier if you download and install RPMs instead of building from source. The RedHat CDs have many of these packages. Or, you can go to the indicated website to get the latest release. We recommend using the latest *stable* packages - not development releases.

Once you locate the RPMs, you can install them with 'rpm -i'. Note that the rpm command may inform you that other, unrelated packages are required; you'll need to install those first.


MySQL: www.mysql.com/downloads


Apache: httpd.apache.org/download.cgi


Perl and Perl modules: www.perl.org


icecast: www.icecast.org (*optional component)


As soon as you're done with installation, you're ready to go on to configuration.