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: Mon, 15 Jan 2007 19:35:53 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   07/01/15 19:35:53

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

Log message:
        

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

Patches:
Index: install.apache.sh
===================================================================
RCS file: 
/sources/phpgroupware/property/tutorials/property/examples/install.apache.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- install.apache.sh   15 Jan 2007 14:58:55 -0000      1.3
+++ install.apache.sh   15 Jan 2007 19:35:53 -0000      1.4
@@ -1,5 +1,5 @@
 #!/bin/bash
-# $Id: install.apache.sh,v 1.3 2007/01/15 14:58:55 sigurdne Exp $ 
+# $Id: install.apache.sh,v 1.4 2007/01/15 19:35:53 sigurdne Exp $ 
 
 #/**
 #  * installscript for APACHE with PHP, LIBXML, XSLT, FREEDTS and EACCELERATOR
@@ -69,14 +69,13 @@
 tar -xzf $APACHETAR &&\
 bunzip2 -c $PHPTAR | tar xvf -&&\
 bunzip2 -c $EACCELERATORTAR | tar xvf -&&\
-#/usr/local/apache2/bin/apachectl stop &&\ 
 cd $FREETDS &&\
 ./configure --prefix=/usr/local/freetds --with-tdsver=7.0 --enable-msdblib\
 --enable-dbmfix --with-gnu-ld --enable-shared --enable-static &&\
 gmake &&\
 gmake install &&\
 cd ../$IMAP &&\
-make lmd SSLTYPE=unix.nopwd IP6=4 &&\ # mandrakelinux, no ip6-support
+make lmd SSLTYPE=unix.nopwd IP6=4 &&\
 ln -s c-client include &&\
 mkdir lib &&\
 cd lib &&\
@@ -106,8 +105,7 @@
 make install &&\
 cd ../$PHP &&\
 export LDFLAGS=-lstdc++ &&\
-#make clean &&\ 
-./configure --with-imap=../imap-2006d --with-sybase-ct=/usr/local/freetds\
+./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\
@@ -123,7 +121,4 @@
 mkdir /tmp/eaccelerator &&\
 chmod 0777 /tmp/eaccelerator
 
-
-#/usr/local/apache2/bin/apachectl start
-
 # vim: set expandtab :




reply via email to

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