openbsd 3.6 installation from stable source (0.1.0.15)

Dimitry Andric dimitry at andric.com
Mon Nov 7 21:57:26 UTC 2005


poncenby smythe wrote:
> i first installed libevent 1.1a using:
> ./configure --prefix=/thisdir
> make
> sudo make install
---snip---
> i then installed tor using:
> 
> ./configure --includedir=/thisdir/include --libdir=/thisdir/lib
> make
> sudo make install

So far, no problems.


> then when executing tor it complains that i am using an old version of
> libevent and tor will be buggy.

You probably didn't add the /thisdir/lib to your dynamic linker's
path.  (Just running "make install" for libevent doesn't automagically
add it to the system's default libraries.)

Read your dynamic linker's documentation on how to add such paths.
With OpenBSD, you usually add the library path to the shlib_dirs= line
in /etc/rc.conf.local.

But is there any reason you don't simply use the net/tor port?  This
will save you all these headaches...

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: OpenPGP digital signature
URL: <http://lists.torproject.org/pipermail/tor-talk/attachments/20051107/a35c8f41/attachment.pgp>


More information about the tor-talk mailing list