You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Stas Bekman <st...@stason.org> on 2001/05/11 07:36:27 UTC

2.0 build problems

Ok, so I've the latest httpd built and I've the latest mod_perl 2.0:

cc -I/home/stas/apache.org/modperl-2.0/src/modules/perl
-I/home/stas/apache.org/modperl-2.0/xs -I/home/stas/httpd-2.0/include
-D_REENTRANT -DDEBUGGING -fno-strict-aliasing -I/usr/local/include
-I/home/stas/perl-5.6.1/lib/5.6.1/i686-linux-thread-multi/CORE -DMOD_PERL
-g -DMP_DEBUG -DMP_TRACE  -fpic \
-c modperl_util.c && mv modperl_util.o modperl_util.lo
modperl_util.c: In function `modperl_xs_dl_handles_close':
modperl_util.c:306: `apr_os_dso_handle_t' undeclared (first use in this
function)
modperl_util.c:306: (Each undeclared identifier is reported only once
modperl_util.c:306: for each function it appears in.)
modperl_util.c:306: parse error before `handle'
make[1]: *** [modperl_util.lo] Error 1
make[1]: Leaving directory
`/home/stas/apache.org/modperl-2.0/src/modules/perl'
make: *** [modperl_lib] Error 2

when doing:

make distclean
/home/stas/perl-5.6.1/bin/perl Makefile.PL MP_GENERATE_XS=1 MP_USE_DSO=1 \
    MP_APXS=/home/stas/httpd-2.0/bin/apxs MP_DEBUG=1 && make && make test

looks like some a sync with httpd-2.0 is missing... Thanks!

I hope I didn't mess up something again... just running the routine
build test :)

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:stas@stason.org   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: 2.0 build problems

Posted by Stas Bekman <st...@stason.org>.
On Thu, 10 May 2001, Doug MacEachern wrote:

> > modperl_util.c:306: `apr_os_dso_handle_t' undeclared (first use in this
> ...
> > looks like some a sync with httpd-2.0 is missing... Thanks!
>
> like maybe you forgot to 'make install' ?

Hmm, I thought that I'm completely off hook, so I've rerun 'make install'
in httpd tree, the same behavior :(


/home/stas/apache.org/httpd-2.0:

make distclean
./buildconf
./configure --prefix=$HOME/httpd-2.0 \
   --with-mpm=threaded --enable-so
make && make install


/home/stas/apache.org/modperl-2.0:

make distclean
/home/stas/perl-5.6.1/bin/perl Makefile.PL MP_GENERATE_XS=1 MP_USE_DSO=1 \
    MP_APXS=/home/stas/httpd-2.0/bin/apxs MP_DEBUG=1 && make && make test


_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:stas@stason.org   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: 2.0 build problems

Posted by Doug MacEachern <do...@covalent.net>.
> modperl_util.c:306: `apr_os_dso_handle_t' undeclared (first use in this
... 
> looks like some a sync with httpd-2.0 is missing... Thanks!

like maybe you forgot to 'make install' ?



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org