AllSupported Logo AllSupported
Home How To Linux Search
  1. Home
  2. /
  3. PHP
  4. /
  5. How to get php5-mcrypt working and installed on Ubuntu 14.04

How to get php5-mcrypt working and installed on Ubuntu 14.04

By Tech Writer • December 9, 2014 • PHP
    sudo apt-get install php5-mcrypt sudo php5enmod mcrypt sudo service apache2 restart      

 

 

sudo apt-get install php5-mcrypt
sudo php5enmod mcrypt
sudo service apache2 restart 
 

 

 

Related Articles

Install Imagick with PHP 7.4 Debian

Follow this guide https://www.tecmint.com/install-imagemagick-on-debian-ubuntu/ ...

PHP 7.4 on Debian for Servers

For Debian servers already stripped of sudo. apt install -y apt-transport-https lsb-release ca-certificates wget wget -O /etc/apt/trusted....

Install and configure PHP + NGINX for Ubuntu 18.04

How to install and configuration NGINX with PHP. It's really simple. Install NGINX and php-fpm apt install nginx php-fpm Then add this configuration...

Install APCu Object Cache for NextCloud PHP 7.1 Ubunut 16.04

This entry will guide you on how to install APCu Object Cache for PHP 7.1 on Ubuntu 16.04. To ensure you get the latest version use the following com...

Create a mirror of a website with PHP and WGET

  <?php $url = 'http://www.example.com/'; exec('wget -mk -w 1 '. $url); ?>     References:  http://fosswire.com/post/2008/04/create-a-mirror...

AllSupported

AllSupported

Expert tech support tutorials and guides for Linux, networking, and more.

Categories

  • Linux
  • How To
  • Networking

Resources

  • Search
  • RSS Feed
  • Sitemap

Legal

  • Privacy Policy
  • Terms of Use

© 2025 AllSupported. All rights reserved.