Installing tor from source on CentOS 5
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
Related posts on coderchris.com:
- Installing Flash Media Server 2 On Linux (CentOS 4.4)
Recently I was asked by a client to look at purchasing and installing FMS2 on... - 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 4.4... - 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 Adobe... - PHP IMAP Error On CentOS Linux 4.2
If you’re compiling php 5 on CentOS Linux with the IMAP functionality enabled you may get... - Make Money With Wordpress And Matched.co.uk
Everybody out there at the moment is trying to make money from their blog in...

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.
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/
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
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.