Le Sat, 08 May 2010 11:56:51 +0200,
Patrick Matthäi <[email protected]> a écrit :
> > What I mean is with this dependency,
> > "libapache2-reload-perl | httpd-cgi" you are not sure that
> > libapache2-reload-perl and thus libapache2-mod-perl2 will be
> > installed.
>
> httpd-cgi is needed, because there are not only apache users. If I
> would drop it, I would get many reports that otrs is not installabale
> on lighty systems e.g. and there is no fix for it, because our
> dependencie system does not know all boolean operations needed for it.
>
> Or do you have got a patch?
Maybe something like that:
--- postinst.orig 2010-05-08 12:03:03.991006059 +0200
+++ postinst 2010-05-08 12:03:35.220790513 +0200
@@ -41,7 +41,10 @@
fi
ucf --three-way --debconf-ok
$OTRSHOME/scripts/apache2-httpd-new.include.conf \
/etc/apache2/conf.d/otrs2
- a2enmod perl
+ if [ -f /etc/apache2/mods-available/perl.load ]
+ then
+ a2enmod perl
+ fi
a2enmod rewrite
db_stop
invoke-rc.d apache2 force-reload
I should have maybe opened a new bug.
Regards
Laurent Bigonville
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]