php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75180 Can't dlopen() a library containing Thread Local Storage:
Submitted: 2017-09-10 14:30 UTC Modified: 2021-08-08 04:22 UTC
Votes:3
Avg. Score:4.3 ± 0.9
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:1 (50.0%)
From: ashu dot cs178 at gmail dot com Assigned: cmb (profile)
Status: No Feedback Package: Apache2 related
PHP Version: 7.1.9 OS: HPUX
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ashu dot cs178 at gmail dot com
New email:
PHP Version: OS:

 

 [2017-09-10 14:30 UTC] ashu dot cs178 at gmail dot com
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





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [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
Is this still an issue for you with any of the actively supported
PHP versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2021-08-08 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 22:01:30 2024 UTC