[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: My Perl isn't working ...
And as any good perlista will tell you, the canonical place to get
perl modules is at the Comprehensive Perl Archive Network (CPAN)
http://www.cpan.org. Sure, if there is something in the ports tree
already use that - otherwise checkout CPAN.
Joshua Jore
Minneapolis Ward 3, precinct 10
"The irony of this man being imprisoned in the United States and longing
to return to once-Communist Russia so he can regain his right to free
speech is simply staggering." - someone else
On Sun, 2 Sep 2001, Marc Espie wrote:
> On Sun, Sep 02, 2001 at 03:42:33PM +0200, Carsten Menke wrote:
> > -------- 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.
>
> No, there are no modules missing.
>
> > 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
>
> libwww is not a standard perl module.
>
> OpenBSD mostly comes with a standard perl install.
> Modules that don't come with perl 5.6001 are not installed.
>
> Most useful extra modules can be found in the ports tree.