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:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to