go-libtor icon indicating copy to clipboard operation
go-libtor copied to clipboard

gomobile aar package build problemas

Open shivergard opened this issue 3 years ago • 0 comments

# berty.tech/go-libtor/libtor
In file included from ../pkg/mod/berty.tech/[email protected]/libtor/linux_tor_src_app_config_config.go:10:
In file included from ../pkg/mod/berty.tech/[email protected]/libtor/../linux/tor/src/../src/app/config/config.c:71:
In file included from ../pkg/mod/berty.tech/[email protected]/libtor/../linux/tor/src/core/or/channel.h:15:
In file included from ../pkg/mod/berty.tech/[email protected]/libtor/../linux/tor/src/lib/crypt_ops/crypto_ed25519.h:14:
In file included from ../pkg/mod/berty.tech/[email protected]/libtor/../linux/tor/src/lib/crypt_ops/crypto_curve25519.h:15:
../pkg/mod/berty.tech/[email protected]/libtor/../linux/tor/src/lib/crypt_ops/crypto_openssl_mgt.h:19:10: fatal error: 'openssl/opensslv.h' file not found
#include <openssl/opensslv.h>
         ^~~~~~~~~~~~~~~~~~~~
1 error generated.

Problems building sample with https://github.com/AgregoreWeb/gomobile-android-docker. Tried to install apt-get install -y libssl-devwhat is most popular solution found about this , but did not work.

Any suggestion ?

shivergard avatar Sep 12 '22 09:09 shivergard