How does one go about installing the DOM functions starting from the RPM install...
The configure commands specifically say that the rpm was built with:
'--disable-dom'
It however also states it was configured with '-without-mysql', however later on it loads the mysql .so in the php.ini, so I'm assuming i should just be able to load up the dom that way?
what do i need to do to actually get the bugger working. I'm assuming I can load the .so somehow If i know what it was I needed to get my hands on. php.net docs don't seem to tell me. It may be that I just missed it though. Where can I find out what needs to be installed where to get these functions working?
thanks in advance.