Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

easy-rsa is no longer part of openvpn #10

Open
louwersj opened this issue Jan 31, 2015 · 2 comments
Open

easy-rsa is no longer part of openvpn #10

louwersj opened this issue Jan 31, 2015 · 2 comments

Comments

@louwersj
Copy link

The installer is depending on easy-rsa which used to be a sub-part of the openvpn project. However, easy-rsa has been moved out of the openvpn project and now will require a seperate installation. Due to this currently the installer.sh script is failing.

@louwersj
Copy link
Author

Currently install.sh contains the below line of code to install the required packages:

apt-get install -y python-pip gcc libxml2-dev libxslt-dev python2.7-dev mysql-server squid3 openvpn bind9 tshark python-mysqldb apache2 python-beaker python-flask python-jinja2 python-mysqldb python-sqlalchemy python-werkzeug

This needs to be changed to the following line:
apt-get install -y python-pip gcc libxml2-dev libxslt-dev python2.7-dev mysql-server squid3 openvpn bind9 tshark python-mysqldb apache2 python-beaker python-flask python-jinja2 python-mysqldb python-sqlalchemy python-werkzeug easy-rsa

this will resolve the above mentioned issue that easy-rsa is no longer part of the openvpn installation package.

@louwersj
Copy link
Author

As there is a need to install easy-rsa as a seperate package and due to the fact that it is no longer part of the openvpn project you will find that it is no longer a sub-dir of openvpn. The installer expects it to be however fails due to this.

Current line:
cp -R /usr/share/doc/openvpn/examples/easy-rsa/2.0/* /etc/openvpn/easy-rsa/

Needs to be changed to:
cp -R /usr/share/easy-rsa/* /etc/openvpn/easy-rsa/

this will resolve the issue and the installer script will working without any issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant