Hi,
I seem to have a catch-22 problem when trying to build mod_perl (above version), static build.
If I write:


[EMAIL PROTECTED] mod_perl-1.99_17]# perl Makefile.PL MP_USE_STATIC=1 MP_AP_CONFIGURE="--with-mpm=prefork" MP_APR_CONFIG=/usr/local/new_apache/bin/apr-config
Reading Makefile.PL args from @ARGV
MP_USE_STATIC = 1
MP_AP_CONFIGURE = --with-mpm=prefork
MP_APR_CONFIG = /usr/local/new_apache/bin/apr-config
Configure mod_perl with /usr/local/apache2? [y]
[ error] You specified MP_USE_STATIC but did not speficy the location of httpd's source tree with MP_AP_PREFIX


But if I do so, it says:
[ error] You need to pass either MP_AP_PREFIX or MP_APR_CONFIG, but not both


Of course, if I use only MP_AP_PREFIX, it complains about not being able to find apr-config.

I am at a loss. I finally built the dynamic version; it's probably all the same, but I would like to know how to build the static version, anyways.

JJ

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to