Changes between Version 2 and Version 3 of SolarisStaticBuild


Ignore:
Timestamp:
Jan 26, 2009, 12:47:22 PM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SolarisStaticBuild

    v2 v3  
    2121The following instructions assume the user is familiar with installing software from source on UNIX and that Apache and perl are already installed. This procedure was tested on Solaris 2.9 using gcc v3.4.0, gnu make and perl v5.8.3. You'll need the GNU C compiler to get started (as well as GNU make). If you don't already these, you can get pre-compiled versions here in Sun's package format: http://www.sunfreeware.com/
    2222
    23 Installing Software Most of the packages can be installed by doing the usual 'make; make install'. Most of them have a configure script. MapServer must be installed using the configure script with a bunch of options. Below are detailed instructions on how to compile and install each software package. Depending on your version of tar, you'll need to use it to extract the individual tarballs of the software
     23== Installing Software ==
     24
     25Most of the packages can be installed by doing the usual 'make; make install'. Most of them have a configure script. MapServer must be installed using the configure script with a bunch of options. Below are detailed instructions on how to compile and install each software package. Depending on your version of tar, you'll need to use it to extract the individual tarballs of the software
    2426
    2527$ gunzip -c some_package.tar.gz | tar xvf - or, if you have gnu tar (recommended): $ tar zxvf some_package.tar.gz I will assume that you are using this version of tar (get it from http://www.sunfreeware.com/) This will place the tarred distributions for all of the supporting software into the current directory. Directions for building each software package are given below. It is important to install them in the order given, since packages further down the list may depend on those listed above them.