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

Bug#560014: marked as done (Installing libapache2-mod-apreq2 should enable the apreq module)



Your message dated Tue, 13 Jun 2023 07:29:05 +0200
with message-id <f6b52367-9881-cb4d-71a9-65d11f55296b@xs4all.nl>
and subject line Re: Installing libapache2-mod-apreq2 should enable the apreq module
has caused the Debian Bug report #560014,
regarding Installing libapache2-mod-apreq2 should enable the apreq module
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.)


-- 
560014: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560014
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libapache2-mod-apreq2
Version: 2.08-5+b1

Installing this package causes the Apache2 module apreq to be
installed in /etc/apache2/mods-available, as it should, but does not
enable the installed module, with the result that it can't be used.
This is exacerbated by the uninformative error message that is
generated when attempting to use the module: the Apache2 error log
will contain something like:

/usr/sbin/apache2: symbol lookup error:
/usr/lib/perl5/auto/APR/Request/Apache2/Apache2.so: undefined symbol:
apreq_handle_apache2

This can be fixed by adding a post-installation script that enables
the module.  For example:

#!/bin/sh -e

case "$1" in
    configure|upgrade)
	a2enmod apreq
	invoke-rc.d apache2 restart
        ;;

    abort-upgrade|abort-remove|abort-deconfigure)
        ;;

    *)
        echo "postinst called with unknown argument '$1'" >&2
        exit 1
    ;;
esac

#DEBHELPER#

exit 0



--- End Message ---
--- Begin Message ---
Version: 2.13-2

On Tue, 8 Dec 2009 10:04:31 +0000 Mike Taylor wrote:
This can be fixed by adding a post-installation script that enables
the module.

This is done by dh_apache2 since 2.13-2.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

--- End Message ---

Reply to: