On Tue, 28 Aug 2001, Gary Benson wrote: > > On Tue, 28 Aug 2001, Stas Bekman wrote: > > > On Tue, 28 Aug 2001, Gary Benson wrote: > > > > > > > > Hi, > > > > > > When I run the perl test script a number of tests are skipped. I think > > > this is something to do with the fact that the stuff in c-modules never > > > gets built -- my c-modules/Makefile looks like this: > > > > > > | MAKE = make > > > | clean: > > > | > > > | all: > > > | > > > > > > Should I be doing something special to make the c-modules get built? > > > The only notable error I ever see is that "apxs -q BINDIR" fails twice > > > whilst configuring the server. I don't know if this is an Apache 2.x thing > > > since I'm using 1.3.20, but if it is could someone please advise me as to > > > where it should point. > > > > Try the latest cvs, rbb has committed my patch a few hours ago. > > > > e.g. it works now: > > > > % /home/stas/httpd-2.0/bin/apxs -q BINDIR > > /home/stas/httpd-2.0/bin > > But this is for 2.0; what is the 1.3 equivalent of the BINDIR? SBINDIR?
Mine is built statically so I cannot test, but from looking at apxs in 1.3, yes, it's SBINDIR. _____________________________________________________________________ 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/
