|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-11-21 14:33 UTC] karavan01 at yandex dot ru
[2010-11-24 20:47 UTC] karavan01 at yandex dot ru
[2010-11-24 20:48 UTC] karavan01 at yandex dot ru
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 05:00:01 2025 UTC |
Description: ------------ I can't install pecl-memcached properly - after installation "php -v" outputs: # php -v PHP 5.3.3 with Suhosin-Patch (cli) (built: Nov 9 2010 10:39:37) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator Ошибка сегментации "Ошибка сегментации" = Segmentation fault in russian. All versions are up to date... php5_5.3.3_2, libmemcached-0.44, pecl-memcached-1.0.2 I've rebuilded php twice with "portupgrade -rf php5_5.3.3_2" twice pecl-memcached and memcached database... also, reinstalled it with "make clean... deinstall... install" nothing helps. If I write "extension=memcached.so" before "extension=session.so" in extensions.ini, than I get: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20090626/memcached.so' - /usr/local/lib/php/20090626/memcached.so: Undefined symbol "php_session_create_id" in Unknown on line 0 and if after it... segmentation fault without core dump. I can't find any hints to fix the problem....