php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21839 Php non compile libphp4.la
Submitted: 2003-01-23 05:10 UTC Modified: 2003-02-07 23:46 UTC
From: amonopoli at virgilio dot it Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.0 OS: Mandrake Linux 9.0
Private report: No CVE-ID: None
 [2003-01-23 05:10 UTC] amonopoli at virgilio dot it
Configuration line:

./configure --with-pgsql=/usr/local/pgsql --with-apxs=/usr/local/web/apache/bin/apxs

Make result:
ext/ctype/ctype.lo: file not recognized: File truncated
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1


apache compiled so:
./configure --prefix=/usr/local/web/apache --enable-module=so

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-23 06:29 UTC] edink@php.net
You have probably run configure and make several times which has created some stale objects. Please try:

make clean
make

 [2003-02-07 23:46 UTC] sniper@php.net
user error.

 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Mar 19 07:00:02 2026 UTC