I've been happily running Rune on a Raspi 3 for the past few months until last Friday. Now receiving 404 when requesting the Rune page. It would appear PHP is no longer functioning. Confirmed Nginx is still serving pages fine. Attempted to run a command line session of PHP to no avail.
php: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory
next checked libreadline....
ldconfig -p|grep readline
libreadline.so.7 (libc6,hard-float) => /usr/lib/libreadline.so.7
libreadline.so (libc6,hard-float) => /usr/lib/libreadline.so
Can someone suggest a fix before I rebuild from scratch.
Thanks