From:             marek at lewczuk dot com
Operating system: windows/cygwin
PHP version:      5CVS-2004-10-20 (dev)
PHP Bug Type:     *Compile Issues
Bug description:  PEAR installation fails

Description:
------------
Latest 5-CVS version compiles fine on wingows/cygwin, but there is some
problem with pear installation - fails on make install.

$ php --version
PHP 5.0.3-dev (cli) (built: Oct 20 2004 10:05:55)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.3-dev, Copyright (c) 1998-2004 Zend Technologies

$ make install
Installing PHP SAPI module:       apache2handler
/usr/local/apache2/build/instdso.sh
SH_LIBTOOL='/usr/local/apache2/build/libtool
' libphp5.la /usr/local/apache2/modules
/usr/local/apache2/build/libtool --mode=install cp libphp5.la
/usr/local/apache2
/modules/
cp .libs/libphp5.lai /usr/local/apache2/modules/libphp5.la
cp .libs/libphp5.a /usr/local/apache2/modules/libphp5.a
ranlib /usr/local/apache2/modules/libphp5.a
chmod 644 /usr/local/apache2/modules/libphp5.a
libtool: install: warning: remember to run `libtool --finish
/usr/src/php5/libs'

Warning!  dlname not found in /usr/local/apache2/modules/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/local/apache2/modules/libphp5.so
[activating module `php5' in /usr/local/apache2/conf/httpd.conf]
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
Installing PEAR environment:      /usr/local/lib/php/
Signal 11
make[1]: *** [install-pear-installer] Error 139
make: *** [install-pear] Error 2


$ make install-pear
Installing PEAR environment:      /usr/local/lib/php/
Signal 11
make[1]: *** [install-pear-installer] Error 139
make: *** [install-pear] Error 2

Expected result:
----------------
install

Actual result:
--------------
fails

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

Reply via email to