[Bug 417] installer.pl wants root
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=417 ------- Additional Comments From mjr@ttllp.co.uk 2003-05-15 03:14 ------- There is a bug in the patch. Lines 1126 on say: sub updateapacheconf { my $logfiledir=`grep ^ErrorLog "$realhttpdconf"`; chomp $logfiledir; my $httpdconf = $etcdir."/httpd.conf"; whereas they should say sub updateapacheconf { my $logfiledir=`grep ^ErrorLog "$realhttpdconf"`; chomp $logfiledir; my $httpdconf = $etcdir."/koha-httpd.conf"; to write out a new configuration file to be Included in your httpd.conf file. Please tweak $messages->{'StartUpdateApache'}->{en} to match. REPEAT: the installer does not write httpd.conf any more. See bug#261 for some reasons. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz