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

RE: [cobalt-users] Need Help with Security and Form Handler



It looks like near the top of the script it probably has a require
cgi-lib.pl. If you can get it from her server, you could probably install
it. I believe there's probably a module from CPAN for that also.

--
Dan Kriwitsky


> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Ben Hayes
> Sent: Wednesday, December 15, 1999 8:24 PM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: RE: [cobalt-users] Need Help with Security and Form Handler
>
>
> Dan,
>
> Thanks for the response.  I added the line you suggested, "use
> CGI::Carp...", and here is what it spits out.  As I said, I'm new to this
> and not sure what it means:
>
> Software error:
> Can't locate cgi-lib.pl in @INC (@INC contains: \perl5\lib
> /usr/lib/perl5/mips-linux/5.00404 /usr/lib/perl5
> /usr/lib/perl5/site_perl/mips-linux /usr/lib/perl5/site_perl .) at
> /home/sites/home/mag/cgi-bin/remail.pl line 27.
>
> I must add that I am attempting to transfer this particular site to my
> server for hosting purposes, but I have to get this script working for my
> end user.  She is the one that supplied me with remail.pl remail.exe,
> perhaps some other file is needed like cgi-lib.pl????
>
> -Ben
>
>
> -Ben
>
> >Too general. Could be a multitude of things. Wrong
> #!usr/bin/Perl line, an
> >uncommented " in the script, (should have a \ in front of the ").
> >Try putting:
> >use CGI::Carp qw(fatalsToBrowser);
> >as one of the first lines in the script and try it and see what it spits
> >out.
> >--
> >Dan Kriwitsky
> >
>
>
>
> > -----Original Message-----
> > From: cobalt-users-admin@xxxxxxxxxxxxxxx
> > [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Ben Hayes
> > Sent: Sunday, December 12, 1999 11:03 AM
> > To: cobalt-users@xxxxxxxxxxxxx
> > Subject: [cobalt-users] Need Help with Security and Form Handler
> >
> >
> > I'm new to this (Linux and Raq2) so any help would be appreciated.
> >
> > I have a Raq2 w/ SSL installed and I have one certificate for my
> > virtual sites
> > to use.  I recently added a script (bnbform) to handle a form
> > that emails the
> > contents of that form to a particular user.
> >
> > The problem I am having is after hitting the submit button on the
> > form, The
> > following error is returned in my browser window (both Netscape and IE):
> >
> > Internal Server Error
> > The server encountered an internal error or misconfiguration and
> > was unable to
> > complete your request.
> > Please contact the server administrator, root@localhost and
> > inform them of the
> > time the error occurred, and anything you might have done that
> > may have caused
> > the
> > error.
> > More information about this error may be available in the server
> > error log.
> >
> >
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>