Installing Anope Services for IRCD ver 1.4.26 Once logged into your Voodoohosting shell : We first need to download the latest version of Anope - wget http://aleron.dl.sourceforge.net/sourceforge/anope/anope-1.4.26.tar.gz Next we need to uuntar the compressed file - tar -zvxf anope-1.4.26.tar.gz Now we go into the anope-1.4.26 directory and begin the install - cd anope-1.4.26 && ./configure - While running the ./configure script, you should stick with the defaults in most cases. The only things you may have to enter in is the ircd you're using, where you want it to install to (If you don't want it installed in the default location), and threading support if you wish to use the Proxy Scanner (not recommended) Next we need to compile the services - make Then we get to install the services to the preselected directory - make install If you used the default location for services, switch to that folder with this command - cd ~/services Now you need to edit the example.conf to match your network settings, and save as services.conf when done - Using your favorite editor (vi, pico, etc...) edit the file example.conf If all steps have been completed properly and your ircd is ready to go, this will start your server and link it to the rest of the network. - ./services Instructions adapted from those available @ http://www.anope.org