From: poncenby smythe <smythe@xxxxxxxxxxxxxxxxx> Reply-To: or-talk@xxxxxxxxxxxxx To: or-talk@xxxxxxxxxxxxx Subject: openbsd 3.6 installation from stable source (0.1.0.15) Date: Mon, 7 Nov 2005 21:50:22 +0000
dear list,
i first installed libevent 1.1a using: ./configure --prefix=/thisdir make sudo make install
no errors occured.
i then installed tor using:
./configure --includedir=/thisdir/include --libdir=/thisdir/lib make sudo make install
no errors occured.
then when executing tor it complains that i am using an old version of libevent and tor will be buggy.
I think the problem is that I have never really understood how to compile source packages with certain libraries/includes that are not in standard paths.
apologies for such a newbie question.
poncenby