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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Sun Jun 02 18:01:32 2024 UTC