I’m trying to make an update to an old application running PHP5.6 on Ubuntu14.04.
One of the packages I’m installing requires ext-intl.
I’ve installed this successfully with:
sudo apt-get install php5-intl
However, after restarting Apache, the modules does not appear in the mods-available directory, so I am unable to enable it with phpenmod / a2enmod.
Are there any steps I’ve missed?
Any advice appreciated.
Thanks
2
Answers
try to install it by specifying the version:
and verify if is present in:
ucf is probably masking the file on you. It’s a royal pain.
Try this script to pull the problems out of apt, purge ucf, then get the config files back. Yes, it’s disgusting to have to do this.
This is
reinstall-purge-ucf
:Now do, for example: