Re: FreeBSD 10, Apache2.2, mod_perl, perl

John D Groenveld <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
In message <[email protected]>, "Bernard T. Higonnet" writes:
>Can someone indicate a version of the following that work
>
>Apache 2.2.x
>perl 5.x
>mod_perl 2.0.x
>
>all under FreeBSD 10.0-RELEASE #0

Install gcc47 and build them each from source.
$ cd http-2.2.29
$ env CC=gcc47 ./configure --enable-ssl --enable-proxy \
--enable-rewrite --enable-modules=all --enable-mods-shared=all \
--with-included-apr --prefix=/opt/apache2
$ cd perl-5.20.1
$ ./Configure -Dprefix=/opt/apache2/perl-5.20.1 -Dcc=gcc47 -Duseshrplib \
-Uusemymalc -Duselargefiles -Ubincompat5005 -Duse64bitall
$ cd mod_perl-2.0.8
$ env PATH=/opt/apache2/perl-5.20.1/bin:/opt/apache2/bin:${PATH} \
perl Makefile.PL MP_APXS=/opt/apache2/bin/apxs

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.