Nick *** wrote:

No Stas, this is a bug in MP2. Please, just run:

perl Makefile.pl MP_STATIC_EXTS=1 MP_COMPAT_1X=0 MP_USE_STATIC=1 
MP_AP_CONFIGURE="--with-mpm=prefork" MP_AP_PREFIX=/usr/src/httpd

and you will see what happens. On RedHat I get the same error (but on cygwin 
the process continues without exiting):

a - modperl_exports.o
ar: Apache_URI_URI.o: No such file or directory
make[1]: *** [mod_perl.a] Error 1
make[1]: Leaving directory `/house/doink123/mp2/src/modules/perl'
make: *** [modperl_lib] Error 2

Yup, I can confirm that it's not working. I get a different error though:

/home/stas/apache.org/mp2-svn/src/modules/perl/mod_perl.a(modperl_xsinit.o)(.text+0x11): In function `xs_init':
/home/stas/apache.org/mp2-svn/src/modules/perl/modperl_xsinit.c:57: undefined reference to `boot_Apache__URI'


I had no idea we had this MP_STATIC_EXTS=1 option. I don't think it was tested since it was added some 3-4 years ago by Doug.

Philippe, do you know what does it do and why is it broken? (Philippe is the keeper of the static gate keys, amongs his other numerous occupations)

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to