Re: Trouble compiling modperl with FreeBSD11

John D Groenveld <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
In message <CAHpPzY6VzLQcQLFLK68RdZHgtJE60aFyd=7CnNNdj0hn2Wh6aw@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
[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.