Re: [Straying from the Topic] Installing from scratch Apache + mod_perl + Apache::ASP (+maybe others) on unix

2002-02-06 Thread Will Waggoner

I agree that Apache Toolbox does a nice job for apache/mod_perl
installation -- even goes out and gets the source for you.  I would like to
mention that I got a great deal of benefit from the INSTALL document from
the mod_ssl distribution -- it contains many examples of configuring and
compiling common Apache configurations such as
Apache+SSL+mod_perl+PHP...etc...  It went a long way towards alleviating my
confusion when I first started working with Apache.

Will
- Original Message -
From: "Paul Lindner" <[EMAIL PROTECTED]>
To: "Ged Haywood" <[EMAIL PROTECTED]>
Cc: "Rod Butcher" <[EMAIL PROTECTED]>; "mod_perl Mailing List"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, February 06, 2002 4:09 PM
Subject: Re: [Straying from the Topic] Installing from scratch Apache +
mod_perl + Apache::ASP (+maybe others) on unix


> Two things,
>
> First check out http://www.apachetoolbox.com/ About as out-of-the-box
> as you can get.  Last time I tried it seemed to 'do the right thing'
> for me.
>
> For mod_perl specifics you might also check out chapter 1 of the
> "mod_perl Developer's Cookbook".  I think it's a pretty good stab at
> showing a novice how to compile and install apache+mod_perl (though
> not mod_ssl... alas) The complete chapter is online at
> http://www.modperlcookbook.org/
>
>
> Regards,
> Paul
>
>
> On Thu, Feb 07, 2002 at 12:04:19AM +, Ged Haywood wrote:
> > Hi there,
> >
> > On Thu, 7 Feb 2002, Rod Butcher wrote:
> >
> >
> > > professionals are being driven mad, despite reading the Guide (which
despite
> > > being complete is still mysterious, it comes across as having a
mission
> > > statement to contain everything rather than to be useful, sorry).
> >
> > Patches, chapters, help are always welcome I'm sure.
> >
> > > My .05 is that all development be stopped until the instal process
> > > is up to the same standard as M$. This is what made M$ rich, the
> > > sheer installability and usability. I was visiting somebody
> > > yesterday and he had Win2K installing while we talked for an hour.
> >
> > Yeah, I had a car like that once, but I got rid of it.
> >
> > When I installed the operating system on a Mac last year it took
> > about three minutes - including all the tools, browsers and wotnot
> > that you could wish for - with no intervention from me at all.
> > After the pain I've been through with some W1nd0ze installations
> > it was very refreshing.  So I guess what I'm saying is that there's
> > a lot more to it than that, or Apple would be ruling the world.
> >
> > 73,
> > Ged.
>
> --
> Paul Lindner[EMAIL PROTECTED]   | | | | |  |  |  |   |   |
>
> mod_perl Developer's Cookbook   http://www.modperlcookbook.org/
>  Human Rights Declaration   http://www.unhchr.ch/udhr/index.htm
>




Re: Apache::AuthCookie- help on "make test"

2001-05-18 Thread Will Waggoner

Hi Emma,

I've gotten this error every time I've run the test for this version of
AuthCookie -- but upon installation it works fine.

Will


- Original Message -
From: "Emma Wermström (EMW)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 18, 2001 2:48 AM
Subject: Apache::AuthCookie- help on "make test"


> hi all!
>
> My settings:
> RedHat Linux7.1
> Apache 1.3.19
> Perl5.005
> mod_perl1.24
> embperl
>
>
> When I do "make test" during Apache::AuthCookie installation phase I get
the following messages. I've included all input and output from the "perl
Makefile.PL" and "make" commands.
>
> [root@localhost Apache-AuthCookie-2.011]# perl Makefile.PL
>
> For testing purposes, please give the full path to an httpd
> with mod_perl and at least the following hooks enabled: PERL_AUTHEN,
> PERL_AUTHZ, PERL_STACKED_HANDLERS, PERL_METHOD_HANDLERS.
> The path defaults to $ENV{APACHE}, if present.
>
>  [/usr/lib/httpd/httpd]: /etc/rc.d/init.d/httpd
> User to run tests under [root]: apache
> Group to run tests under [apache]: apache
> Port to run tests under [8228]:
> Writing Makefile for Apache::AuthCookie
>
>
> [root@localhost Apache-AuthCookie-2.011]# make
>
> Manifying blib/man3/Apache::AuthCookie.3pm
>
> [root@localhost Apache-AuthCookie-2.011]# make test
>
> PERL_DL_NONLAZY=1
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.0/i386-linux -I/us
r/lib/perl5/5.6.0 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0;
runtests @ARGV;' t/*.t
> t/real..ok 1/12Can't start httpd: Illegal seek at real.t line
171,  line 4.
> t/real..dubious
> Test returned status 29 (wstat 7424, 0x1d00)
> DIED. FAILED tests 2-12
> Failed 11/12 tests, 8.33% okay
> Failed Test  Status Wstat Total Fail  Failed  List of failed
> --
-
> t/real.t 29  742412   11  91.67%  2-12
> Failed 1/1 test scripts, 0.00% okay. 11/12 subtests failed, 8.33% okay.
> make: *** [test_dynamic] Error 2
>
> What am I doing wrong? Please help!
>
> Emma