On Sun, 2003-03-16 at 20:09, Stas Bekman wrote:
David Morton wrote:
It passed all tests this time, though I was unable to ctually install
the cvs version I downloaded.
what was the problem? did you try with the very latest cvs?
It was the latest when I downloaded it... :P a day or two ago.
Here's what I got: cp xs/modperl_xs_sv_convert.h xs/modperl_xs_typedefs.h xs/modperl_xs_util.h cp: copying multiple files, but last argument `xs/modperl_xs_util.h' is not a directory Try `cp --help' for more information. make: *** [modperl_xs_h_install] Error 1
I'm not too worried about it; it sounds like a temporary cvs glitch. Thanks for your help - this was a show stopper for me. :)
Do you see the target:
modperl_xs_h_install:
@$(MKPATH) $(MODPERL_AP_INCLUDEDIR)
$(CP) $(MODPERL_XS_H_FILES) $(APACHE_INCLUDEDIR)in modperl-2.0/Makefile? If so how APACHE_INCLUDEDIR is defined earlier?
it looks like it's undefined in your case. What do you get when running:
/path/to/apxs -q includedir
there an "unrelated" bug for MKPATH in that target. the fix s/MODPERL_AP_INCLUDEDIR/APACHE_INCLUDEDIR/, will commit shortly.
__________________________________________________________________ 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
