Date: 04/27/00
- Next message: Bug Database: "[PHP-DEV] Bug #4260 Updated: configure script appears to correctly build for --with-ldap or --with-mysql"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] new operator and times() function [diffs]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: kohl <email protected>
Operating system: Sparc/Solaris 8
PHP version: 4.0 Release Candidate 1
PHP Bug Type: Compile Failure
Bug description: does not find <xmltok.h> & <xmlparse.h> in php_xml.h
Sparc/Solaris 8, gcc 2.95.2
./configure --with-mysql=/usr/local/mysql --with-config-file=/usr/local/apache --with-apache=../apache_1.3.12 --enable-track-vars --with-ldap --with-ftp --with-xml
Corrected file:
php-4.0RC1/ext/xml/php_xml.h
#include <xmltok.h>
#include <xmlparse.h>
changed to
#include <expat/xmltok/xmltok.h>
#include <expat/xmlparse/xmlparse.h>
This compiles OK now for me.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] Bug #4260 Updated: configure script appears to correctly build for --with-ldap or --with-mysql"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] new operator and times() function [diffs]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

