Quoting Jim Tarvid (tar...@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

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Reply via email to