php-developer-list | 2000101
Date: 10/10/00
- Next message: Chuck Hagenbuch: "Re: [PHP-DEV] PHP 4.0 Bug #7109: make install fails in pear subdirectory"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/sablot config.m4"
- In reply to: Sterling Hughes: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/sablot config.m4"
- Next in thread: Lars Torben Wilson: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/sablot config.m4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Quoting Sterling Hughes <sterling <email protected>>:
> I believe Chuck analyzed the problem correctly, if you don't link against the
> external libraries then you need to add -lxmlparse -lxmltok, however, I don't
> know whether the solution was correct....
The solution shouldn't be used in all cases - I guess it depends on how your
sablot library is compiled. And I have no idea how to check that. Maybe we need
to go the bundled route and bundle a sablotron library with the extension, or
require that it be built with it, to ensure that it's linked against the
internal expat libraries and thus there aren't two expat libs linked into php...
Because even if you get it to build correctly using the external method, then
you've still got php's internal expat library, right? ... Or can you specify an
external expat library? In which case Andrei's point about needing to be able to
link sablot directly against expat might be relevant...
This is all a bit beyond my knowledge of libraries and build systems,
unfortunately... :/
-chuck
-- Charles Hagenbuch, <chuck <email protected>> must... find... acorns... *thud*-- 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: Chuck Hagenbuch: "Re: [PHP-DEV] PHP 4.0 Bug #7109: make install fails in pear subdirectory"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/sablot config.m4"
- In reply to: Sterling Hughes: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/sablot config.m4"
- Next in thread: Lars Torben Wilson: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/sablot config.m4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

