From:             vivek at csillamvilag dot com
Operating system: CentOS 6.4
PHP version:      5.5.4
Package:          mcrypt related
Bug Type:         Bug
Bug description:Unable to install mcrypt

Description:
------------
Installation of mcrypts crashes, ostensibly due to unavailability of glibc
2.14

CentOS ships with glibc 2.12 and PHP 5.3.3

Has mcrypt or libmcrypt changed so much since PHP 5.3.3 that there is a
dependency 
on glibc 2.14? If so, this dependency is not mentioned anywhere in
documentation.

mcrypt's only mentioned dependency is as below
http://www.php.net/manual/en/mcrypt.requirements.php
PHP mcrypt module requires libmcrypt 2.5.6 or later

Test script:
---------------
We have tried the following methods,

1. Re configured PHP using option --with-mcrypt
2. Make install from directory /usr/local/src/php-5.5.4/ext/mcrypt
3. yum install php-mcrypt
4. Manually installing the extension using
/usr/local/src/php-mcrypt-5.5.4-1-x86_64.pkg.tar.xz

Expected result:
----------------
The latest version of CentOS, i.e. 6.4 ships with glibc 2.12

I would expect to be able to install mcrypt with glibc 2.12

Actual result:
--------------
PHP Warning: PHP Startup: Unable to load dynamic library 
'/usr/lib/php/extensions/no-debug-non-zts-20121212/mcrypt.so' -
/lib64/libc.so.6: 
version `GLIBC_2.14' not found (required by
/usr/lib/php/extensions/no-debug-non-
zts-20121212/mcrypt.so)

-- 
Edit bug report at https://bugs.php.net/bug.php?id=65773&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=65773&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=65773&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=65773&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=65773&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=65773&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=65773&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=65773&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=65773&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=65773&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=65773&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=65773&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=65773&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=65773&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=65773&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=65773&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=65773&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=65773&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=65773&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=65773&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=65773&r=mysqlcfg

Reply via email to