|
From: Jason B. N. <ai...@tr...> - 2003-09-10 15:17:29
|
I'm going through the installation again to make sure I didn't mess
something up along the way.
One thing that I noticed is that when I run 'perl Makefile.PL' in the
root level of the install dir, I get a warning:
WARNING: Setting VERSION via file 'Everything.pm' failed
at /usr/local/lib/perl5/5.6.1/ExtUtils/MakeMaker.pm line 484
Is there an easy way to downgrade to the CGI.pm that you guys are using?
Thanks for the help so far.
j
On Tue, 2003-09-09 at 19:02, Nathan Oostendorp wrote:
> Hey Jason,
>
> I can't peg what would be going wrong causing unwarranted escaping. My
> only thought is that behavior might be different in CGI.pm 2.99
>
> You /can/ login via url by doing:
> index.pl?op=login&user=USERNAME&passwd=PASSWORD
>
> take a look at [openform] -- that's what creates the form post which
> seems to be messing you up. You might also want to see what
> $ENV{script_name} returns.
>
> good luck, sorry I can't be more precise,
>
> --n
>
>
>
> On Tuesday, September 9, 2003, at 02:38 PM, Jason Bradley Nance wrote:
>
> > Any idea what I should be doing to try and debug this? This issue is a
> > show-stopper for me since I can't login... =) I'd love to be able to
> > use the Everything Engine for my site.
> >
> > j
> >
> >
> > On Fri, 2003-09-05 at 23:23, Jason Bradley Nance wrote:
> >> Hey Nate,
> >>
> >>> what is the distro you are running on?
> >>
> >> RedHat 7.2 with (CPAN) updated Perl modules.
> >>
> >>> what version of CGI.pm do you have?
> >>
> >> 2.99 I believe.
> >>
> >>> what version of apache/mod_perl?
> >>
> >> Apache 1.3.26 and mod_perl 1.27
> >>
> >> Thanks a bunch.
> >>
> >> j
> >>
> >>
> >>>
> >>> Everything was written against some older versions of the above
> >>> components so newer versions might not be as compatable.
> >>>
> >>> let me know,
> >>>
> >>> --nate
> >>>
> >>>
> >>> On Friday, September 5, 2003, at 04:14 PM, Jason Bradley Nance wrote:
> >>>
> >>>> After a fresh install of Pre-1.0 I attempt to login as
> >>>> root, but I get a 404 and the URI is all messed up.
> >>>> The submit URI appears like this:
> >>>>
> >>>> http://host.dom/everything/%2Feverything%2Findex.pl
> >>>>
> >>>> Instead of this:
> >>>>
> >>>> http://host.dom/everything/index.pl
> >>>>
> >>>> My esite install command line looked like this:
> >>>>
> >>>> sudo bin/install_esite --noapacheconf
> >>>> --edir=/usr/local/everything
> >>>> --web=/usr/local/apache/htdocs/html-www/everything
> >>>> everything
> >>>>
> >>>> I also tried installing to the root of the virtual host instead of
> >>>> to a
> >>>> subdir, but I still get a 404 when i submit (to login) and the URL
> >>>> looks
> >>>> like this:
> >>>>
> >>>> http://host.dom/%2Findex.pl
> >>>>
> >>>> Any input would be greatly appreciated.
> >>>>
> >>>> j
> >>>>
> >>>>
> >>>> --
> >>>> Jason Bradley Nance
> >>>> ai...@tr...
> >>>> Tres Geek
> >>>> http://tresgeek.net/
> >>>>
> >>>> -
> >>>> What would you cry for?
> >>>> Swallow your pride for?
> >>>> What would you go wild for?
> >>>>
> >>>> -Poe, "Wild"
> >>>> --
> >>>>
> >>>>
> >>>>
> >>>> -------------------------------------------------------
> >>>> This sf.net email is sponsored by:ThinkGeek
> >>>> Welcome to geek heaven.
> >>>> http://thinkgeek.com/sf
> >>>> _______________________________________________
> >>>> Everydevel-bugs mailing list
> >>>> Eve...@li...
> >>>> https://lists.sourceforge.net/lists/listinfo/everydevel-bugs
> >>
> >>
> >>
> >> -------------------------------------------------------
> >> This sf.net email is sponsored by:ThinkGeek
> >> Welcome to geek heaven.
> >> http://thinkgeek.com/sf
> >> _______________________________________________
> >> Everydevel-bugs mailing list
> >> Eve...@li...
> >> https://lists.sourceforge.net/lists/listinfo/everydevel-bugs
> > --
> > Jason Bradley Nance
> > ai...@tr...
> > Tres Geek
> > http://tresgeek.net/
> >
> > -
> > What would you cry for?
> > Swallow your pride for?
> > What would you go wild for?
> >
> > -Poe, "Wild"
> > --
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Everydevel-bugs mailing list
> > Eve...@li...
> > https://lists.sourceforge.net/lists/listinfo/everydevel-bugs
|