obfsproxy falha ao construir porque não pode encontrar event2 / util.h

1

Estou tentando criar obfsproxy . Todas essas etapas funcionam bem:

# git clone https://git.torproject.org/obfsproxy.git
# cd obfsproxy
# ./autogen.sh
# ./configure

Mas então eu entro:

# make
make  all-am
make[1]: Entering directory '/root/obfsproxy'
gcc -DHAVE_CONFIG_H   -I. -I./src  -Wall -Wwrite-strings -Werror -l/usr/local/libevent/include/ -l/usr/local/libevent/include/ -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIE --param ssp-buffer-size=1 -fno-strict-aliasing -fno-strict-overflow -MT container.o -MD -MP -MF .deps/container.Tpo -c -o container.o 'test -f 'src/container.c' || echo './''src/container.c
In file included from src/container.c:14:
src/util.h:22:47: error: event2/util.h: No such file or directory
make[1]: *** [container.o] Error 1
make[1]: Leaving directory '/root/obfsproxy'
make: *** [all] Error 2

Como corrijo isso?

    
por fisherman 12.03.2013 / 18:05

0 respostas

Tags