Page 1 of 1
Urgent problem with PHP domxml_open_mem(), php extension php
Posted: Wed Dec 27, 2006 6:24 pm
by oskare100
Hello,
The problem is solved.
/Oskar
Posted: Wed Dec 27, 2006 7:32 pm
by volka
It would be a .dll on a windows system. You're looking for php_domxml.so (or .ko?). Its probably a package/rpm of its own.
Do you know how to search the CentOS repositories for available software packages?
Posted: Thu Dec 28, 2006 3:35 am
by Jenk
have you tried using pear or pecl to install the extension?
Posted: Thu Dec 28, 2006 4:48 am
by oskare100
Jenk wrote:have you tried using pear or pecl to install the extension?
Hello,
I've no idea of how to do that, so please, help. What should I do to do that?
Best Regards
Posted: Thu Dec 28, 2006 5:45 am
by volka
Before you bother with pear or pecl, try the CentOS repositories. Lunch whatever package manager CentOS uses and search for a php_dom or php_domxml package.
Posted: Thu Dec 28, 2006 7:03 am
by oskare100
Hello,
Well, I don't know what you mean with package manager but I guess you mean Yum. I tried to search for them but it seams like they don't exist;
Code: Select all
[root@hostone /]# yum info php_domxml
Setting up repositories
Reading repository metadata in from local files
[root@hostone /]# yum info php_dom
Setting up repositories
Reading repository metadata in from local files
[root@hostone /]#
So I'm lost.. What do you think I should do now?
EDIT: I think I've found what the name of the missing extension should be; domxml.so. But I still don't know where to find it and if I need to install it as I already have (at least I think I have) the necessary info in the php config...
/Oskar
Posted: Thu Dec 28, 2006 10:15 am
by oskare100
I've now found this
http://rpm.pbone.net/index.php3/stat/4/ ... 6.rpm.html, is that the things I should install? If, How do I install them on a CentOS system?
Posted: Fri Dec 29, 2006 1:46 am
by volka
I'd rather stick with
http://www.centos.org/modules/smartfaq/faq.php?faqid=14
CentOS is build from the sources of Red Hat Enterprise Linux
Posted: Fri Dec 29, 2006 11:05 am
by John Cartwright
In the future do not remove your original problem or your solution please. By which the spirit of which this forum was founded is to help people learn, not just yourself. I know I among other people will be less inclined to help if you persist on doing this.
