|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2021-07-28 12:04 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2021-07-28 12:04 UTC] cmb@php.net
[2021-08-08 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 21:00:01 2025 UTC |
Description: ------------ Description: ------------ When attempting to launch Apache 2.4.xx with PHP 7.2 beta2 module in HPUX ,I receiving the below error message: httpd: Syntax error on line 203 of /apache/conf/httpd.conf: Cannot load /apache2/modules/libphp7.so into server: Can't dlopen() a library containing Thread Local Storage: /apache2/modules/libphp7.so where the module loads in /apache/conf/httpd.conf: LoadModule php7_module modules/libphp7.so PHP7 configure string: ./configure --prefix=$IPATH_MOD_PHP \ --enable-so \ --enable-ipv6 \ --with-apxs2=$IPATH_APACHE/bin/apxs \ --with-apache2=$IPATH_APACHE \ --disable-dom \ --disable-ctype \ --without-iconv \ --with-sqlite3 \ --with-openssl \ --with-openssl-dir=/usr/local/openssl \ --without-pdo-sqlite \ --with-libxml-dir=/usr/local/libxml2 \ --with-config-file-path=$IPATH_MOD_PHP/conf/php.ini