Warning missing xml.so

redlettertech wrote on Thursday, January 04, 2007:

The following warning message is displayed on the pages after you login:

Warning: dl() [function.dl]: Unable to load dynamic library ‘/usr/lib/php4/lib/php/extensions/no-debug-non-zts-20020429/xml.so’ - /usr/lib/php4/lib/php/extensions/no-debug-non-zts-20020429/xml.so: cannot open shared object file: No such file or directory in /var/www/localhost/htdocs/openemr/library/freeb/xmlrpc.inc on line 48

Emerged PHP with the following USE flags -X apache2 bcmath bzip2 calendar cli crypt curl gd mysql mysqli session ssl xml xmlrpc.

Was not able to find xml.so on hard drive.

Does anyone know how to fix this? Or how to build just the xml.so file?

Running Gentoo 2.6.18 with MySQL 4.1.22, PHP 4.4.4 and OpenEMR 2.8.1

Redletter Tech

redlettertech wrote on Friday, January 05, 2007:

I find found the problem with the 2nd openemr server. It was my dumb mistake.  When I installed php4 on the 2nd system I did not add expat as a use flag so support for XML was not added. Rushing to get the 2nd server ready I skipped over that step in my guide.

Redletter Tech