Segmentation fault при установке pear
Добавлено: 2012-01-31 10:35:12
Здравствуйте.
Обновил php c 5.2 до 5.3 и теперь не могу установить pear
Гуглил, много у кого похожая проблема, но решения пока не нашел. Если кто в курсе что к чему подскажите
Обновил php c 5.2 до 5.3 и теперь не могу установить pear
Код: Выделить всё
cd /usr/ports/devel/pear
make install clean
Installing selected packages..................
PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/share/pear/PEAR/Command/Install.php on line 331
PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/share/pear/PEAR/Command/Install.php on line 343
PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/share/pear/PEAR/Command/Install.php on line 1139
Package: PEAR-stable.............................. already installed ... ok
Package: Structures_Graph-stable.................. already installed ... ok
Package: Archive_Tar-stable....................... already installed ... ok
Package: Console_Getopt-stable.................... already installed ... ok
Segmentation fault (core dumped)
*** Error code 139
Stop in /usr/ports/devel/pear.
server# pwd
/usr/ports/devel/pear
Код: Выделить всё
server# cd work/pear-1.9.4/
server# gdb /usr/local/bin/php php.core
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)...
Core was generated by `php'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libcrypt.so.4...(no debugging symbols found)...done.
Loaded symbols for /lib/libcrypt.so.4
Reading symbols from /usr/local/lib/libpcre.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/local/lib/libpcre.so.0
Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done.
Loaded symbols for /lib/libm.so.5
Reading symbols from /usr/local/lib/libxml2.so.5...(no debugging symbols found)...done.
Loaded symbols for /usr/local/lib/libxml2.so.5
Reading symbols from /lib/libz.so.4...(no debugging symbols found)...done.
Loaded symbols for /lib/libz.so.4
Reading symbols from /usr/local/lib/libiconv.so.3...(no debugging symbols found)...done.
Loaded symbols for /usr/local/lib/libiconv.so.3
Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done.
Loaded symbols for /libexec/ld-elf.so.1
#0 0x29009cd0 in ?? ()
(gdb) bt
#0 0x29009cd0 in ?? ()
#1 0x286843d4 in pthread_mutex_destroy () from /lib/libc.so.7
#2 0x284192f8 in xmlFreeRMutex () from /usr/local/lib/libxml2.so.5
#3 0x2846bd3a in xmlDictCleanup () from /usr/local/lib/libxml2.so.5
#4 0x283aabeb in xmlCleanupParser () from /usr/local/lib/libxml2.so.5
#5 0x08093fcb in php_libxml_shutdown ()
#6 0x08093ffb in zm_shutdown_libxml ()
#7 0x081a3d1e in module_destructor ()
#8 0x081aace4 in zend_hash_apply_deleter ()
#9 0x081aaf28 in zend_hash_graceful_reverse_destroy ()
#10 0x0819f15e in zend_shutdown ()
#11 0x0814b51a in php_module_shutdown ()
#12 0x08222482 in main ()
#13 0x28706080 in ?? ()
#14 0x00000007 in ?? ()
#15 0x082c1f80 in HARDCODED_INI ()
#16 0x082da480 in zend_user_opcode_handlers ()
#17 0x082c6ba0 in zend_user_opcodes ()
#18 0x00000000 in ?? ()
#19 0x00000002 in ?? ()
#20 0x282c9926 in dlopen () from /libexec/ld-elf.so.1
#21 0x0805af59 in _start ()
#22 0x00000003 in ?? ()
(gdb) q