Changes between Version 4 and Version 5 of LightSpeedMapServer


Ignore:
Timestamp:
Jul 29, 2010, 12:49:46 AM (14 years ago)
Author:
hellonishad
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LightSpeedMapServer

    v4 v5  
    150150tar -xzf php-5.3.2.tar.gz
    151151cd php-5.3.2/
    152 ./configure —prefix=/usr/local/php5 —with-fastcgi=/usr/local —with-regex=php —enable-debug —enable-magic-quotes —enable-libgcc —with-libxml-dir=/usr/local/ —with-openssl=/usr[[BR]] —with-kerberos=/usr/local/ —with-zlib=/usr —with-bz2=/usr/local/ —with-curl=/usr/local/ —with-gettext=/usr/local/ —enable-mbstring —with-pgsql=/usr/local/pgsql/ —enable-soap —enable-zip —with-gd=/usr/local/ —with-jpeg-dir=/usr/local/ —with-png-dir=/usr/local/ —with-mhash=/usr/local/
     152./configure —prefix=/usr/local/php5 —with-fastcgi=/usr/local —with-regex=php —enable-debug —enable-magic-quotes —enable-libgcc —with-libxml-dir=/usr/local/
     153—with-openssl=/usr —with-kerberos=/usr/local/ —with-zlib=/usr —with-bz2=/usr/local/ —with-curl=/usr/local/ —with-gettext=/usr/local/ —enable-mbstring —with-pgsql=/usr/local/pgsql/
     154—enable-soap —enable-zip —with-gd=/usr/local/ —with-jpeg-dir=/usr/local/ —with-png-dir=/usr/local/ —with-mhash=/usr/local/
    153155make
    154156make install