mirror of
https://github.com/evgeny-gridasov/openvpn-otp.git
synced 2026-04-25 13:25:56 +03:00
[GH-ISSUE #8] ./configure fails on centos7 with 'OpenVPN headers missing' #4
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/openvpn-otp#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rene00 on GitHub (Jan 22, 2016).
Original GitHub issue: https://github.com/evgeny-gridasov/openvpn-otp/issues/8
The openvpn RPM shipped with EPEL for CentOS7 places openvpn-plugin.h in /usr/include.
Quick fix
Should something like this be mentioned within the README?
@evgeny-gridasov commented on GitHub (Jan 31, 2016):
I've modified configure.ac to check for headers in /usr/include as well and added #ifdef sections accordingly. Please
0567fddfor details.@aioue commented on GitHub (Jun 19, 2017):
Same error. Lib does not exist on the system here.
edit: fixed by installing devel package as well as core (
# yum install openvpn-devel)