ich komme bei der Installation von bugzilla3 nicht weiter.
Folgende Fehlermeldung wird geworfen:
Code: Alles auswählen
sed: -e Ausdruck #5, Zeichen 59: unknown option to `s'
dpkg: Fehler beim Bearbeiten von bugzilla3 (--configure):
Unterprozess post-installation script gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
bugzilla3
Code: Alles auswählen
dbconfig-common: writing config to /etc/dbconfig-common/bugzilla3.conf
*** WARNING: ucf was run from a maintainer script that uses debconf, but
the script did not pass --debconf-ok to ucf. The maintainer
script should be fixed to not stop debconf before calling ucf,
and pass it this parameter. For now, ucf will revert to using
old-style, non-debconf prompting. Ugh!
Please inform the package maintainer about this problem.
in postinst skript gibt es 2 sed Blöcke:
Code: Alles auswählen
update_localconfig()
{
sed -r \
-e "s/db_host[[:space:]]*=[[:space:]]*[\"'].*[\"']/db_host = '$dbserver'/g" \
-e "s/db_port[[:space:]]*=[[:space:]]*.*;/db_port = $dbport;/g" \
-e "s/db_name[[:space:]]*=[[:space:]]*[\"'].*[\"']/db_name = '$dbname'/g" \
-e "s/db_user[[:space:]]*=[[:space:]]*[\"'].*[\"']/db_user = '$dbuser'/g" \
-e "s/db_pass[[:space:]]*=[[:space:]]*[\"'].*[\"']/db_pass = '$dbpass'/g" \
-e "s/create_htaccess[[:space:]]*=[[:space:]]*.+;/create_htaccess = 0;/g"
}
Code: Alles auswählen
$DEBIAN_DEBUG_CHECKSETUP /usr/share/bugzilla3/lib/checksetup.pl $answerfile --verbose | \
sed -e 's,/usr/bin/perl .*install "Template::Plugin::GD::Image".*,apt-get install libtemplate-plugin-gd-perl,g' \
-e 's,/usr/bin/perl .*install "HTML::Scrubber".*,apt-get install libhtml-scrubber-perl,g' \
-e 's,/usr/bin/perl .*install "mod_perl2".*,apt-get install libapache2-mod-perl2,g' \
-e 's,/usr/bin/perl .*install "MIME::Parser".*,apt-get install libmime-tools-perl,g' \
-e 's,/usr/bin/perl .*install "CGI".*,apt-get install libcgi-pm-perl,g' \
-e 's,/usr/bin/perl .*install "SOAP::Lite".*,apt-get install libsoap-lite-perl,g' \
-e 's,/usr/bin/perl .*install "Chart::Base".*,apt-get install libchart-perl,g' \
-e 's,/usr/bin/perl .*install "GD".*,apt-get install libgd-gd2-perl,g' \
-e 's,/usr/bin/perl .*install "GD::Text".*,apt-get install libgd-text-perl,g' \
-e 's,/usr/bin/perl .*install "GD::Graph".*,apt-get install libgd-graph-perl,g' \
-e 's,/usr/bin/perl .*install "XML::Twig".*,apt-get install libxml-twig-perl,g' \
-e 's,/usr/bin/perl .*install "LWP::UserAgent".*,apt-get install libwww-perl,g' \
-e 's,/usr/bin/perl .*install "Image::Magic".*,apt-get install perlmagic,g' \
-e 's,/usr/bin/perl .*install "Net::LDAP".*,apt-get install libnet-ldap-perl,g' \
-e 's,/usr/bin/perl .*install "HTML::Parser".*,apt-get install libhtml-parser-perl,g'
Was mache ich falsch?
Vielen Dank im voraus,
Gruss,
Tom