Building libovpncli for armv8-64

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
sumikchakraborty
OpenVpn Newbie
Posts: 2
Joined: Wed May 10, 2017 1:23 am

Building libovpncli for armv8-64

Post by sumikchakraborty » Wed May 10, 2017 1:26 am

Hi All,

I want to build the libovpnpncli. I am able to build it but it does not connect to server.

I tried with OpenSSL as well as MBEDTLS as mentioned in build-android script under javacli folder in core.

Doe anyone know how to build a working libovpncli ?

I downloaded asio, lz4, mbedtls. openssl and tried building using them as per script in sccripts/android/build-all in core

Please help

Thanks

sumikchakraborty
OpenVpn Newbie
Posts: 2
Joined: Wed May 10, 2017 1:23 am

Re: Building libovpncli for armv8-64

Post by sumikchakraborty » Wed May 10, 2017 3:25 am

I found mbedtls and polarssl is the same thing.
But swig is giving compilation error.

swig -c++ -java -package $pkg -I$O3/core/client -I$O3/core ovpncli.i gives error

core/client/ovpncli.hpp:587: Error: Syntax error in input(3)

Post Reply