digitalocean / do_user_scripts

MIT License
802 stars 237 forks source link

Unmet dependency : mysql-server : Depends: mysql-server-5.5 -Ubuntu LEMP #34

Open airspoon opened 8 years ago

airspoon commented 8 years ago

For Ubuntu 14.04.3, it seems a package is needed: mysql-server-5.5 Using this script, I was unable to get nginx working or even recognized until I installed mysql-server-5.5 after the apt package manager gave me the following error:

The following packages have unmet dependencies:
 mysql-server : Depends: mysql-server-5.5 

After using apt to install mysql-server-5.5, nginx is now recognized and working.

andrewsomething commented 8 years ago

Hey! Thanks for the report. Just to be clear, which script are you attempting to use? This one:

https://github.com/digitalocean/do_user_scripts/blob/master/Ubuntu-14.04/web-servers/lemp.yml