If I can offer my input. 1) remove the entry for Perl Executable = leave blank in the config.ini 2) make sure these are all blank ISAPI Extensions = CGI Extensions = WinCGI Extensions = 3) install Activestate perl to a new location maybe C:\perl or D:\perl do not install perl to a cgi-bin 4) use the correct hash line in your perl scripts. #!C:/perl/bin/perl.exe 5) if you want to use perlis.dll open the mapping.ini file and add this line. [isapi] *.pl = C:\perl\bin\perlis.dll
6) restart sambar 7) if you want to use the extention .cgi you will need to associate .cgi with perl which can be done with file types. The reason why those scripts work out of the box is sambar is configured when installed to run a very basic perl setup. Peter -----Original Message----- From: [EMAIL PROTECTED] (cherie) To: "sambar List Member" <[EMAIL PROTECTED]> Date: 17 Jun 2004 04:40:25 +0200 Subject: [sambar] Is Perl running or not? > Thanks for another suggestion, adam: > > Have a look in your config file for me please. It is located in > sambar\config\config.ini > > Once opened in notepad, find the line that reads: > Perl Executable = > > What does it say? Does it point to /perl/perl.exe? > ----------------------------------------------------------------------- > --------------- > > Yes, C:\temp\sambar60-1\config\config.ini has a line that says: > > Perl Executable = /perl/perl.exe > > This is really a mystery! :( > > Thanks for the suggestions. > cherie 8) > > ------------------------------------------------------- > To unsubscribe please go to http://www.sambar.ch/list/ > > ------------------------------------------------------- To unsubscribe please go to http://www.sambar.ch/list/
