Closed bart3nder closed 1 year ago
Nope, still the same
GOPROXY=https://goproxy.cn go install -v -tags with_quic,with_grpc,with_dhcp,with_wireguard,with_shadowsocksr,with_ech,with_utls,with_reality_server,with_acme,with_gvisor,with_lwip,with_embedded_tor github.com/sagernet/sing-box/cmd/sing-box@latest
berty.tech/go-libtor/libtor
# berty.tech/go-libtor/libtor
In file included from go/pkg/mod/berty.tech/go-libtor@v1.0.385/libtor/linux_tor_src_app_main_main.go:10:
go/pkg/mod/berty.tech/go-libtor@v1.0.385/libtor/../linux/tor/src/../src/app/main/main.c:87:10: fatal error: event2/event.h: No such file or directory
87 | #include <event2/event.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
apt-get install libevent-dev
New error!
GOPROXY=https://goproxy.cn go install -v -tags with_quic,with_grpc,with_dhcp,with_wireguard,with_shadowsocksr,with_ech,with_utls,with_reality_server,with_acme,with_gvisor,with_lwip,with_embedded_tor github.com/sagernet/sing-box/cmd/sing-box@latest
berty.tech/go-libtor/libtor
# berty.tech/go-libtor/libtor
In file included from go/pkg/mod/berty.tech/go-libtor@v1.0.385/libtor/../linux/tor/src/../src/lib/tls/tortls_openssl.c:48,
from go/pkg/mod/berty.tech/go-libtor@v1.0.385/libtor/linux_tor_src_lib_tls_tortls_openssl.go:10:
go/pkg/mod/berty.tech/go-libtor@v1.0.385/libtor/../linux/tor/src/../src/lib/tls/tortls_openssl.c:1176:3: error: missing binary operator before token "1"
1176 | SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION != 0
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New error!
GOPROXY=https://goproxy.cn go install -v -tags with_quic,with_grpc,with_dhcp,with_wireguard,with_shadowsocksr,with_ech,with_utls,with_reality_server,with_acme,with_gvisor,with_lwip,with_embedded_tor github.com/sagernet/sing-box/cmd/sing-box@latest berty.tech/go-libtor/libtor # berty.tech/go-libtor/libtor In file included from go/pkg/mod/berty.tech/go-libtor@v1.0.385/libtor/../linux/tor/src/../src/lib/tls/tortls_openssl.c:48, from go/pkg/mod/berty.tech/go-libtor@v1.0.385/libtor/linux_tor_src_lib_tls_tortls_openssl.go:10: go/pkg/mod/berty.tech/go-libtor@v1.0.385/libtor/../linux/tor/src/../src/lib/tls/tortls_openssl.c:1176:3: error: missing binary operator before token "1" 1176 | SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION != 0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Same issue. Have you solved it?
NOBODY DID
Hi! I get an error while compiling with embedded Tor on server, using command:
Compile Log:
Any ideas how to fix it?