FreeBSD 13.2 + PHP 8.x problem

Hello, I installed fresh Freebsd 13.2 32bit and have problem with any php (8, 8.1, 8.2, 8.3).
After installing apache24 + any version of php + mod_php apache not starting, no any error in /var/log/apache logs, only httpd.core in /usr/local around 6mb.

Something is wrong with file /usr/local/etc/apache24/httpd.conf with line:
LoadModule php_module libexec/apache24/libphp.so

because if I comment this line then apache starting (of course php not working then)

File libphp.so in /usr/local/libexec/apache24 exists.
 
try to build apache24 with gcc instead of clang and see if it works
or upgrade to 64 bit platform (if possible)
 
Back
Top