[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-hackers-public] php xcache errors on mgt
From: |
Bob Proulx |
Subject: |
[Savannah-hackers-public] php xcache errors on mgt |
Date: |
Tue, 20 Aug 2013 17:25:51 -0600 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Today the mgt.savannah node started producing a new error message.
Failed loading /usr/lib/php5/20090626+lfs/xcache.so:
/usr/lib/php5/20090626+lfs /xcache.so: cannot open shared object file: No such
file or directory
That was due to this state:
mgt:~# dpkg -l php5-xcache
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
rc php5-xcache 1.3.0-7 Fast, stable PHP opcode cacher
It was installed today around that time and then removed.
2013-08-19 19:21:20 install php5-xcache <none> 1.3.0-7
...
2013-08-19 19:34:53 remove php5-xcache 1.3.0-7 1.3.0-7
It waqs installed and then removed. But with the configuration files
left behind the php session cleanup cron scripts complained. This has
been a long standing issue with php. No one has figured out how to
make the scripts optionally load components that aren't there anymore.
mgt:~# php5 -r ''
Failed loading /usr/lib/php5/20090626+lfs/xcache.so:
/usr/lib/php5/20090626+lfs /xcache.so: cannot open shared object file: No such
file or directory
Since the package was removed I simply purged it.
mgt:~# dpkg --purge php5-xcache
That silenced the new cron messages.
Bob
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-hackers-public] php xcache errors on mgt,
Bob Proulx <=