Page 1 of 1

PHP DOM and Iconv packages in ART YUM?

Posted: Fri Jun 13, 2008 8:37 am
by BerArt
On the Magento Site the following PHP requirement are asked:

PHP Compatibility: 5.2.0 and above

Required extensions:
- PDO_MySQL (this one was in the ART YUM)
- simplexml (build in)
- mcrypt (this one was in the ART YUM)
- hash (this one was in the ART YUM)
- GD (this one was in the ART YUM)

- DOM
- iconv

The last two I could not find, are these in the ART YUM? or where can I find the RPM's for CentOS 4 and 5?

//edit: the DOM for CentOS 4 I found here: ftp://ftp.pbone.net/mirror/seerofsouls. ... S.i586.rpm and this works fine. (this does not work on CentOS 5 though :(

Still looking for the php_iconv this one: ftp://ftp.pbone.net/mirror/seerofsouls. ... S.i586.rpm is giving errors in YUM :( on CentOS 4 and 5

Posted: Fri Jun 13, 2008 8:57 am
by Slider
simplexml is build in PHP5 :P and works great ^^

Posted: Fri Jun 13, 2008 9:26 am
by breun
DOM is part of the php-xml package AFAIK. I wouldn't go and install Mandriva packages on CentOS.

Posted: Fri Jun 13, 2008 9:38 am
by BerArt
Thx Breun! :) and iconv?

Posted: Fri Jun 13, 2008 9:40 am
by breun
I don't know. Isn't that built-in as well?