Hi , I would wish to install laravel on a ubuntu 14.04 droplet that i have created. For some reason , I keep getting this message "MCrypt PHP extension is required " although i believe i have it already installed. Just to verify I have executed the following commands
Is there something that I am missing? Any pointers would definitely help.
thanks
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I also tried following this article on a new droplet word by word and I am still getting the same error on the new droplet. this was the link i was following. <br>https://www.digitalocean.com/community/articles/how-to-install-laravel-with-nginx-on-an-ubuntu-12-04-lts-vps
This does not work for me. Using Ubuntu 14.04 droplet and nginx. <br> <br>Specifically, the following command: <br> <br>sudo php5enmod mcrypt <br> <br>results in this: <br>WARNING: Module mcrypt ini file doesn’t exist under /etc/php5/mods-available <br>WARNING: Module mcrypt ini file doesn’t exist under /etc/php5/mods-available
@eric7urner: Have you installed the php5-mcrypt package already? <br> <br><pre> <br>sudo apt-get install php5-mcrypt <br></pre>
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.