[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

old libevent, or is it new?



Hi,

When I ran tor 1.0.3-rc for the first time, I got the [notice] that
tor is initializing old libevent (1.0b or earlier). So I upgraded
libevent to 1.0c. However restarting tor gives me the same notice. Am
I getting something wrong with the libevent install or is tor getting
it wrong.

I used the typical "./configure && make && make test && make install"
for compiling and installing libevent and the binary seems to be
updated, as per the filesize and timestamp on the file.

before 1.0c install:
-rw-r--r--  1 root root 133454 Jan 12 22:15 /usr/local/lib/libevent.a

after 1.0c install:
-rw-r--r--  1 root root 147542 Apr 22 10:45 /usr/local/lib/libevent.a

Any help?

-S_