|
Revision 3922, 0.8 kB
(checked in by hdm, 2 years ago)
|
Merge from 0.1.1.21 to 0.1.1.23
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
Most users should simply follow the directions at |
|---|
| 3 |
http://tor.eff.org/docs/tor-doc-unix |
|---|
| 4 |
|
|---|
| 5 |
If you got the source from cvs, run "./autogen.sh", which will run the |
|---|
| 6 |
various auto* programs and then run ./configure for you. From there, |
|---|
| 7 |
refer to the above instructions. |
|---|
| 8 |
|
|---|
| 9 |
If it doesn't build for you: |
|---|
| 10 |
|
|---|
| 11 |
If you have problems finding libraries, try |
|---|
| 12 |
CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \ |
|---|
| 13 |
./configure |
|---|
| 14 |
or |
|---|
| 15 |
./configure --with-libevent-dir=/usr/local |
|---|
| 16 |
rather than simply ./configure. |
|---|
| 17 |
|
|---|
| 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". |
|---|
| 21 |
|
|---|
| 22 |
Lastly, check out |
|---|
| 23 |
http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork |
|---|
| 24 |
|
|---|