Joshua Hoblitt wrote:
> Hi Folks,
> 
> I just discovered that version of Apache::TestMB (no version string)
> from Apache-Test 1.29 is ignoring the -apxs= flags passed on the command
> line. E.g., `perl Build.PL -axps=/usr/sbin/apxs2`. 

I really don't know the M::B extension to A-T, but in Makefile-land
there is no equal sign.  that is, it's

  perl Makefile.PL -apxs /usr/sbin/apxs2

and not

  perl Makefile.PL -apxs=/usr/sbin/apxs2

so, try that.  yeah, I know, it's silly and inconsistent, but... :)

--Geoff

Reply via email to