[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: My Perl isn't working ...



-------- Included Stuff Ends ----------------
> 
> I wonder what I have configured wrong.  Anyone here have experience
> setting up and running Perl, and in configuring Apache to run perl
> scripts, on OpenBSD and can give me some clues as to where to start
> looking?
> 
> ADVthanksANCE ...
> 
> Angus S-F
> 
I found out that ther are a lot of Modules missing, in the standard
OpenBSD perl install. 
Look if the script uses any modules, and see if they are installed on
your OpenBSD box.

I can tell you that libwww for example is not installed by default. I
myself also do not like modules
but always if you search for a solution in Perl, Modules are
recommended.

Carsten