auth-script-openvpn icon indicating copy to clipboard operation
auth-script-openvpn copied to clipboard

Issue building on Ubuntu 19.04

Open jakew009 opened this issue 6 years ago • 1 comments

Hey

Thanks so much for creating and releasing this!

I had an issue building it on Ubuntu 19.04 with OpenVPN so I thought I would share them here in case anyone else had the same troubles

When I called make plugin, I was getting an error that openvpn-plugin.h could not be found. On some further investigation, I found that by changing line 21 from:

#include <openvpn-plugin.h> to: #include <openvpn/openvpn-plugin.h>

It was able to build and work perfectly.

My linux knowledge is fairly limited so I don't know what a proper fix for this would be :)

jakew009 avatar Aug 22 '19 11:08 jakew009

Applies also for Ubuntu 18.04 already.

wbwork avatar Jan 31 '20 10:01 wbwork