Urgent problem with PHP domxml_open_mem(), php extension php

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
oskare100
Forum Commoner
Posts: 80
Joined: Sun Oct 29, 2006 5:47 am

Urgent problem with PHP domxml_open_mem(), php extension php

Post by oskare100 »

Hello,
The problem is solved.

/Oskar
Last edited by oskare100 on Thu Dec 28, 2006 12:22 pm, edited 1 time in total.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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?
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

have you tried using pear or pecl to install the extension?
oskare100
Forum Commoner
Posts: 80
Joined: Sun Oct 29, 2006 5:47 am

Post 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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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.
oskare100
Forum Commoner
Posts: 80
Joined: Sun Oct 29, 2006 5:47 am

Post 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
oskare100
Forum Commoner
Posts: 80
Joined: Sun Oct 29, 2006 5:47 am

Post 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?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post 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. :?
Post Reply