|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2012-06-09 12:40 UTC] ralfbecker at outdoor-training dot de
Description: ------------ You package.xml contains the md5sum from itself, which obviously cant work as it changes once to add it ;-) [root@master ~]# pecl install mysqlnd_ms downloading mysqlnd_ms-1.3.2.tgz ... Starting to download mysqlnd_ms-1.3.2.tgz (342,511 bytes) .....................................................................done: 342,511 bytes ERROR: bad md5sum for file /var/tmp/mysqlnd_ms/package.xml Downloading, untaring, removing md5sum from package.xml, taring it again and it installs without problem. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 05:00:01 2025 UTC |
Hi Jonhannes, thanks for the quick fix :-) I run into an other problem, when trying to use mysqlnd_ms plugin compliled with pecl install <modified tgz> Strace shows PHP can not load it because of a missing symbol: open("/usr/lib64/php/modules/mysqlnd_ms.so", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260K\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0644, st_size=816003, ...}) = 0 mmap(NULL, 2301320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8322338000 mprotect(0x7f8322369000, 2093056, PROT_NONE) = 0 mmap(0x7f8322568000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x30000) = 0x7f8322568000 close(3) = 0 munmap(0x7f8322338000, 2301320) = 0 write(2, "PHP Warning: PHP Startup: Unabl"..., 192PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mysqlnd_ms.so' - /usr/lib64/php/modules/mysqlnd_ms.so: undefined symbol: mysqlnd_globals in Unknown on line 0 Any ideas? Ralf