- OmniOS Dependencies
# pkg install developer/gcc14 developer/pkg-config \
developer/parser/bison developer/build/gnu-make \
developer/object-file system/library/math system/header
- http://httpd.apache.org/
- http://apr.apache.org/
/tmp/httpd-2.4.63>env PATH=/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/gnu/bin:/usr/sfw/bin:/opt/gcc-10/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-mpm=prefork --with-included-apr --prefix=/opt/apache24
- http://www.cpan.org/
/tmp/perl-5.40.2>env PATH=/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/gnu/bin:/usr/sfw/bin:/opt/gcc-10/bin \
./Configure -Dprefix=/opt/apache24/perl-5.40.2 -Dcc=gcc -Duseshrplib \
-Uuseithreads -Uusethreads \
-Uusemymalc -Duselargefiles -Ubincompat5005 -Doptimize=-O3 -Duse64bitall
- http://perl.apache.org/
/tmp/mod_perl-2.0.13>env PATH=/opt/apache24/perl-5.40.2/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/gnu/bin:/usr/sfw/bin:/opt/gcc-10/bin \
MAKE=gmake \
perl Makefile.PL MP_APXS=/opt/apache24/bin/apxs MAKE=gmake MP_NO_THREADS=1
# tests require LWP::Simple