You are not logged in.
Pages: 1
Hi all,
since recently I can't start Tor from konsole
/etc/rc.d/tor start
or otherwise.
If started from command line it reports back this:
root@30 ~ $ tor
tor: error while loading shared libraries: libevent-1.1a.so.1: cannot open shared object file: No such file or directory
Insight appreciated.
No past, no future. It's all one long, never ending present.
Offline
libevent has been updated.
pacman -Ql libevent
libevent /usr/bin/event_rpcgen.py
libevent /usr/include/evdns.h
libevent /usr/include/event.h
libevent /usr/include/evhttp.h
libevent /usr/lib/libevent-1.3b.so.1
libevent /usr/lib/libevent-1.3b.so.1.0.3
libevent /usr/lib/libevent.a
libevent /usr/lib/libevent.so
libevent /usr/man/man3/evdns.3.gz
libevent /usr/man/man3/event.3.gz
You have to recompile tor.
Since I don't know when the tor package will be updated, you can build your own package or use tor-alpha from aur.
Offline
Pages: 1