XML Dom

goodgirl

Verified User
Joined
Apr 27, 2005
Messages
59
Location
Wheatfield
I'm trying to be able to support XML Dom. I keep getting errors whern rebuilding php.

First I tried to install

[root@server customapache]# rpm -Uvh libxslt*.rpm
warning: libxslt-1.1.9-1.i386.rpm: V3 DSA signature: NOKEY, key ID de95bc1f
Preparing... ########################################### [100%]
package libxslt-1.1.11-1 (which is newer than libxslt-1.1.9-1) is already installed
1:libxslt ########################################### [ 50%]

So I thought I have libxslt already. So I tried to build php like it says to here:
http://help.directadmin.com/item.php?id=23

I get this:
configure: error: Please reinstall the libxslt >= 1.0.3 distribution

Any ideas?
 
Oh and this is what I had in my config file:

--with-dom=/usr/lib \
--with-dom-exslt=/usr/lib \
--with-dom-xslt=/usr/lib
 
Hey,

A wild guess but, maybe it needs libxslt-devel as well...

David
 
skruf said:
Hey,

A wild guess but, maybe it needs libxslt-devel as well...

David

Yes, I tried that yesterday and it required something else, so I got a different version this morning. It installed fine and everything works fine now.
 
Back
Top