Upgrade to the latest cvs of php, this should be fixed...
-sterling
Lou Spironello wrote:
>
> I'm trying to recompile the new php4.0.4pl1 sources with a number
> of options on RH7.0:
>
> I run the following just to make sure everthing complies properly.:
>
> make distclean
> ./configure
> make
>
> This works fine
> (i.e. a clean make with no configure options)
> I test it by running ./php phpinfo.php > phpinfo.html and looking at the
> phpinfo.html file to see if it was working. It was.
>
> I then try to configure and comile with the sablotron extensions.
>
> The following configure command produces no errors(this should use the sablot
> extension in the ext director of the current distribution):
>
> ./configure --with-sablot
>
> Make produces the following errors:
>
> /usr/local/lib/libsablot.so: undefined reference to 'XML_ParserCreateNS'
> /usr/local/lib/libsablot.so: undefined reference to 'XML_SetCommentHandler'
> /usr/local/lib/libsablot.so: undefined reference to
> 'XML_SetNamespaceDeclHandler'
>
> I then run:
>
> make distclean
>
> I run configure again as follows specifying the location of the local complied
> sablotron-0.50 extensions located in /usr/local/lib:
>
> ./configure --with-sablot=/usr/local/lib
>
> Make produces the following errors:
>
> /usr/local/lib/libsablot.so: undefined reference to 'XML_ParserCreateNS'
> /usr/local/lib/libsablot.so: undefined reference to 'XML_SetCommentHandler'
> /usr/local/lib/libsablot.so: undefined reference to
> 'XML_SetNamespaceDeclHandler'
>
> nm /usr/local/lib/libsablot.so |grep "XML_" produces:
>
> U XML_ErrorString
> U XML_ExternalEntityParserCreate
> etc
> U XML_ParserCreateNS
> etc for all xml functions including the two XML_Set.. functions listed
> above.
>
> Any ideas?
>
> Thank you
> Lou Spironello
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]