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-e
> I've always found I have to build apr, apr-util and apr-iconv separately
> first if I am building mod_perl from scratch. You might try that, then build
> Apache using --with-apr, --with-apr-util and --with-apr-iconv args, then
> build mod_perl using MP_APR_CONFIG and see if you get past that.
I've always found I have to build apr, apr-util and apr-iconv separately first
if I am building mod_perl from scratch. You might try that, then build Apache
using --with-apr, --with-apr-util and --with-apr-iconv args, then build
mod_perl using MP_APR_CONFIG and see if you get past that.
Mark
Dear mod_perl team,
I've recently tried to build mod_perl library on my Solaris 10 server and I've
got some test errors.
My initial configuration is the following:
- Solaris 10 (x86):
Oracle Solaris 10 1/13 s10x_u11wos_24a X86
Copyright (c) 1983, 2013, Oracle and