Domino CGI und Perl

Hallo,

ich habe auf einem Domino Server im Verzeichnis cgi-bin ein Perl-Skript abgelegt. NT-Rechte: Jeder Vollzugriff. Auf dem Server ist Active Perl installiert. Das Skript funktioniert auch, wenn es auf der Kommandozeile gestartet wird. Wird es jedoch vom Browser aus aufgerufen, erhalte ich folgende Fehlermeldung:

Error 500
Execution of Perl script e:\notes461\data\domino\cgi-bin\stat2htm.pl failed. Error = 2

---------------------------------------------------------------------------------------
Lotus-Domino/Release 
Content-type: text/html 
Error 500
Unable to run CGI program e:\notes461\data\domino\cgi-bin\stat2htm.pl. No such file or directory

Kann mir jemand helfen? Ich bin nicht der Notes-Systemverwalter, kenne aber z. B. den Apachen unter Linux.

Winni

Solution:

The double Error 500 error displays if the Domino server cannot locate the Perl interpreter. The Perl interpreter needs to be specified in at least one of the following ways:

  1. In the server’s path at the operating system level. Make sure the path contains the directory where Perl.exe can be found. On Windows NT, this is set in the Control Panel, under System, on the Environment tab.

  2. In the server’s NOTES.INI file. Set the variable PERLBIN to show the absolute path to the Perl interpreter, for example:

PERLBIN=C:\Perl\bin\perl.exe

Note: The server may need to be rebooted for such changes to take effect.

Quelle: Lotus KnowledgeBase
gruss, flexion