OpenVPN in FreePBX

Hello,
i am trying to set up OpenVPN Access Server on the latest 32bit Asterisk/PBX distro but i am getting:

[root@localhost ~]# ovpn-init
python: /lib64/libc.so.6: version `GLIBC_2.14’ not found (required by /usr/local/openvpn_as/lib/libpython2.7.so.1.0)

Does anyone know what’s the matter? I also did a full system update (via yum) but no luck.

Thank you.

It asks for the 64bit version of the lib file. Try again with the proper file for your installation.

Thank you!
But… the OpenVpnAS i have downloaded is CentOS 6 amd/x86 32-bit… how is it possible for it to require the 64bit version of the Lib? :confused:

You’ve downloaded openvpn Access Server, which is - as far as I know - 64 bit only.

Sorry. You should just ‘yum install openvpn’ and use the binary that is distributed with your distro.

If you really want to use AS, it’s probably better to run a VM: https://openvpn.net/index.php/access-server/download-openvpn-as-vm.html

Hello xrobau! Thanks for the answer, but, here seems to be a 32bit version too!

https://openvpn.net/index.php/access-server/download-openvpn-as-sw/113.html?osfamily=CentOS

:confused: this is what i downloaded

Well, it’s using lib64, so, it’s 64 bit.

answer may be in file name : I have installed openvpn-as-2.0.20-CentOS6.i386.rpm and it worked on my 6.11 distro.