[Typo3-german] awstats findet perl nicht
Joachim Streit
jstreit at ditnetwork.de
Tue Oct 4 21:33:13 CEST 2005
Am 04.10.2005, 22:55 Uhr, schrieb Ralf Gürzig""
<typo3-german at ml.worldnic.de>:
> hallo,
>
> habe die cc_awstats installiert. einrichtung funktionierte problemlos,
> leider findet das modul meine perl installation nicht.
>
> Perl was not found at '/usr/local/bin/perl'. The awstats.pl script can't
> be
> executed!
>
> ... ist die fehlermeldung. in diesem verzeichnis ist ein symlink auf
> /usr/bin/perl und dort residiert auch perl, hab's zur sicherheit mit
> "which
> perl" getestet.
>
> was mach ich bloß falsch??
>
> gruß der ralf
>
Hallo Ralf,
ich habe typo3 3.8 mit neuester cc_awstats unter linux laufen und dabei
folgendes im code der cc_awstats/mod1/index.php auskommentiert: Zeile 242
- 264:
#TODO use t3lib_exec
/* if ($os=='UNIX') {
if (is_executable ('/usr/bin/perl')) {
$perl = '/usr/bin/perl ';
} else {
if (is_executable ('/usr/local/bin/perl')) {
$perl = '/usr/local/bin/perl ';
} else {
die("Perl was not found at '/usr/local/bin/perl'. The awstats.pl
script can't be executed!");
}
die("Perl was not found at '/usr/bin/perl'. The awstats.pl script
can't be executed!");
}
} elseif ($checkWindows=false) {
if (is_file ('/usr/bin/perl')) {
$perl = '/usr/bin/perl ';
} else {
if (is_file ('/usr/local/bin/perl')) {
$perl = '/usr/local/bin/perl ';
} else {
die("Perl was not found at '/usr/local/bin/perl'. The awstats.pl
script can't be executed!");
}
die("Perl was not found at '/usr/bin/perl'. The awstats.pl script
can't be executed!");
}
}
*/
such bitte für die Begründung (ich hab das auch nur nachgenmacht) mal im
Forum.
Viel Erfolg
joachim
--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/
More information about the TYPO3-german
mailing list