Am 24.07.2013 10:58, schrieb Andreas Beckmann:
Followup-For: Bug #715434

Installing libapache-dbi-perl does not fix this, new log attached,
perhaps you can draw some conclusions from it.


Andreas


Ah, I think this is Apache 2.4 related and it is failing around these lines:

 50 setup_apache(){
 51     if [ -e /etc/otrs/apache2-httpd.include.conf -a \
 52         ! -e /etc/apache2/conf.d/otrs2 ]; then
53 mv /etc/otrs/apache2-httpd.include.conf /etc/apache2/conf.d/otrs2
 54     fi
55 ucf --three-way --debconf-ok $OTRSHOME/scripts/apache2-httpd.include.conf \
 56         /etc/apache2/conf.d/otrs2
 57     if [ -f /etc/apache2/mods-available/perl.load ]; then
 58         a2enmod perl
 59     fi
 60     a2enmod rewrite
 61     db_stop
 62     invoke-rc.d apache2 force-reload || true
 63 }


I will check it if I am @home

--
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

  Blog: http://www.linux-dev.org/
E-Mail: pmatth...@debian.org
        patr...@linux-dev.org
*/


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to