json.so opcache.so 12.04
Sander Smeenk
ssmeenk at freshdot.net
Sun Jul 20 18:58:53 UTC 2014
Quoting Jim Tarvid (tarvid at ls.net):
> getting messages like
>
> Warning: PHP Startup: Unable to load dynamic library
> '/usr/lib/php5/20090626/json.so' - /usr/lib/php5/20090626/json.so:
> cannot open shared object file: No such file or directory in Unknown
> on line 0
sudo apt-get install --reinstall php5-json
or 'dpkg --purge php5-json' if you don't want it.
If warning persists after --purge:
sudo grep -ril "json.so" /etc/php5/
Edit the files that match and remove reference to json.so from
them.
--
| One tequila, two tequila, three tequila, floor.
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7 FBD6 F3A9 9442 20CC 6CD2
More information about the ubuntu-server
mailing list