From:             simone at ivg dot it
Operating system: Linux
PHP version:      4.3.8
PHP Bug Type:     *Compile Issues
Bug description:  make test - Error 139

Description:
------------
when I compile php-4.3.8 , nothing wrong.
But when I try to exec tests ( make test )
it returns :

make: [test] Error 139 (ignored)



My configure parameters are:

./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--enable-safe-mode \
--enable-magic-quotes \
--with-openssl=/usr/local/ssl \
--enable-bcmath \
--enable-calendar \
--with-curl=/usr/local/src/curl-7.10.5 \
--enable-ftp \
--with-gd=/usr/local/src/gd-2.0.21 \
--with-jpeg-dir=/usr/local/src/jpeg-6b \
--with-png-dir=/usr/local/src/libpng-1.2.5 \
--with-freetype-dir=/usr/local/src/freetype-2.1.5 \
--with-gettext=/usr/local/src/gettext-0.13 \
--with-imap=/usr/local/src/imap-2002e \
--with-imap-ssl=/usr/local/ssl \
--enable-mbstring \
--enable-mbregex \
--with-mcrypt=/usr/local/src/libmcrypt-2.5.7 \
--with-mysql=/usr/local/mysql \
--with-jpeg-dir=/usr/local/src/jpeg-6b \
--with-png-dir=/usr/local/src/libpng-1.2.5 \
--with-tiff-dir=/usr/local/src/tiff-v3.5.7 \
--with-mm=/usr/local/src/mm-1.3.0 \
--enable-sockets \
--enable-sysvsem \
--enable-sysvshm \
--with-zip=/usr/local/src/zziplib-0.10.27 \
--enable-inline-optimization \
--enable-memory-limit \
--enable-zend-multibyte \
--with-tsrm-pthreads \
--with-zlib \
--with-zlib-dir=/usr/local/src/zlib-1.2.1 \
--enable-sigchild \
--enable-dbase \
--enable-dio \
--enable-exif \
--enable-ftp \
--enable-sysvmsg \
--with-pear \
--enable-dba \
--with-db4=/usr/local/BerkeleyDB.4.2

I suspect there are problems with BerkeleyDB ( if I remove last line, all
seems ok ) but I cannot be more specific.


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

Reply via email to