php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56874 can't load module
Submitted: 2006-03-04 07:00 UTC Modified: 2017-04-01 20:46 UTC
From: bolk at hitv dot ru Assigned: iliaa (profile)
Status: Wont fix Package: lchash (PECL)
PHP Version: 5.1.1 OS: Linux Fedora Core 4
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2006-03-04 07:00 UTC] bolk at hitv dot ru
Description:
------------
PHP 5.1.2:

# phpize && ./configure && make && make install

# file /usr/local/lib/php/extensions/no-debug-non-zts-20050922/lchash.so
/usr/local/lib/php/extensions/no-debug-non-zts-20050922/lchash.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped

# grep hash /usr/local/lib/php.ini
extension="lchash.so"

# tail -4 /usr/local/apache/logs/error_log 
PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'lchash.so'  in Unknown on line 0
PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'lchash.so'  in Unknown on line 0
[Sat Mar  4 14:54:19 2006] [notice] Apache/1.3.34 (Unix) PHP/5.1.2 configured -- resuming normal operations
[Sat Mar  4 14:54:19 2006] [notice] Accept mutex: sysvsem (Default: sysvsem)


Reproduce code:
---------------
php -r 'echo (int) function_exists("lchash_create");'

Expected result:
----------------
1

Actual result:
--------------
0

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-28 10:24 UTC] bolk at lixil dot ru
Yes, this error still exists:

PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'lchash.so'  in Unknown on line 0

php -v
PHP 5.2.3-dev (cgi-fcgi) (built: May 17 2007 15:45:48)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
    with XCache v1.2.0, Copyright (c) 2005-2006, by mOo
 [2012-07-28 22:10 UTC] felipe@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: iliaa
 [2017-04-01 20:46 UTC] tpunt@php.net
-Status: Assigned +Status: Wont fix
 [2017-04-01 20:46 UTC] tpunt@php.net
Due to this extension not seeing any activity since 2005, this issue will not be fixed. We are therefore closing this now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 21:01:27 2024 UTC