Hello,
I am working on a new build system for OpenVPN, you can check it[1] out.
To cross compile master to arm in static, do:
$ git clone git://github.com/alonbl/openvpn-build.git
$ cd openvpn-build/generic
$ CHOST="arm-unknown-linux-gnueabi" CBUILD="x86_64-pc-linux-gnu"
DO_STATIC=1 ./build
It w
Hello Again,
Now the openvpn-build supports creating nsis installation package, including
singing. Output package is at[1].
Notice that all process is done on Linux, Windows is not need to
create the package!
The process:
1. Create binaries using openvpn-build/generic.
2. Create tarball for easy
I would like to build a slimmed-down version of OpenVPN for armv6 -
would that be easy to achieve?
My aim is to deploy it on my android device (I don't trust the version
in existence there, so by statically building OpenVPN I won't be
dependent on the bionic toolchain). Has this been attempted
On 23/02/12 10:06, Freek Dijkstra wrote:
> Reporting that
> http://build.openvpn.net/downloads/releases/openvpn-2.3-alpha1.tar.gz
> compiles and runs fine for me.
>
[...snip...]
> My recommendation is to:
>
> 1. Remove the "NOTE: explicit support for IPv6 tun devices is not
> provided for this OS
> 1. Remove the "NOTE: explicit support for IPv6 tun devices is not
> provided for this OS"
On second thought, I did install tuntaposx manually.
Indeed, when I manually remove the tun.kext kernel extension, openvpn
fails (as expected) with
Cannot allocate TUN/TAP dev dynamically
So Mac OS X app
Reporting that
http://build.openvpn.net/downloads/releases/openvpn-2.3-alpha1.tar.gz
compiles and runs fine for me.
(after I manully installed lzo manually)
Running Mac OS 10.7.2:
% uname -mrsv
Darwin 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST
2012; root:xnu-1699.24.23~1/RELEASE
> Hello All,
>
> I've reached 2nd milestone in rewrite the build system.
>
> So far:
> 1. autotools cleaned up >=autoconf-2.59, >=automake-1.9, >=libtool-1.5
> (not for cross compile)
> 2. build working for gcc/mingw.
> 3. build is working for MSVC using msbuild.
> 4. build script for cross compil
Maybe you already know this, but I want to point it out just in case;
pkcs11-helper library is not included in OS X. You need to build that
first, if you want to include support for this in openvpn.
Op 22 februari 2012 23:23 heeft Jonathan K. Bullard
het volgende geschreven:
> On Wed, Feb 22, 201
Hello All,
I've reached 2nd milestone in rewrite the build system.
So far:
1. autotools cleaned up >=autoconf-2.59, >=automake-1.9, >=libtool-1.5
(not for cross compile)
2. build working for gcc/mingw.
3. build is working for MSVC using msbuild.
4. build script for cross compilers.
5. build scrip