Stas Bekman wrote:
Juan Julian Merelo Guervos wrote:
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.
Juan, where did you read that you need to use MP_APR_CONFIG? What you need is MP_AP_PREFIX for static
http://perl.apache.org/docs/2.0/user/install/install.html#Static_mod_perl
Right there, in the error message. Not in the ones I have included, in another one that mentioned it couldn't find '/include'
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