[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
old libevent, or is it new?
- To: or-talk@xxxxxxxxxxxxx
- Subject: old libevent, or is it new?
- From: SK <sk.list@xxxxxxxxx>
- Date: Fri, 22 Apr 2005 10:51:02 +0200
- Delivered-to: archiver@seul.org
- Delivered-to: or-talk-outgoing@seul.org
- Delivered-to: or-talk@seul.org
- Delivery-date: Fri, 22 Apr 2005 04:51:31 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZMyFgLX0anBGu8wghzhW+WTh7EjCtOcQQeVdjWSLWkyxEs+GJPBUVW1fFGiX9WKK001NKriAYYlwy7fUlwIzIk2RGfnvgUpy1nvbsPqPuDreB7VjdCxEf1ZKxSdgHg2LknYZQs/PCES+GsUGRhBnw3txXa2W5xVHCmF7001jTU8=
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
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_