= Preparing a Linux Build Machine = Most linux machines do not contain the right mix of libraries by default, so we build them. Core Client: Debian Woody Manager: Fedora Core 3 Benchmark files: Should be compiled by the latest GCC compiler, and then copied to the Debian Woody machine for the link step. == zLib 1.2.3 == {{{ [root@localhost zlib-1.2.3]# ./configure [root@localhost zlib-1.2.3]# make [root@localhost zlib-1.2.3]# make install }}} == OpenSSL 0.9.8e == {{{ [root@localhost openssl-0.9.8e]# ./config [root@localhost openssl-0.9.8e]# make [root@localhost openssl-0.9.8e]# make test [root@localhost openssl-0.9.8e]# make install }}} == cURL 7.16.2 == {{{ [root@localhost curl-7.16.2]# ./configure --with-zlib --with-openssl [root@localhost curl-7.16.2]# make [root@localhost curl-7.16.2]# make test [root@localhost curl-7.16.2]# make install }}}