>> Under Solaris 2.8/Sparc/Sparc64 php coredumps installing/generating
>> phar.phar and if it is disabled coredumps installing PEAR
>
> Works for me, make test doesn't show anything there either.
>
> $ uname -a
> SunOS t2000-010131 5.11 snv_101 sun4v sparc SUNW,Sun-Fire-T200 Solaris
>
> Can you give more details on your configuration? (compiler, configure
> flags, ....)
>
> johannes
>

solaris2.8/sparc 32bit (it's 32bit, not 64bit as I mentioned before):

$ make install
Installing PHP SAPI module:       cgi
Installing PHP CGI binary: /export/home/jvlad/php/install/bin/
Installing PHP CLI binary:        /export/home/jvlad/php/install/bin/
Installing PHP CLI man page:      /export/home/jvlad/php/install/man/man1/
Installing build environment: 
/export/home/jvlad/php/install/lib/php/build/
Installing header files: 
/export/home/jvlad/php/install/include/php/
Installing helper programs:       /export/home/jvlad/php/install/bin/
  program: phpize
  program: php-config
Installing man pages:             /export/home/jvlad/php/install/man/man1/
  page: phpize.1
  page: php-config.1
Installing PEAR environment:      /export/home/jvlad/php/install/lib/php/
make[1]: *** [install-pear-installer] Bus Error (core dumped)
make: *** [install-pear] Error 2

$ uname -a
SunOS qu1 5.8 Generic_108528-11 sun4u sparc SUNW,UltraSPARC-IIi-cEngine

configure:
./configure --prefix=/export/home/jvlad/php/install \
--disable-phar \
--without-mysql --enable-bcmath --enable-calendar --enable-wddx --with-zlib 
\
--without-iconv \
--with-libxml-dir=/export/home/jvlad/php/install


gcc version 3.4.2
$ pkginfo |grep gcc
application SMCgcc342      gcc



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to