From 1dbbab90e94b564cad7f40967fd147e99c098549 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 4 Jul 2006 03:39:01 +0000 Subject: [PATCH] mention in the tor dmg instructions that you may need to remove your old shared library libevent, lest your linker get confused. svn:r6714 --- doc/tor-osx-dmg-creation.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/tor-osx-dmg-creation.txt b/doc/tor-osx-dmg-creation.txt index e753d304a1..62c00465af 100644 --- a/doc/tor-osx-dmg-creation.txt +++ b/doc/tor-osx-dmg-creation.txt @@ -22,6 +22,9 @@ follows: 3) Complete the "make" and "make install". You will need to be root, or sudo -s, to complete the "make install". +4) If you have previouslly installed libevent, go rm the old libevent.so* +files so the linker doesn't get suckered into using them. + ### Acquiring privoxy