Probs mit Perl / Make / Apache beim vorkonfigurieren für Bugzilla

K

kiki

Hallo

Ich komme einfach nicht weiter...

Ich möchte Bugzilla auf SUSE10 installieren
Dabei treten hier zwei Probs auf
1) Das cgi script wird nur als plain text dargestellt
myhosts.conf:
Code:
Alias /bugzilla "/srv/www/srv-suse10/cgi-bin/bugzilla"
<Directory "/srv/www/srv-suse10/cgi-bin/bugzilla">
	AllowOverride None
	Options All
	DirectoryIndex index.cgi
	AddHandler cgi-script .cgi
	Order allow,deny
	Allow from all 
</Directory>
und für Bugzilla muss man perl dinger installieren
Code:
/usr/bin/perl -MCPAN -e 'install "Bundle::Bugzilla"'
aber ich erhalte immer den fehler
Code:
Checking if your kit is complete...
Looks good
Writing Makefile for MIME::Base64
make: *** No rule to make target `n'.  Stop.
  /usr/bin/make n -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible
Bundle summary: The following items in bundle Bundle::Bugzilla had
installation problems:
  AppConfig CGI DBI Bundle::DBD::mysql File::Spec Template Text::Wrap
  Mail::Mailer Storable MIME::Parser MIME::Base64
Running install for module AppConfig
Running make for A/AB/ABW/AppConfig-1.56.tar.gz
  Is already unwrapped into directory /root/.cpan/build/AppConfig-1.56
  Has already been processed within this session
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible
Running make for A/AB/ABW/Template-Toolkit-2.14.tar.gz
  Is already unwrapped into directory /root/.cpan/build/Template-Toolkit-2.14

  CPAN.pm: Going to build A/AB/ABW/Template-Toolkit-2.14.tar.gz

make: *** No rule to make target `n'.  Stop.
  /usr/bin/make n -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible
Mir geht es um das make: *** No rule to make target `n'. Stop. das verstehe ich nicht

Danke

=============================================================================

Tach ich nochmal

Also habe die Probs soweit sogut gelöst
Das "make" hat von dem Perl Paket immer ein "n" mitbekommen
Falls es jemanden interessiert... Bin dann in das Verz. ~/.cpan/build/ und da in jedem Unterordner gewechselt und "make && make test && make install" eingegeben. Bei den meinsten hat es funktionier aber nicht bei allen

Gruß Martin
 
Zuletzt bearbeitet von einem Moderator:

Ähnliche Themen

perl modul installation Debian

dovecot und postfix Konfiguration Problem

NagiosGrapher 1.7.1 funktioniert nicht

HP PSC 2175 - CUPS druckt nicht

DBI Installation schlug fehl

Zurück
Oben