Hey people,
Someone got stuck compiling the ports www/mod_php70?
I have threaded apache 2.4 installed inside of an jail system, already got www/php70 and lang/php70-extensions compiled successful.
Have added on /usr/local/etc/apache24/httpd.conf:
But, when I try load php 7 using:
Apache does not start...
Looking on /usr/local/libexec/apache24 there is no libphp7.so.
After read some forums seems the www/mod_php70 need be installed.
Now I am stuck trying compiling it from ports, error says:
Is there an command to check if Pthreads are working inside of jail?
Commenting the:
Apache start, but, does not load .php files, just ask for download the .php file.
Thanks in advice!
Someone got stuck compiling the ports www/mod_php70?
I have threaded apache 2.4 installed inside of an jail system, already got www/php70 and lang/php70-extensions compiled successful.
Have added on /usr/local/etc/apache24/httpd.conf:
Code:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
But, when I try load php 7 using:
Code:
LoadModule php7_module libexec/apache2/libphp7.so
Apache does not start...
Looking on /usr/local/libexec/apache24 there is no libphp7.so.
After read some forums seems the www/mod_php70 need be installed.
Now I am stuck trying compiling it from ports, error says:
Code:
Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... configure: error: ZTS currently requires working POSIX threads. We were unable to verify that your system supports Pthreads
Is there an command to check if Pthreads are working inside of jail?
Commenting the:
Code:
LoadModule php7_module libexec/apache2/libphp7.so
Apache start, but, does not load .php files, just ask for download the .php file.
Thanks in advice!