[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#668739: marked as done (PHP: Unable to load dynamic library suhosin.so)



Your message dated Thu, 2 May 2013 21:23:52 +0200
with message-id <20130502192352.GT12846@radis.cristau.org>
and subject line Re: Bug#668739: PHP: Unable to load dynamic library suhosin.so
has caused the Debian Bug report #668739,
regarding PHP: Unable to load dynamic library suhosin.so
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 owner@bugs.debian.org
immediately.)


-- 
668739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668739
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release-notes
Severity: normal

After upgrading to wheezy, PHP will produce error like this (in web
server's log, on PHP command line, in mail from Cron Daemon...),
if php5-suhosin was installed in squeeze before the upgrade.

> PHP Warning:  PHP Startup: Unable to load dynamic library
> '/usr/lib/php5/20100525+lfs/suhosin.so' -
> /usr/lib/php5/20100525+lfs/suhosin.so: cannot open shared object file:
> No such file or directory in Unknown on line 0

Reason why it happen:
  php5-suhosin depends on an obsolete version of phpapi-20090626+lfs
  so php5-suhosin is removed during the upgrade... but the PHP config
  snippet /etc/php5/conf.d/suhosin.ini isn't purged... so PHP still
  try to load the module suhosin.so.

The release notes should document that the user should:
  dpkg -P php5-suhosin


Regards,

Franklin

P.S. php5-suhosin seems to still being work on in unstable.
     if it is reintroduced in testing it's likely to solve the problem.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (101, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--- End Message ---
--- Begin Message ---
On Sat, Apr 14, 2012 at 10:06:42 +0200, Frank Lin PIAT wrote:

> The release notes should document that the user should:
>   dpkg -P php5-suhosin
> 
Committed this:

diff --git a/en/upgrading.dbk b/en/upgrading.dbk
index efe8c39..81692b6 100644
--- a/en/upgrading.dbk
+++ b/en/upgrading.dbk
@@ -1201,6 +1201,18 @@ See also <filename>/usr/share/doc/screen/NEWS.Debian.gz</
 wheezy's <systemitem role="package">screen</systemitem> package.
 </para>
 </section>
+
+<section>
+  <title>Suhosin PHP module</title>
+  <para>
+    The <systemitem role="package">php5-suhosin</systemitem> package has been
+    removed.  If your PHP configuration included the suhosin module, it will
+    fail to load after the PHP upgrade.  Run <command>dpkg --purge
+      php5-suhosin</command> to remove the leftover configuration in
+    <filename>/etc/php5/conf.d/suhosin.ini</filename>.
+  </para>
+</section>
+
 </section>
 <!-- End of 'trouble' section -->
 </section>

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: