php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11538 Missing file
Submitted: 2001-06-18 10:01 UTC Modified: 2001-06-18 16:38 UTC
From: ibum at hillcountry dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.5 OS: linux debian potato
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
40 - 15 = ?
Subscribe to this entry?

 
 [2001-06-18 10:01 UTC] ibum at hillcountry dot net
configure is fine!
(one long line)

./configure --with-mysql=/usr/local/mysql-3.22.32-pc-linux-gnu-i686/ --with-apxs=/usr/local/apache-1.3.12/bin/apxs


but "make" yields this at end of compile:

stub.lo: file not recognized: File truncated
collect2: ld returned 1 exit status
make[1]: *** [libphp4.la] Error 1
make: *** [all-recursive] Error 1

A check of the /usr/local/php-4.0.5 lists file stub.o.

Any help muchly appreciated.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-18 16:38 UTC] sniper@php.net
Do 'make clean ; make' again and everything should be okay.
And if not, check your Apache install.
Not a bug in PHP. (has worked for thousands of others just fine)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 07:01:28 2024 UTC