well, this seemed to fix the problem:
--- Module.xs.old Sun Jun 6 14:31:03 1999
+++ Module.xs Fri Feb 23 13:45:36 2001
@@ -51,7 +51,8 @@
*/
/* $Id: Module.xs,v 1.2 1998/10/23 00:13:57 dougm Exp $ */
-#include "modules/perl/mod_perl.h"
+#include "apache_inc.h"
+#include "mod_perl.h"
typedef int (*handler_func) (request_rec *);
extern module *top_module;
I'm not a C guy, so I dunno if this is the best way to do it.
At any rate, the Apache::Module examples all work for me now
--Geoff
> -----Original Message-----
> From: Geoffrey Young [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 22, 2001 10:44 AM
> To: '[EMAIL PROTECTED]'
> Subject: Apache::Module
>
>
> hey all...
>
> has anyone gotten Apache::Module to compile using perl >= 5.6?
>
> I get _tons_ of parse errors, and I noticed that the package
> hasn't been
> updated since 1999...
>
> --Geoff
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]