Sorry .. this should have gone to openvpn-devel.

I went ahead and made the change to the wiki page.

regards


On 31/05/17 16:16, debbie10t wrote:
Hi,

Source: https://community.openvpn.net/openvpn/wiki/BuildingUsingGenericBuildsystem#BuildingOpenVPNanditsdependencies

<quote>
If you get an error complaining about missing libpam, add --disable-plugin-auth-pam to generic/build.vars:

OPENVPN_CONFIG="${EXTRA_OPENVPN_CONFIG:---enable-password-save --disable-debug --disable-snappy --disable-plugin-auth-pam}"
</quote>

This must read:

<quote>
If you get an error complaining about missing libpam, add --disable-plugin-auth-pam to generic/build.vars:

EXTRA_OPENVPN_CONFIG="${EXTRA_OPENVPN_CONFIG:---enable-password-save --disable-debug --disable-snappy --disable-plugin-auth-pam}"
</quote>

Highlight: EXTRA_OPENVPN_CONFIG=..

(It is apparent from build.vars file)

Tested and build successful on ubuntu 16.04 for ARM using:

IMAGEROOT=`pwd`/image-arm CHOST=arm-linux-gnueabi CBUILD=x86_64-pc-linux-gnu ./build

(Although, I have no ARM device to test the final binary)

Thanks

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to