On Tue, 23 Jan 2001, Mark A. Downing wrote:

> I'm having great difficulty getting 1.24_01 to compile...
> 
> Make test reports:
> ...make[1]: Leaving directory `/fs1/src/apache_1.3.14/src'
> kill `cat t/logs/httpd.pid`
> cat: t/logs/httpd.pid: No such file or directory
> rm -f t/logs/httpd.pid
> rm -f t/logs/error_log
> ../apache_1.3.14/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t &
> httpd listening on port 8529
> will write error_log to: t/logs/error_log
> letting apache warm up...\c
> [Tue Jan 23 13:17:17 2001] [error] Can't locate loadable object for module 
>Apache::Constants in @INC (@INC contains: /fs1/src/mod_perl-1.24_01/blib/lib 
>/fs1/src/mod_perl-1.24_01/blib/arch /fs1/src/mod_perl-1.24_01/t/docs 
>/fs1/src/mod_perl-1.24_01/blib/lib /fs1/src/mod_perl-1.24_01/blib/arch blib/arch 
>blib/lib /usr/local/lib/perl5/5.00503/i686-linux /usr/local/lib/perl5/5.00503 
>/usr/local/lib/perl5/site_perl/5.005/i686-linux /usr/local/lib/perl5/site_perl/5.005 
>/fs1/src/mod_perl-1.24_01/t/ /fs1/src/mod_perl-1.24_01/t/lib/perl) at 
>/fs1/src/mod_perl-1.24_01/blib/lib/mod_perl.pm line 16

hmm, seems to be a couple of these.
there is no 'loadable object file' for Apache::Constants, its linked
static by default (changed only if you pass DYNAMIC=1 to
Makefile.PL).  what does src/modules/perl/perlxsi.c look like in your
apache-x.xx tree?  your Makefile.PL options and perl -V would be useful
too.

Reply via email to