phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] property/tutorials/property/examples install.ap...


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/tutorials/property/examples install.ap...
Date: Tue, 16 Jan 2007 13:35:08 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   07/01/16 13:35:08

Modified files:
        tutorials/property/examples: install.apache.sh 

Log message:
        formatting

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/tutorials/property/examples/install.apache.sh?cvsroot=phpgroupware&r1=1.4&r2=1.5

Patches:
Index: install.apache.sh
===================================================================
RCS file: 
/sources/phpgroupware/property/tutorials/property/examples/install.apache.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- install.apache.sh   15 Jan 2007 19:35:53 -0000      1.4
+++ install.apache.sh   16 Jan 2007 13:35:08 -0000      1.5
@@ -1,11 +1,11 @@
 #!/bin/bash
-# $Id: install.apache.sh,v 1.4 2007/01/15 19:35:53 sigurdne Exp $ 
+# $Id: install.apache.sh,v 1.5 2007/01/16 13:35:08 sigurdne Exp $ 
 
 #/**
-#  * installscript for APACHE with PHP, LIBXML, XSLT, FREEDTS and EACCELERATOR
+#  * installscript for APACHE with PHP, IMAP, POSTGRESQL, MYSQL, LIBXML, XSLT, 
FREEDTS(MSSQL) and EACCELERATOR
 #  * 
 #  * 
-#  * Download all tarballs to one directory and place this script in the same 
place
+#  * Download all tarballs to one directory(here: '/opt/web') and place this 
script in the same place
 #  * 
 #  * NOTE: Do not add spaces after bash variables.
 #  *
@@ -94,23 +94,42 @@
 make install &&\
 # Build and install apr-util 1.2
 cd ../apr-util &&\
-./configure --prefix=/usr/local/apr-util-httpd/ 
--with-apr=/usr/local/apr-httpd/ &&\
+./configure --prefix=/usr/local/apr-util-httpd/\
+ --with-apr=/usr/local/apr-httpd/ &&\
 make &&\
 make install &&\
 # Configure httpd
 cd ../../ &&\
-./configure --with-apr=/usr/local/apr-httpd/ 
--with-apr-util=/usr/local/apr-util-httpd/\
- --with-mpm=prefork --enable-so --enable-deflate --enable-headers &&\
+./configure --with-apr=/usr/local/apr-httpd/\
+ --with-apr-util=/usr/local/apr-util-httpd/\
+ --with-mpm=prefork\
+ --enable-so\
+ --enable-deflate\
+ --enable-headers &&\
 make &&\
 make install &&\
 cd ../$PHP &&\
 export LDFLAGS=-lstdc++ &&\
-./configure --with-imap=../$IMAP --with-sybase-ct=/usr/local/freetds\
- --with-apxs2=/usr/local/apache2/bin/apxs --enable-mail --with-xml --with-xsl\
- --with-zlib --with-pspell --with-jpeg-dir=/usr/lib\
- --with-png-dir=/usr/lib --with-freetype-dir=/usr/lib --with-gd --enable-ftp\
- --with-pgsql --with-mysql\
- --enable-shmop --enable-sysvsem --enable-sysvshm --enable-calendar &&\
+./configure --with-imap=/opt/web/$IMAP\
+ --with-imap-ssl\
+ --with-sybase-ct=/usr/local/freetds\
+ --with-apxs2=/usr/local/apache2/bin/apxs\
+ --enable-mail\
+ --with-xml\
+ --with-xsl\
+ --with-zlib\
+ --with-pspell\
+ --with-jpeg-dir=/usr/lib\
+ --with-png-dir=/usr/lib\
+ --with-freetype-dir=/usr/lib\
+ --with-gd\
+ --enable-ftp\
+ --with-pgsql\
+ --with-mysql\
+ --enable-shmop\
+ --enable-sysvsem\
+ --enable-sysvshm\
+ --enable-calendar &&\
 make &&\
 make install &&\
 cd ../$EACCELERATOR &&\




reply via email to

[Prev in Thread] Current Thread [Next in Thread]