Re: Trouble compiling modperl with FreeBSD11

2017-08-31 Thread John D Groenveld
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/

Re: Trouble compiling modperl with FreeBSD11

2017-08-31 Thread jbiskofski
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

Re: Trouble compiling modperl with FreeBSD11

2017-08-31 Thread John D Groenveld
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

Re: Trouble compiling modperl with FreeBSD11

2017-08-30 Thread jbiskofski
I tried recompiling perl without the -Duseperlio and got the same error. On Wed, Aug 30, 2017 at 6:34 PM, jbiskofski wrote: > John, thanks for your reply. the MP_NO_THREADS=1 made a difference, > although Im still not able to complete the Build, ./configure works fine, > when I run make I get fu

Re: Trouble compiling modperl with FreeBSD11

2017-08-30 Thread jbiskofski
John, thanks for your reply. the MP_NO_THREADS=1 made a difference, although Im still not able to complete the Build, ./configure works fine, when I run make I get further along, but eventually I get this error : 2 warnings generated. rm -f ../../../blib/arch/auto/APR/PerlIO/PerlIO.so cc -shared

Re: Trouble compiling modperl with FreeBSD11

2017-08-30 Thread John D Groenveld
In message , jbiskofski writes: >FreeBSD servers. Its been a few years since I've been able to compile >mod-perl in FreeBSD. Everytime I need a new webserver I need to install >FreeBSD9 and Perl 5.22. This has gradually been causing me more and more >problems with server maintenance. Im hoping som

Re: Trouble compiling modperl with FreeBSD11

2017-08-30 Thread Randolf Richardson
You should be able to use newer versions of Perl... On my production systems, I'm using mod_perl v2.0.10 with Perl v5.24 and libapreq v2.13 with Apache HTTPd v2.4. On my test systems, I'm using mod_perl v2.0.10 with Perl v5.26 and libapreq v2.13 with Apache HTTPd v2.4.

Trouble compiling modperl with FreeBSD11

2017-08-30 Thread jbiskofski
Hey everyone, I work at a company where we do all our development under ModPerl and FreeBSD servers. Its been a few years since I've been able to compile mod-perl in FreeBSD. Everytime I need a new webserver I need to install FreeBSD9 and Perl 5.22. This has gradually been causing me more and more