2 Most users should simply follow the directions at
3 http://www.torproject.org/docs/tor-doc-unix
5 If you got the source from Subversion, run "./autogen.sh", which will
6 run the various auto* programs and then run ./configure for you. From
7 there, refer to the above instructions.
9 If it doesn't build for you:
11 If you have problems finding libraries, try
12 CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \
15 ./configure --with-libevent-dir=/usr/local
16 rather than simply ./configure.
18 If you have mysterious autoconf failures while linking openssl,
19 consider setting your LD_LIBRARY_PATH to the openssl lib directory.
20 For example, "setenv LD_LIBRARY_PATH /usr/athena/lib".
23 http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork