systems:sgrv1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
systems:sgrv1 [2011/11/13 21:21] – [Usage] mention sever hosting live pear website (euk1) danielcsystems:sgrv1 [2012/09/10 08:47] – replacement message cweiske
Line 1: Line 1:
 +**This box has been replaced by [[systems:sgrv3]]**
 +
 +
 ====== sgrv1.php.net ====== ====== sgrv1.php.net ======
  
Line 41: Line 44:
  
 ====== PHP installations ====== ====== PHP installations ======
-* We compile PHP ourselves, sources are in /usr/src/php-$version/+ cd /usr/src 
 + wget http://downloads.php.net/johannes/php-5.3.9RC4.tar.bz2 
 + tar xvjf php-5.3.9RC4.tar.bz2 
 + cd php-5.3.9RC4 
 + 
 + # For PHP 5.3 
 + export PHP_AUTOCONF=/usr/bin/autoconf2.59 
 + 
 + ./buildconf --force 
 + 
 + './configure'  '--with-apxs2=/usr/bin/apxs2' '--enable-debug'
 + '--disable-short-tags' '--with-openssl' '--with-zlib' '--enable-bcmath'
 + '--with-bz2' '--enable-calendar' '--with-curl' '--enable-exif' '--enable-ftp'
 + '--with-gd' '--with-gettext' '--with-mhash' '--with-imap' '--with-imap-ssl'
 + '--enable-intl' '--with-ldap' '--enable-mbstring' '--with-mcrypt'
 + '--with-mysql' '--with-mysqli' '--enable-pcntl' '--with-pdo-pgsql'
 + '--with-pgsql' '--with-pspell' '--with-readline' '--enable-soap'
 + '--enable-sockets' '--enable-sqlite-utf8' '--with-tidy' '--enable-wddx'
 + '--with-xmlrpc' '--with-xsl' '--enable-zip' '--without-pear' '--with-kerberos' 
 + 
 + make 
 + sudo make install 
 + sudo /etc/init.d/apache2 restart 
 + sudo /etc/init.d/jenkins restart
  
-====== TODO ====== 
-  * Get peardoc build on it every day 
-  * Setup demo instance of pear/packages/Bugtracker to try out 
systems/sgrv1.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1