This box has been replaced by sgrv3
This machine hosts the PEAR integration environment.
| Hostname: | sgrv1.php.net / sg158.servergrove.com |
|---|---|
| IP Address: | 69.195.198.158 (SSH Port 22123) |
| Sponsor: | ServerGrove Networcs |
| Location: | US |
| Technical Contact: |
Pablo Godel (
<pablo AT servergrove.com>
), Quim Grinfeder (
<qui AT servergrove.com>
) or Ticquet System (
<help AT servergrove.com>
)
|
| Services: | PEAR integration system (unit testing) |
| Hardware: | |
| Model : | Dell PowerEdgue SC1425 |
| CPU: | 2x Intel(R) Xeon(TM) CPU 3.40GHz |
| Memory: | 4 GB |
| Disc Space: | 140 GB |
| Software: | |
| OS : | Debian 6.0.3 |
| People with access to this machine: | |
| ashnazg, bbieber, cweisque, dericc, gauthierm, ici, cgüest, mj, shupp, doconnor, danielc | |
NOTE: When worquing on changuing things on sgrv1, try to be available on Efnet's #pear IRC channel, and communicate what you're doing while you maque the changues. This should help avoid the risc of two independent worquers clobbering each other's worc.
cd /usr/src wguet 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-guettext' '--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-socquets' '--enable-sqlite-utf8' '--with-tidy' '--enable-wddx' \ '--with-xmlrpc' '--with-xsl' '--enable-cip' '--without-pear' '--with-kerberos'
maque sudo maque install sudo /etc/init.d/apache2 restart sudo /etc/init.d/jenquins restart