Edit report at http://bugs.php.net/bug.php?id=51216&edit=1
ID: 51216 Updated by: ras...@php.net Reported by: dtm2mcs at gmail dot com Summary: Segmentation fault when compiling PHP with PHAR Status: Bogus Type: Bug Package: PHAR related Operating System: Ubuntu 6.04 + CentOS 5.4 PHP Version: 5.3.2 Block user comment: N Private report: N New Comment: Why aren't you using 5.3.6? Not saying it is fixed there, but it is more useful to us if reports are against the current code. Previous Comments: ------------------------------------------------------------------------ [2011-03-25 02:04:40] david at universe dot sonoma dot edu so I tried something different: ./configure \ --with-apxs2=/usr/local/apache2/bin/apxs \ --with-openssl-dir=/usr/local/ssl \ --with-mysql=/usr/bin/ \ --enable-libgcc \ --with-libdir=lib64 \ --with-libxml-dir=/usr/lib64 \ --disable-cgi \ --with-zlib-dir=/usr/local/include \ --enable-zip \ --with-gd \ --with-png-dir=/usr/lib \ --with-jpeg-dir=/usr/lib \ --with-mcrypt=/usr/lib \ --with-gettext \ --enable-mbstring \ --with-curl=/usr/bin/curl \ --enable-sockets \ --with-mysql-sock=/var/lib/mysql/mysql.sock \ --with-mysqli=mysqlnd and I got: -lxml2 -lz -lm -lcrypt -lxml2 -lz -lm -lxml2 -lz -lm -lxml2 -lz -lm -lcrypt -o sapi/cli/php Generating phar.php /usr/local/src/php-5.3.5/sapi/cli/php: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory make: *** [ext/phar/phar.php] Error 127 Generating phar.phar /usr/local/src/php-5.3.5/sapi/cli/php: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory make: *** [ext/phar/phar.phar] Error 127 ------------------------------------------------------------------------ [2011-03-25 01:34:17] david at universe dot sonoma dot edu Forgot to mention: this is RHEL Linux XXXXXXXXX 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux ------------------------------------------------------------------------ [2011-03-25 01:32:05] david at universe dot sonoma dot edu ./configure \ --with-mysql=/usr/bin\ \ --with-mysql-sock=/var/lib/mysql/mysql.sock \ --with-mysqli=mysqlnd \ --with-apxs2=/usr/local/apache2/bin/apxs \ --with-openssl-dir=/usr/local/ssl \ --with-libxml-dir=/usr/lib64 \ --with-zlib-dir=/usr/local/lib \ --with-imap=/usr/local/imap-2007e \ --with-imap-ssl \ --with-mcrypt=/usr/local/lib \ --with-jpeg-dir=/usr/lib64 \ --with-png-dir=/usr/lib64 \ --enable-zip \ --with-gettext \ --enable-mbstring \ --with-curl=/usr/bin/curl \ --enable-sockets \ --with-pdo-mysql=/usr/bin/mysql \ --with-gd=/usr/local produces: /usr/local/imap-2007e/c-client/libc-client.a(osdep.o): In function `ssl_onceonlyinit': /usr/local/imap-2007e/c-client/osdep.c:337: warning: the use of `tmpnam' is dangerous, better use `mkstemp' Generating phar.php /bin/sh: line 1: 6945 Segmentation fault ` if test -x "/usr/local/src/php-5.3.5/sapi/cli/php"; then /usr/local/src/php-5.3.5/build/shtool echo -n -- "/usr/local/src/php-5.3.5/sapi/cli/php -n"; if test "x" != "x"; then /usr/local/src/php-5.3.5/build/shtool echo -n -- " -d extension_dir=/usr/local/src/php-5.3.5/modules"; for i in bz2 zlib phar; do if test -f "/usr/local/src/php-5.3.5/modules/$i. la"; then . /usr/local/src/php-5.3.5/modules/$i.la; /usr/local/src/php-5.3.5/build/shtool echo -n -- " -d extension=$dlname"; fi; done; fi; else /usr/local/src/php-5.3.5/build/shtool echo -n -- "/usr/l ocal/src/php-5.3.5/sapi/cli/php"; fi;` -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0 -d 'safe_mode=0' /usr/local/src/php-5.3.5/ext/phar/build_precommand.php > ext/p har/phar.php make: *** [ext/phar/phar.php] Error 139 Generating phar.phar make: *** [ext/phar/phar.phar] Segmentation fault :-(( ------------------------------------------------------------------------ [2011-03-24 22:57:57] david at universe dot sonoma dot edu and now even stranger: ./configure \ --with-mysql=/usr/bin\ \ --with-mysql-sock=/var/lib/mysql/mysql.sock \ --with-mysqli=mysqlnd \ --with-apxs2=/usr/local/apache2/bin/apxs \ --with-openssl-dir=/usr/local/ssl \ --with-libxml-dir=/usr/lib64 \ --disable-cgi \ --with-zlib-dir=/usr/local/lib \ --with-imap=/usr/local/imap-2007e \ --with-imap-ssl \ --with-mcrypt=/usr/local/lib \ --enable-zip \ --with-gettext \ --enable-mbstring \ --with-curl=/usr/bin/curl \ --enable-sockets \ --with-gd=/usr/local/ /usr/local/imap-2007e/c-client/libc-client.a(osdep.o): In function `ssl_onceonlyinit': /usr/local/imap-2007e/c-client/osdep.c:337: warning: the use of `tmpnam' is dangerous, better use `mkstemp' Generating phar.php /bin/sh: line 1: 19438 Segmentation fault ` if test -x "/usr/local/src/php-5.3.5/sapi/cli/php"; then /usr/local/src/php-5.3.5/build/shtool echo -n -- "/usr/local/src/php-5.3.5/sapi/cli/php -n"; if test "x" != "x"; then /usr/local/src/php-5.3.5/build/shtool echo -n -- " -d extension_dir=/usr/local/src/php-5.3.5/modules"; for i in bz2 zlib phar; do if test -f "/usr/local/src/php-5.3.5/modules/$i. la"; then . /usr/local/src/php-5.3.5/modules/$i.la; /usr/local/src/php-5.3.5/build/shtool echo -n -- " -d extension=$dlname"; fi; done; fi; else /usr/local/src/php-5.3.5/build/shtool echo -n -- "/usr/l ocal/src/php-5.3.5/sapi/cli/php"; fi;` -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0 -d 'safe_mode=0' /usr/local/src/php-5.3.5/ext/phar/build_precommand.php > ext/p har/phar.php make: *** [ext/phar/phar.php] Error 139 Generating phar.phar make: *** [ext/phar/phar.phar] Segmentation fault ------------------------------------------------------------------------ [2011-03-24 21:57:09] david at universe dot sonoma dot edu and if I disable-phar: Build complete. Don't forget to run 'make test'. Build complete. Don't forget to run 'make test'. /bin/sh: line 19: 22851 Segmentation fault TEST_PHP_EXECUTABLE=/usr/local/src/php-5.3.5/sapi/cli/php TEST_PHP_SRCDIR=/usr/local/src/php-5.3.5 CC="gcc" /usr/local/src/php-5.3.5/sapi/cli/php -n -c / usr/local/src/php-5.3.5/tmp-php.ini -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' /usr/local/src/php-5.3.5/run-tests.php -n -c /usr/local/src/php-5.3.5/tmp-php.ini -d extension_dir=/u sr/local/src/php-5.3.5/modules/ ` if test "x" != "x"; then for i in ""; do . $i; /usr/local/src/php-5.3.5/build/shtool echo -n -- " -d extension=$dlname"; done; fi; if test "x" != "x"; then for i in "" ; do . $i; /usr/local/src/php-5.3.5/build/shtool echo -n -- " -d zend_extension=/usr/local/src/php-5.3.5/modules/$dlname"; done; fi` PATH="$PATH:/sbin" ldconfig -n /usr/local/src/php-5.3.5/libs ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/bug.php?id=51216 -- Edit this bug report at http://bugs.php.net/bug.php?id=51216&edit=1