Re: FreeBSD 10, Apache2.2, mod_perl, perl
"Bernard T. Higonnet" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
server-info: Server Version: Apache/2.2.29 (Unix) PHP/5.6.0 mod_perl/2.0.8 Perl/v5.20.1 Many thanks! Bernard Higonnet On 09/19/14 16:42, John D Groenveld wrote: > 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] >