php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17038 Undefinded symbol _ecalloc
Submitted: 2002-05-06 07:53 UTC Modified: 2002-06-18 06:13 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: jan at horde dot org Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.2.0 OS: Linux
Private report: No CVE-ID: None
 [2002-05-06 07:53 UTC] jan at horde dot org
Using the 4.2.0 branch Apache crashes on start:

Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: undefined symbol: _ecalloc

Compiling went fine, there were only some warnings about unused labels and variables in two .re files.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-06 08:08 UTC] sander@php.net
What are your configure lines of PHP and Apache?
Is this about 4.2.0-release or about a snapshot from the 4.2.0 in CVS?
 [2002-05-06 08:44 UTC] jan at horde dot org
It's the latest checkout from cvs.

CFLAGS="-I/usr/include/ucd-snmp -I/usr/include/gd" ./configure --with-mysql=/usr --with-gd=yes --with-tiff-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr --with-ldap=/usr/local --with-imap=/home/jan/software/imap-2001 --with-zlib=yes --with-xml --with-ttf --with-mcal=/usr --with-ftp --with-ndbm --with-gdbm --with-snmp --with-mm --with-config-file-path=/etc/httpd/ --with-apxs=/usr/sbin/apxs --with-exec-dir=/usr/lib/apache/bin  --enable-yp  --enable-inline-optimization --enable-track-vars --enable-magic-quotes --enable-sysvsem --enable-sysvshm --enable-calendar --enable-ftp --enable-memory-limit --enable-wddx --with-gettext --with-openssl --with-iconv=/usr/local --with-xmlrpc --with-mcrypt --enable-debug --enable-bcmath --with-readline -build=i386-suse-linux-gnu
 [2002-05-14 21:44 UTC] ssenk at korilla dot com
When PHP Accelerator 1.3.0 start at PHP 4.2.1:

Failed loading /usr/local/lib/php_accelerator_1.3.0.so:  /usr/local/lib/php_accelerator_1.3.0.so: undefined symbol: _ecalloc
 [2002-06-17 21:19 UTC] sniper@php.net
Jan, do you still have this problem??
I think this was fixed..

 [2002-06-18 06:13 UTC] jan at horde dot org
Yes, fixed.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Aug 15 14:00:03 2025 UTC