php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23085 core dumped
Submitted: 2003-04-07 07:48 UTC Modified: 2003-04-07 10:58 UTC
From: pengyu at crypto dot ee dot ncku dot edu dot tw Assigned:
Status: Closed Package: PEAR related
PHP Version: 4.3.1 OS: SunOS 5.8
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pengyu at crypto dot ee dot ncku dot edu dot tw
New email:
PHP Version: OS:

 

 [2003-04-07 07:48 UTC] pengyu at crypto dot ee dot ncku dot edu dot tw
php: php4-200304070530
apache 2:  httpd-2.0.45

1.configuration
CFLAGS='-O2 -m64' ./configure --with-apxs2=/usr/local/apache2/bin/apxs ;make

2.tools version
gcc --version
>gcc (GCC) 3.2
flex --version
>flex version 2.5.4
bison --version
>bison (GNU Bison) 1.35
perl --version
>This is perl, version 5.005_03 built for sun4-solaris
make --version
>GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
>Built for sparc-sun-solaris2.8

3. error message
I configure and make php4-200304070530 successfully.
When I make install, the error occur.

make install
>Installing PHP CLI binary:        /usr/local/bin/
>Installing PHP SAPI module
>/usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp4.la /usr/local/apache2/modules
>/usr/local/apache2/build/libtool --mode=install cp libphp4.la /usr/local/apache2/modules/
>cp .libs/libphp4.so /usr/local/apache2/modules/libphp4.so
>chmod +x /usr/local/apache2/modules/libphp4.so
>cp .libs/libphp4.lai /usr/local/apache2/modules/libphp4.la
>libtool: install: warning: remember to run `libtool --finish /usr/share/src/php4-200304070530/libs'
>chmod 755 /usr/local/apache2/modules/libphp4.so
>Installing shared extensions:     /usr/local/lib/php/extensions/no-debug-non-zts-20020429/
>Installing PEAR environment:      /usr/local/lib/php/
>core dumped .....
>make[1]: *** [install-pear-installer] Error 138
>make: *** [install-pear] Error 2

4. I make test again , and I get the following message
make test
>FAIL File/Stream functions [ext/standard/tests/file/002.phpt]
>FAIL Bug #21131: fopen($filename, "a+") has broken position [ext/standard/tests/file/bug21131.phpt]

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-07 10:53 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip


You seem to be trying wrong snapshots..try this one.

 [2003-04-07 10:58 UTC] pengyu at crypto dot ee dot ncku dot edu dot tw
I test the new version php4-STABLE-200304071130 solve the problem.
I test it and it will be OK.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 06:01:30 2024 UTC