Date: 01/08/01
- Next message: Stig Venaas: "[PHP-DEV] bug in NEWS update script? [Re: [PHP-CVS] cvs: php4 / NEWS]"
- Previous message: cynic <email protected>: "[PHP-DEV] PHP 4.0 Bug #8589 Updated: drwatson32 make a dump when stop apache service"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Did something change in the bundled expat build? When trying to build
php with enabled WDDX from clean checkout, I get this:
In file included from wddx.c:33:
php_wddx.h:37: xmlparse.h: No such file or directory
If I remove that line (since wddx.c also includes ext/xml/php_xml.h),
the compilation goes fine, but linking fails:
.libs/libphp4.a(wddx.o): In function `php_wddx_deserialize_ex':
/projects/compile/php4/ext/wddx/wddx.c:932: undefined reference to
`php_XML_ParserCreate'
/projects/compile/php4/ext/wddx/wddx.c:934: undefined reference to
`php_XML_SetUserData'
/projects/compile/php4/ext/wddx/wddx.c:935: undefined reference to
`php_XML_SetElementHandler'
and so on.
-Andrei
* Life may be expensive, but it includes an annual free trip around the sun. *
-- 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: Stig Venaas: "[PHP-DEV] bug in NEWS update script? [Re: [PHP-CVS] cvs: php4 / NEWS]"
- Previous message: cynic <email protected>: "[PHP-DEV] PHP 4.0 Bug #8589 Updated: drwatson32 make a dump when stop apache service"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

