Changes between Version 2 and Version 3 of PHPMapScriptRH72


Ignore:
Timestamp:
Jan 27, 2009, 8:47:45 AM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PHPMapScriptRH72

    v2 v3  
    2525MapServer apps will be installed under /home/msapps using a logical link from /var/www/html/ -> /home/msapps/
    2626
    27 List of required files or packages:
     27== List of required files or packages ==
    2828
    2929  proj-4.4.5.tar.gz
     
    4343
    4444== COMPILE/INSTALL PROJ-4 ==
    45 
     45{{{
    4646  $ cd /home/src
    4747  $ tar xzvf ~/arch/proj-4.4.5.tar.gz
     
    5353  $ sudo make install
    5454  $ cd ..
    55 
     55}}}
    5656... also copy the custom "epsg" file (with EPSG:42xxx projections: http://www2.dmsolutions.ca/mapserver/dl/proj4-epsg-with-42xxx.zip):
    57 
     57{{{
    5858  $ sudo cp ~/arch/epsg /usr/local/share/proj/epsg
    59 
     59}}}
    6060... edit /etc/ld.so.conf and add /usr/local/lib, then run
    61 
     61{{{
    6262  $ sudo /sbin/ldconfig
    63 
     63}}}
    6464== COMPILE/INSTALL GDAL ==
    65 
     65{{{
    6666  $ tar xzvf ~/arch/gdal-1.1.7.tar.gz
    6767  $ cd gdal-1.1.7
     
    7171  $ cd ..
    7272  $ sudo /sbin/ldconfig
    73 
     73}}}
    7474== COMPILE/INSTALL W3C-LIBWWW V5.3.2 ==
    7575