Installing tor from source on CentOS 5

Written by Chris on August 29, 2007 – 10:28 pm -

As usal with CentOS I can up against a few  problems installing tor from source on CentOS 5 this is basically a list of those issues with steps to overcome.

First of all after downloading tor-0.1.2.16 extracting the tarball and typing ./configure I got a message saying no linkable libevent was found.

I tried installing this via yum but without much luck so decided to install it from source too - however this was more difficult than it seemed as the current version is libevent-1.3d but tor-0.1.2.16 requires a feature of libevent that only exists in version 1.3a so after going back and installing all previous versions until I found the one that worked.

After that I was able to configure, make and make install tor without any trouble



Popularity: 12% [?]

Sphere: Related Content

Related posts on coderchris.com:

  1. ATI Radion 9600 TV Output On Centos 5.0 (And Probably CentOS 4.4)
    In a previous post about how to install Flash Media Server 2 on CentOS...
  2. Installing Flash Media Server 2 On Linux (CentOS 4.4)
    Recently I was asked by a client to look at purchasing and installing FMS2...
  3. Installing Red5 Open Source Flash Media Server On CentOS 4.2
    After having no end of issues with the proprietary flash media server 2 from...
  4. How to Mount a Linux LVM2 Partition in Windows
    I have a dual boot Windows Vista / Linux Laptop and recently I needed...
  5. Make Money With Wordpress And Matched.co.uk
    Everybody out there at the moment is trying to make money from their blog...


Tags: , , , ,
Posted in CentOS, Linux | Trackback |

4 Comments to “Installing tor from source on CentOS 5”

  1. WebDawg Says:

    I think this is wrong. I configured libevent as –prefix ‘ed and i linked to it and it worked great. i think its permissions or something.

  2. Pau1 Says:

    Also, you could use the Dag repos. He builds tor specifically for centos/el5 (and just about everything else you might need on a workstation centos5 install)

    http://dag.wieers.com/rpm/packages/tor/

  3. Chris Says:

    Hey Pau1 - Thanks for that

    Dag’s stuff is actually something I do use already (can’t remember if it was configured on this machine when I did this though) and I’d also recommend it to anyone looking to expand their package lists :)

  4. web stats Says:

    I compiled using

    ./configure –with-libevent-dir=/usr/local/lib
    (your path to the lib may vary)

    For some reason tor was unable to determine the path to libevent, and my libevent is the latest.

Leave a Comment

RSS