php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24446 unrecognized files
Submitted: 2003-07-01 15:06 UTC Modified: 2003-08-07 07:46 UTC
From: tony at tonybibbs dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.0.0b1 (beta1) OS: RedHat 9
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: tony at tonybibbs dot com
New email:
PHP Version: OS:

 

 [2003-07-01 15:06 UTC] tony at tonybibbs dot com
Description:
------------
On stock RH9 system I removed Apache2 and installed 1.3.27.  Then went ahead and tried a simple compile: 
./configure --with-mysql --with-apxs

Got an unrecognized file on ctype.lo, so I added --disable-ctype to configure

Got an unreconized file on some dom.lo file so I added --without-dom to configure

Got an unrecognized file on php_mysql.lo which I absolutely needed so I quit.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-01 17:19 UTC] edink@php.net
Try:

make clean
make

You most probably have a stale file somewhere.
 [2003-08-07 07:46 UTC] tony at tonybibbs dot com
Try a 'make clean'.  This worked for me.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Oct 18 04:01:29 2024 UTC