Re: [PHP-DEV] PHP 4.0 Bug #2471: configure --with-xml --with-apxs does not use apaches expat-lite From: Rasmus Lerdorf (rasmus <email protected>)
Date: 10/31/99

> 2nd problem is that our xml sources (xml.c wddx.c) try to include
> xml/xmltok.h but in expat-lite there's no subfolder called xml - so we just need to #include "xmltok.h".

Sure there is. An Apache 'make install' will create
$(root)$(includedir)/xml and copy all the xml header files to there.
Here is the line from the Apache Makefile:

    $(CP) $(TOP)/$(SRC)/lib/expat-lite/*.h $(root)$(includedir)/xml/

-Rasmus

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