Changes

Jump to: navigation, search

Distcc Setup

322 bytes added, 16:32, 25 January 2009
distcc Setup Steps
On the client machine the server names need to be added to the host environment variable DISTCC_HOSTS. Ex: “export DISTCC_HOSTS=’ireland australia’”
'''Testing'''
 
Open two SSH connections into the client machine.
 
In Terminal 1 enter:
<pre>$ distccmon-text 1</pre>
 
In Terminal 2 enter:
<pre>$ wget http://apache.mirror.rafal.ca/httpd/httpd-2.2.11.tar.gz
$ tar xzvf httpd-2.2.11.tar.gz
$ cd httpd-2.2.11
$ CC=distcc ./configure
$ make -j9 CC=distcc >log 2> error </pre>
(complete this collaboratively)
1
edit

Navigation menu