Hi.
A long-long time ago I installed Apache with:
Now - I tried to add mod_perl, but got errors:
I'm not sure I really understand the problem...
Can somebody please give me few tips?
Thanks.
A long-long time ago I installed Apache with:
# httpd -V
Code:
Server version: Apache/2.2.25 (FreeBSD)
Server built: Jul 26 2013 09:41:33
Server's Module Magic Number: 20051115:33
Server loaded: APR 1.4.8, APR-Util 1.5.2
Compiled using: APR 1.4.8, APR-Util 1.5.2
Architecture: 64-bit
Server MPM: Worker
threaded: yes (fixed thread count)
forked: yes (variable process count)
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/worker"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses disabled)
-D APR_USE_FLOCK_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=128
-D HTTPD_ROOT="/usr/local"
-D SUEXEC_BIN="/usr/local/sbin/suexec"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="etc/apache22/mime.types"
-D SERVER_CONFIG_FILE="etc/apache22/httpd.conf"
# httpd -l
Code:
Compiled in modules:
core.c
worker.c
http_core.c
mod_so.c
Now - I tried to add mod_perl, but got errors:
# cd /usr/ports/www/mod_perl2/ && make install clean
Code:
...
Configuring Apache/2.2.25 mod_perl/2.0.8 Perl/v5.14.4
[ error] Using Perl 5.014004 w/o ithreads and 'worker' mpm httpd.
[ error] Failed requirements:
[ error] - Perl built with ithreads (build perl with -Duseithreads)
*** Error code 1
Stop in /usr/ports/www/mod_perl2.
I'm not sure I really understand the problem...
Can somebody please give me few tips?
