These are the instructions for building the Transmission (version 1.11) bittorrent client on WestHost 2.0. Install the IMAP Server 1.0 via WestHost Control Panel. Copy from another linux system the contents of /usr/include/{linux,asm,asm-generic} into a directory of your choice, such as /home/user/include/. In a shell, run: tar xvjf transmission-1.11.tar.bz2 cd transmission-1.11 patch -p1 < transmission-1.11-compilefix.patch patch -p1 < transmission-1.11-cppflags.patch export OPENSSL_LIBS='-L/usr/local/imap-server-1.0/openssl-0.9.8b/lib -lssl -lcrypto' export OPENSSL_CFLAGS='-I/usr/local/imap-server-1.0/openssl-0.9.8b/include' export CPPFLAGS='-I/home/user/include' ./configure --disable-static --disable-gtk --disable-wx --disable-beos \ --disable-darwin --prefix=/home/user make make install