--- In blosxom
yahoogroups.com, "christina_norwood"
<christina_norwood
...> wrote:
>
> I have a couple of apache/perl installations on my computer (WinXP). I
> recently installed xampp on my d: drive, put blosxom.cgi in the
> d:\xampp\cgi-bin directory, set the shebang line to point to the xampp
> perl installation. Blosxom gives me a 'premature end of script
> headers' error (in the browser - runs fine from the command line).
> However if I point the shebang line to another perl installation
> (k:\perl\bin\perl - another drive) it works fine. There are a couple
> of other perl scripts in that cgi-bin directory, with the shebang set
> to #!"d:\xampp\perl\bin\perl.exe" and they run fine! I copied and
> pasted that onto blosxom and it didn't run. So, why can't blosxom use
> the xampp perl when other cgis can? The xampp version of perl is 5.8.7
> and the one on K: is 5.6.1
>
I think I've solved the problem - modules not installed in the xampp
perl installation that were installed in the other. The scripts that
worked didn't use any modules (eg cgi) Sorry to bother people.
.