reassign 586527 libc6 found 586527 2.11.1-3 found 586527 2.11.2-2 tag 586527 patch severity 586527 important thanks
Hi, On 06/20/2010 01:06 PM, Timo Juhani Lindfors wrote: > apache2: Syntax error on line 203 of /etc/apache2/apache2.conf: Syntax error > on line 1 of /etc/apache2/mods-enabled/perl.load: Cannot load > /usr/lib/apache2/modules/mod_perl.so into server: /lib/libm.so.6: symbol > __get_cpu_features, version GLIBC_PRIVATE not defined in file libc.so.6 with > link time reference we've investigated a bit in #debian-python as I run into the problem with mod-wsgi. In the postinst of libc6 is apache2-common listed as service to check for, which does not exists anymore - the new name is apache2.2-common. A patch is attached. Cheers, Bernd -- Bernd Zeimetz Debian GNU/Linux Developer http://bzed.de http://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
>From 1b18e958fec3a5b0edf650d10ce54699738829bf Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz <be...@bzed.de> Date: Sun, 27 Jun 2010 15:29:14 +0200 Subject: [PATCH] Check if apache2.2-common needs to be restarted in libc.postinst. --- debian/debhelper.in/libc.postinst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/debhelper.in/libc.postinst b/debian/debhelper.in/libc.postinst index 165fa68..382fb39 100644 --- a/debian/debhelper.in/libc.postinst +++ b/debian/debhelper.in/libc.postinst @@ -91,8 +91,8 @@ then ln -sf spool/mail /var/mail fi if dpkg --compare-versions "$preversion" lt 2.11-1; then - check="apache2-common apache apache-ssl apache-perl autofs at" - check="$check boa cucipop courier-authdaemon cron cups exim" + check="apache2.2-common apache2-common apache apache-ssl apache-perl" + check="$check autofs at boa cucipop courier-authdaemon cron cups exim" check="$check exim4-base dovecot-common cucipop incron lprng lpr" check="$check lpr-ppd mysql-server nis openbsd-inetd" check="$check openldapd proftpd postfix postfix-tls rsync samba" -- 1.7.1