Building OpenVPN on Reach

I am trying to build OpenVPN directly on Reach following the manual:
https://community.openvpn.net/openvpn/wiki/BuildingUsingGenericBuildsystem

Compiling fails with the following error:
Can't locate integer.pm in @INC (you may need to install the integer module) (@INC contains: /etc/perl /usr/lib/perl/site_perl/5.20.0/ /usr/lib/perl/site_perl/5.20.0 /usr/lib/perl/vendor_perl/5.20.0/ /usr/lib/perl/vendor_perl/5.20.0 /usr/lib/perl/5.20.0/ /usr/lib/perl/5.20.0 /usr/local/lib/site_perl /usr/lib/perl/5.20.0 .) at asm/sha1-586.pl line 667.
BEGIN failed--compilation aborted at asm/sha1-586.pl line 667.
Makefile:46: recipe for target 'sha1-586.s' failed
make[2]: *** [sha1-586.s] Error 2
make[2]: Leaving directory '/tmp/openvpn/openvpn-build/generic/tmp/openssl-1.0.2l/crypto/sha'
Makefile:88: recipe for target 'subdirs' failed
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory '/tmp/openvpn/openvpn-build/generic/tmp/openssl-1.0.2l/crypto'
Makefile:287: recipe for target 'build_crypto' failed
make: *** [build_crypto] Error 1
FATAL: make openssl

Does anybody know how to install the perl module integer on Reach Edison? Or compile OpenVPN?

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.