In message
, 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/
Thanks John, unfortunately same result.
Even though I really want the newest Perl, I tried with 5.24 and 5.22 , but
still I always got the same result on 5.22, 5.24 and 5.26
gmake[1]: Leaving directory
'/usr/local/src/mod_perl-2.0.10/ModPerl-Registry'
gmake[1]: Entering directory '/usr/local/src
In message
, 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 ha