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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Sun Jun 16 06:01:29 2024 UTC