[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: My Perl isn't working ...
- Subject: Re: My Perl isn't working ...
- From: Carsten Menke <bootsy52@gmx.net>
- Date: Sun, 02 Sep 2001 15:42:33 +0200
- Cc: misc@openbsd.org
- References: <200108280118.f7S1IVS18542@cvs.openbsd.org> <3B8D4E38.32018.8E4AF6@localhost>
-------- 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