Changeset 27276


Ignore:
Timestamp:
2013-04-29T15:29:07+12:00 (11 years ago)
Author:
davidb
Message:

Additions made so compiled up AMP configureation has the necessary extras to be a web server that can operate with the afrepo extension

Location:
gs2-extensions/gsdl-amp/trunk/src/packages
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/gsdl-amp/trunk/src/packages/CASCADE-MAKE.sh

    r23004 r27276  
    33list=
    44if [ "x$COMPILE_UP_MYSQL" = "x1" ] ; then
    5   list="MYSQL LIBPNG APACHE PHP"
     5  list="MYSQL LIBPNG APACHE CURL PHP"
    66else 
    77  list="LIBPNG APACHE PHP"
  • gs2-extensions/gsdl-amp/trunk/src/packages/CASCADE-MAKE/APACHE.sh

    r23100 r27276  
    1212if [ "$COMPILE_UP_APACHE_HTTPD" = "1" ] ; then
    1313  opt_run_untar $force_untar $auto_untar $package $version
    14   opt_run_configure $force_config $auto_config $package $version $prefix --with-layout=Apache --enable-so
     14  opt_run_configure $force_config $auto_config $package $version $prefix --with-layout=Apache --enable-so --enable-rewrite
    1515
    1616  opt_run_make $compile   $package $version
  • gs2-extensions/gsdl-amp/trunk/src/packages/CASCADE-MAKE/PHP.sh

    r23100 r27276  
    2020opt_run_untar $force_untar $auto_untar $package $version
    2121
    22 opt_run_configure $force_config $auto_config $package $version $prefix --with-mysql=$mysqlprefix --with-png-dir=$prefix --with-apxs2=$prefix/bin/apxs --with-gd
     22opt_run_configure $force_config $auto_config $package $version $prefix --enable-pcntl --with-mysql=$mysqlprefix --with-png-dir=$prefix --with-apxs2=$prefix/bin/apxs --with-gd  --with-curl=$GEXTAMP_INSTALLED
    2323
    2424opt_run_make $compile   $package $version
Note: See TracChangeset for help on using the changeset viewer.