canmove, Confirmed users
6,439
edits
No edit summary |
|||
Line 2: | Line 2: | ||
= Things Done For You = | = Things Done For You = | ||
== Version | == Version 1 == | ||
=== Install CentOS 5.0 from CDs === | === Install CentOS 5.0 from CDs === | ||
Line 81: | Line 81: | ||
=== Make GCC 4.1 (redhat branch) === | === Make GCC 4.1 (redhat branch) === | ||
wget http://gcc-ca.internet.bs/releases/gcc-4.2.3/gcc-4.2.3.tar.bz2 | |||
tar -jvxf gcc-4.2.3.tar.bz2 | |||
tar | |||
mkdir gcc-obj-release | mkdir gcc-obj-release | ||
cd gcc-obj-release/ | cd gcc-obj-release/ | ||
../gcc-4. | ../gcc-4.2.3/configure --enable-long-long --enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++ --with-system-zlib --prefix=/tools/gcc-4.2.3 2>&1 | tee ../gcc-4.2.3-configure.log | ||
make 2>&1 | tee ../gcc-4. | make 2>&1 | tee ../gcc-4.2.3-make.log | ||
make install 2>&1 | tee ../gcc-4. | make install 2>&1 | tee ../gcc-4.2.3-make_install.log | ||
cd /tools | |||
ln -s gcc-4.2.3 gcc | |||
=== Build Python 2.5.1 === | === Build Python 2.5.1 === | ||
Line 104: | Line 104: | ||
ln -s python2.5.1/ python | ln -s python2.5.1/ python | ||
=== Make directories === | === Make directories === | ||
mkdir -p /tools/dist/logs | mkdir -p /tools/dist/logs | ||
Line 140: | Line 139: | ||
export PYTHONPATH="/tools/twisted/lib/python2.5/site-packages/:$PYTHONPATH" | export PYTHONPATH="/tools/twisted/lib/python2.5/site-packages/:$PYTHONPATH" | ||
=== Installing Mercurial === | === Installing Mercurial === | ||
wget http://www.selenic.com/mercurial/release/mercurial-0.9.5.tar.gz | wget http://www.selenic.com/mercurial/release/mercurial-0.9.5.tar.gz | ||
Line 148: | Line 146: | ||
export PATH="/tools/python/bin:$PATH" | export PATH="/tools/python/bin:$PATH" | ||
python setup.py install | python setup.py install | ||
=== Installing Nagios NRPE Daemon === | === Installing Nagios NRPE Daemon === | ||
Line 183: | Line 160: | ||
Post-install instructions are written for the latest version (currently, Version 4).<br /> | Post-install instructions are written for the latest version (currently, Version 4).<br /> | ||
You should have a /builds drive added to the VM before completing this section. | You should have a /builds drive added to the VM before completing this section. | ||
== Installing BuildBot == | == Installing BuildBot == |