Thanks. Moved the ini files out of /etc/php5/cli/conf.d and the warnings went away.
I've got to set aside some time and upgrade to 14.04. Fair amount of Apache work involved On Sun, Jul 20, 2014 at 2:58 PM, Sander Smeenk <[email protected]> wrote: > Quoting Jim Tarvid ([email protected]): >> 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 > [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-server > More info: https://wiki.ubuntu.com/ServerTeam -- Kindness Works! Jim Tarvid 12897A Grays Pointe Road, Fairfax, Va 22033 703-657-0099 Condo 703-825-8463 Cabin 703-624-5289 Cell http://ls.net -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
