You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "Erik B. Flitman" <er...@syncc.com> on 2000/06/21 21:43:34 UTC

Problem

When running "make" for mod_perl, I'm getting the following error:

mod_perl.c:  In function `perl_startup`:
mod_perl.c:738: 'ap_configtestonly' undeclared (first use in this function)
mod_perl.c:738: (Each undeclared identifier is reported only once
mod_perl.c:738: for each function it appears in.)
make[3]: *** [mod_perl.o] Error 1
make[2]: *** [all] Error 1
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory '/usr/src/apache_1.3.6/src'
make: *** [apache_httpd] Error 2

If you have any idea why this is happening, I'd appreciate the assistance.

Thanks,

Sync Consulting, LLC
Erik B. Flitman
Vice President



Re: Problem

Posted by Eric Cholet <ch...@logilune.com>.
> When running "make" for mod_perl, I'm getting the following error:
> 
> mod_perl.c:  In function `perl_startup`:
> mod_perl.c:738: 'ap_configtestonly' undeclared (first use in this function)
> mod_perl.c:738: (Each undeclared identifier is reported only once
> mod_perl.c:738: for each function it appears in.)
> make[3]: *** [mod_perl.o] Error 1
> make[2]: *** [all] Error 1
> make[1]: *** [subdirs] Error 1
> make[1]: Leaving directory '/usr/src/apache_1.3.6/src'
> make: *** [apache_httpd] Error 2
> 
> If you have any idea why this is happening, I'd appreciate the assistance.


Hi,

This is fixed in the CVS version of mod_perl, or you can apply this patch
(url might be wrapped):

http://www.apache.org/websrc/viewcvs.cgi/modperl/src/modules/perl/mod_perl.c.diff?r1=1.122&r2=1.123

--
Eric





Re: Problem

Posted by Blue <bl...@calico.gator.net>.
On Wed, 21 Jun 2000, Erik B. Flitman wrote:

> When running "make" for mod_perl, I'm getting the following error:

> mod_perl.c:738: 'ap_configtestonly' undeclared (first use in this function)
> make[1]: Leaving directory '/usr/src/apache_1.3.6/src'

i'll make a wild guess that your ancient :) version of apache does not
define that particular function. try upgrading apache, i know that that
function is in 1.3.12.

good luck,

-- 
        Blue Lang                              Unix Systems Admin
        QSP, Inc., 3200 Atlantic Ave, Ste 100, Raleigh, NC, 27604
        Home: 919 835 1540  Work: 919 875 6994  Fax: 919 872 4015