|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-11-13 07:59 UTC] whpark70 at orgio dot net
Platform : OSF1 dbm1-cluster V5.1 1885 alpha compiler : gcc --> /usr/local/cygnus/tru64-010710/H-alphaev56-dec-osf5.1/bin/gcc Apache : 1.3.27 jdk : 1.4.0 $make install Installing PHP SAPI module Installing shared extensions: /usr/users/wiz/lib/php/extensions/no-debug-non-zts-20020429/ Installing PHP CLI binary: /usr/users/wiz/bin/ Installing PEAR environment: /usr/users/wiz/lib/php/ Unaligned access pid=729827 <php> va=0x140081c14 pc=0x120175d98 ra=0x1201752f0 inst=0xb4290000 Unaligned access pid=729827 <php> va=0x14008324c pc=0x120175d98 ra=0x1201752f0 inst=0xb4290000 make[1]: *** [install-pear-installer] Segmentation fault (core dumped) make: *** [install-pear] Error 2 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 21:00:01 2025 UTC |
Some people have got around this by not compiling pear. This isn't a solution, but apparently this was the only thing I could find on google searches. --without-pear when I do a gdb analysis of the core file as to when it dumped while trying to compile on my solaris 9 system, it seems to dump here: ..... Loaded symbols for /usr/lib/libmp.so.2 Reading symbols from /usr/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1...done. Loaded symbols for /usr/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1 Reading symbols from /usr/lib/libthread.so.1...done. Loaded symbols for /usr/lib/libthread.so.1 #0 _zval_ptr_dtor (zval_ptr=0xffbfe6b4) at /tmp/php-5.2.4/Zend/zend_execute_API.c:412 412 (*zval_ptr)->refcount--;