Hello! So I recently installed LocalWP on Ubuntu and have created an account. While creating a site, at the very end I run into an error and it says “Uh-oh! Unable to provision site.” and then along with that it mentions things like “mysql” and “lightning services” and “–initalize-insecure” and how there’s an error loading shared libraries libaio.so.1
​
I’m pretty new to all of this so I’m pretty lost. I’ve looked for solutions online but I honestly get even more lost. Anyone have any ideas of what might be going on or how I might be able to resolve this? I provided an image of the error
https://preview.redd.it/8zn7zdyms9kc1.png?width=1201&format=png&auto=webp&s=d9b3e6b44d94a1d9fa55d750c9bd73095ac6356a
[ad_2]
Okay I ended up fixing this
What was happening was I was noticing the line about Libaio1 so I tried to run “sudo apt install libaio1” and it wasn’t working so it was suggesting I run the command “apt –fix-broken install” so I tried running it a few times but it wasn’t working. So I gave up on thinking that was the problem, thinking that maybe it was already installed and maybe it was something else causing the error. Anyway I remember reading something about how “sudo” is basically running commands but with admin permissions. So I went back and ran “sudo apt –fix-broken install” instead and that ended up working haha