Hello,

The xml support in PHP has been moved to a separate module, called
php-xml. 

phpgroupware 0.9.12 should work, but obviously you're running the CVS
version, and they use some new tricks ;-) The "dl('xml.so')" on line 32
causes the problem. 

So simply do a rpm -i php-xml and it should work. E-mail me if it doesn't.

The reason for this is there has been a lot of problems with
Expat, since running multiple versions (with slightly different
symbols)creates segfaults:
- expat-lite in Apache
- expat 1.95 (static) in PHP
- expat in mod_dav
- expat in perl-XML-Parser and perl-XML-Sablotron used by mod_perl
  applications such as AkKit.

Now, php-xml and mod_dav use the dynamically linked libexpat1_95 and the
segfaults are gone.

Jean-Michel

> Date: Thu, 7 Mar 2002 14:55:01 +0100 (CET)
> From: Rainer Koschnick <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: The Mandrake cooker Mailing List <[EMAIL PROTECTED]>
> 
> Hello,
> 
> is it possible that there is something missing in the latest update?
> My phpgroupware isn't working anymore:
> 
> Warning: Unable to load dynamic library '/usr/lib/php/extensions/xml.so'
> - 
> /usr/lib/php/extensions/xml.so: cannot open shared object file: No such 
> file or directory in 
> /var/www/html/phpgroupware/phpgwapi/inc/xml_functions.inc.php on line 32
> 
> Rgds,
> Rainer
> 


------------------------------------------------------------
Jean-Michel Dault <[EMAIL PROTECTED]>
Research & Development, Advanced Extranet Server 
Montreal (Canada)/Altadena (USA)/Paris (France)


Reply via email to