Hi again Andrew,

On Wed, 10 Jan 2001, andrewl wrote:

> While I don't want to be a C programmer, apparently I am going to
> have to learn what "classes" and "methods" are in order to compile

Classes and methods apply to Perl as well (almost:) as to C.

> And I may even have to learn how to debug C code, to get rid of a
> nasty "error #29 in modules/src.t" when attempting to compile.

The nasty error is from the test scripts, not from the compilation of
Apache.  You've already compiled Apache at this stage.  'make test' is
an optional suite of tests.  src.t is written in Perl.  The suite of
tests *should* pass and I would recommend you find out why they don't
but you *could* just ignore the failed tests and see if your server
works by configuring it and asking it for a document...

> So, if someone could point me to the a URL that gives me the basics on
> understanding this required paradigm shift into "C",

I don't think you need to go there yet.  Lots of Apache users don't
program in C.  It's easier to understand what's going on while you're
building if you do, but most users don't build Apache very often.

73,
Ged.

Reply via email to