Your message dated Thu, 9 Feb 2012 17:45:21 +0100
with message-id
<CALjhHG9u1-2=bg6nulrwjvp0zx+la3_4s5eom8upcfwxisy...@mail.gmail.com>
and subject line New extension manager available in 5.4.0~rc6-2
has caused the Debian Bug report #422173,
regarding php5 startup warning in cron output after removing (and not purging)
package with php5 extension
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
422173: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422173
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: php5-common
Version: 5.3.2-2
Severity: normal
Since I 'aptitude dist-upgrade'ed testing I get a message
from cron every 30 minutes:
-------- Original Message --------
Subject: Cron <root@s> [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5
] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 |
xargs -n 200 -r -0 rm
Date: Thu, 02 Sep 2010 09:09:01 +0200
From: [email protected] (Cron Daemon)
To: [email protected]
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/lib/php5/20090626+lfs/mhash.so' - /usr/lib/php5/20090626+lfs/mhash.so:
cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/lib/php5/20090626+lfs/timezonedb.so' -
/usr/lib/php5/20090626+lfs/timezonedb.so: cannot open shared object file: No
such file or directory in Unknown on line 0
----------------------------------
php5-common allegedly provides php5-mhash:
-------------------------------------------------------
s:~# aptitude show php5-common
Package: php5-common
New: yes
State: installed
Automatically installed: no
Version: 5.3.2-2
Priority: optional
Section: php
Maintainer: Debian PHP Maintainers <[email protected]>
Uncompressed Size: 885k
Depends: sed (>= 4.1.1-1), libc6 (>= 2.4)
Recommends: php5-suhosin
Conflicts: php5-json, php5-mhash
Provides: php5-json, php5-mhash
Description: Common files for packages built from the php5 source
This package contains the documentation and example files relevant to all the
other packages built
from the php5 source.
PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed
from C, Java and Perl
with a couple of unique PHP-specific features thrown in. The goal of the
language is to allow web
developers to write dynamically generated pages quickly. This version of PHP5
was built with the
Suhosin patch.
Homepage: http://www.php.net/
Tags: devel::lang:php, role::documentation, secteam::etch-limited-support,
secteam::lenny-limited-support
----------------------------------------------------------
Installing php5-mhash failed due to dependencies:
-------------------------------------------------
s:~# aptitude install php5-mhash
The following NEW packages will be installed:
php5-mhash{b}
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 5,158B of archives. After unpacking 65.5kB will be used.
The following packages have unmet dependencies:
php5-mhash: Depends: phpapi-20060613+lfs which is a virtual package.
Depends: php5-common (= 5.2.6.dfsg.1-1+lenny8) but 5.3.2-2 is
installed.
php5-common: Conflicts: php5-mhash but 5.2.6.dfsg.1-1+lenny8 is to be
installed.
The following actions will resolve these dependencies:
Keep the following packages at their current version:
1) php5-mhash [Not Installed]
Accept this solution? [Y/n/q/?]
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
[ Rootkit Hunter version 1.3.6 ]
File updated: searched for 164 files, found 141
------------------------------------------------
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages php5-common depends on:
ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib
ii sed 4.2.1-7 The GNU sed stream editor
Versions of packages php5-common recommends:
ii php5-suhosin 0.9.32.1-1 advanced protection module for php
php5-common suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 5.4.0~rc6-2
php5 (5.4.0~rc6-2) experimental; urgency=low
* Merge all changes from Debian unstable branch (up to 5.3.9-6)
* Fix -Wformat-security error in mysqlnd
* Add php5{en,dis}mod to enable/disable modules from maintainer
scripts (Closes: #447826, #582320, #627145)
(Initial work courtesy of Clint Byrum)
* Modify comments in php.inis to match compiled default session
* Adjust new 5.3 patches for 5.4 branch
* Ensure pdo.so is loaded before all other modules
* Add trigger to restart php5-fpm when module is installed/removed
* Remove --with-ttf and --with-t1lib (Closes: #658248, #638755)
* Add debian/NEWS item about missing t1lib functions
-- Ondřej Surý <[email protected]> Wed, 01 Feb 2012 18:27:30 +0100
--
Ondřej Surý <[email protected]>
--- End Message ---