php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4843 xmltok.h: No such file or directory
Submitted: 2000-06-06 20:22 UTC Modified: 2000-06-09 19:43 UTC
From: adelcros at arsystemes dot fr Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.0 Release OS: Solaris 8
Private report: No CVE-ID: None
 [2000-06-06 20:22 UTC] adelcros at arsystemes dot fr
The Plateform :
************************************************************
Sparc 5 
Solaris 8
PHP-4.0.0
PostgreSql-7.0.0
PDFLIB-3.0

The Error :
************************************************************
gcc -DHAVE_CONFIG_H -I. -I/usr/local/src/php-4.0.0/ext/xml -I/usr/local/src/php-4.0.0 -I/usr/local/src/apache_1.3.12/src/include -I/usr/local/src/apache_1.3.12/src/os/unix -I/usr/local/src/php-4.0.0/Zend -I/usr/local/src/php-4.0.0 -I/usr/local/include  -DXML_BYTE_ORDER=21 -g -O2 -Wall  -c xml.c && touch xml.lo
In file included from xml.c:25:
php_xml.h:38: xmltok.h: No such file or directory
php_xml.h:39: xmlparse.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `xml.lo'
Current working directory /usr/local/src/php-4.0.0/ext/xml
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/local/src/php-4.0.0/ext/xml
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/local/src/php-4.0.0/ext
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
**********************************************************

My Configure :

***********************************************************
./configure --with-apache=../apache_1.3.12 --enable-track-vars --with-pdflib=/usr/local --with-pgsql=/opt/posgres --enable-trans-sid --with-ftp --without-mysql
***********************************************************

My violent solution :

***********************************************************
cp ./ext/xml/expat/xmltok/xmltok.h \ ./ext/xml/expat/xmlparse/xmlparse.h \ /usr/local/src/php-4.0RC2/ext/xml/
***********************************************************

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-09 19:43 UTC] sas at cvs dot php dot net
Fixed in CVS. Thanks for your report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 10:01:32 2024 UTC