Date: 10/31/99
- Next message: Rasmus Lerdorf: "[PHP-DEV] Anybody have something oustanding for 3.0.13?"
- Previous message: Bug Database: "[PHP-DEV] Bug #2463 Updated: Cannot find Apache`s include .h files during make"
- In reply to: thies <email protected>: "[PHP-DEV] PHP 4.0 Bug #2471: configure --with-xml --with-apxs does not use apaches expat-lite"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: Rasmus Lerdorf: "[PHP-DEV] Anybody have something oustanding for 3.0.13?"
- Previous message: Bug Database: "[PHP-DEV] Bug #2463 Updated: Cannot find Apache`s include .h files during make"
- In reply to: thies <email protected>: "[PHP-DEV] PHP 4.0 Bug #2471: configure --with-xml --with-apxs does not use apaches expat-lite"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

