carlalexander / debops-wordpress

Your superpowered WordPress server in three commands.
GNU General Public License v3.0
440 stars 65 forks source link

Installing debops #204

Closed ghost closed 5 years ago

ghost commented 6 years ago

If you follow the instructions for installing ansible and debops in https://github.com/carlalexander/debops-wordpress/wiki/Installation on either Ubuntu 16.04 or 18.04 you will get a compilation error trying to build python-ldap. This is discussed in this debops issue: https://github.com/debops/debops/issues/385.

The workaround is to run the following command: ` sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev

` The documentation should probably be updated.

carlalexander commented 6 years ago

Are you saying that this:

$ sudo apt-get install python-pip python-dev git

should become this:

$ sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev

Is that the solution @drybjed?

ghost commented 6 years ago

It worked in my environment but should probably be tested in other environments.

On Mon, Aug 20, 2018 at 3:45 PM Carl Alexander notifications@github.com wrote:

Are you saying that this:

$ sudo apt-get install python-pip python-dev git

should become this:

sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev

Is that the solution @drybjed https://github.com/drybjed?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/carlalexander/debops-wordpress/issues/204#issuecomment-414457239, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWTNX76FVjX18bhtZuAM7uYnA50mLsCks5uSyAAgaJpZM4V8RqY .