From:             stakadush at yahoo dot com
Operating system: OS X 10.4.6
PHP version:      5.1.4
PHP Bug Type:     Compile Failure
Bug description:  [install-pear-installer] Illegal instruction

Description:
------------
./configure & make go fine, but when doing make install it 
fails with the following error:

Installing PEAR environment:      /usr/local/php/share/pear/
make[1]: *** [install-pear-installer] Illegal instruction
make: *** [install-pear] Error 2

I'm using the same configure options I used to compile v5.1.2, 
which worked fine.

Changing to --without-pear allows it compile but PHP won't run 
- again getting Illegal instruction message.

Reproduce code:
---------------
The configure I use:

'./configure' '--prefix=/usr/local/php' '--enable-force-cgi-redirect'
'--enable-debug' '--enable-pic' '--disable-rpath'
'--enable-inline-optimization' '--with-bz2' '--with-curl'
'--with-exec-dir=/usr/bin' '--with-freetype-dir=/opt/local'
'--with-png-dir=/opt/local' '--with-gd=/opt/local'
'--enable-gd-native-ttf' '--without-gdbm' '--with-gettext=/opt/local'
'--with-ncurses' '--with-gmp=/opt/local' '--with-iconv'
'--with-jpeg-dir=/opt/local' '--with-openssl' '--with-png' '--with-xml'
'--with-expat-dir=/opt/local' '--with-dom=/usr'
'--with-dom-xslt=/opt/local' '--with-dom-exslt' '--with-xmlrpc'
'--with-pcre-regex=/opt/local' '--with-zlib' '--with-layout=GNU'
'--enable-bcmath' '--enable-exif' '--enable-ftp' '--enable-magic-quotes'
'--enable-safe-mode' '--enable-sockets' '--enable-sysvsem'
'--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid'
'--enable-yp' '--enable-wddx' '--with-pear' '--with-kerberos'
'--with-ldap' '--with-mysql=/usr/local/mysql'
'--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-snmp'
'--enable-ucd-snmp-hack' '--enable-memory-limit' '--enable-shmop'
'--enable-calendar' '--enable-dbx' '--enable-dio'
'--enable-mbstr-enc-trans' '--enable-mbregex'
'--with-mime-magic=/usr/share/file/magic.mime' '--enable-mbstring=all'
'--with-mcrypt=/opt/local' '--with-mhash=/opt/local'
'--with-apxs=../apache_1.3.36'


-- 
Edit bug report at http://bugs.php.net/?id=37803&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=37803&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=37803&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=37803&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=37803&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=37803&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=37803&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=37803&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=37803&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=37803&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=37803&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=37803&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=37803&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=37803&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=37803&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=37803&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=37803&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=37803&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=37803&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=37803&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=37803&r=mysqlcfg

Reply via email to