In message <CAHpPzY6VzLQcQLFLK68RdZHgtJE60aFyd=7cnnndj0hn2wh...@mail.gmail.com>
, jbiskofski writes:
>Thanks John, unfortunately same result.

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

But it looks like you can avoid that fugliness:
$ env PATH=/usr/local/perl-5.26.0/bin:/usr/local/apache/bin:${PATH} \
MAKE=gmake \
perl Makefile.PL MP_APXS=/usr/local/apache/bin/apxs MAKE=gmake MP_NO_THREADS=1

John
groenv...@acm.org

Reply via email to