Re: mod_perl2 on Solaris 10 (01/2013, x86) with Apache 2.4.9 and Perl 5.20.0
John D Groenveld <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
I just tried httpd-2.4.10 under the Illumos distro, OmniOS, builds fine. $ bzip -dc httpd-2.4.10-deps.tar.bz2|tar xf - $ bzip -dc httpd-2.4.10.tar.bz2|tar xf - $ env PATH=/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/gcc-4.8.1/bin:/usr/sfw/bin \ CC=gcc CFLAGS="-m64 -O3" LDFLAGS="-m64" \ ./configure --with-expat=/usr --with-ssl=/usr --enable-ssl \ --enable-proxy --enable-rewrite --enable-modules=all --enable-mods-shared=all \ --with-included-apr --prefix=/opt/apache24 perl-5.20.0 and modperl trunk from SVN also build once I enabled threads. I have yet to try forked MPM and non-threaded Perl. John [email protected]