In message <cahppzy7f8by3-srgdqiuzhakujphm9ottodqa5o8xszsa+u...@mail.gmail.com>
, jbiskofski writes:
>*Inspecting the FreeBSD port file I see that it needs gmake instead of
>make, so I tried this :*
>
>perl Makefile.PL MP_APXS=/usr/local/apache/bin/apxs MAKE=gmake
>MP_NO_THREADS=1
>gmake
>
>*That also did not work, but the error was different :*

The quick fugly hack:
$ mkdir /tmp/bin
$ ln -s /usr/local/bin/gmake /tmp/bin
$ env PATH=/tmp/bin:/usr/local/perl-5.26.0/bin:/usr/local/apache/bin:${PATH} \
make test

John
groenv...@acm.org

Reply via email to