php-domxml

tutt

Verified User
Joined
Mar 11, 2007
Messages
8
What is the easiest way to install php-domxml without breaking DirectAdmin?
 
Go to /usr/local/directadmin/customapache, edit configure.php (add domxml) and then do:
Code:
# ./build clean
# ./build php n
 
Just for the record... could you explain how to "add domxml" to configure.php(_ap2) ?


What I found on another thread is to add the following:

Code:
--with-dom=/usr/lib \
--with-dom-exslt=/usr/lib \
--with-dom-xslt=/usr/lib \

Is that correct (and complete)?

Thanks,

Harro
 
I got this error....
Any idea, please??
Thank you


/usr/local/directadmin/customapache/configure.php_ap2: line 30: --with-dom=/usr/lib: No such file or directory

*** There was an error while trying to configure php. Check the configure.php file
 
different location of the files

Hi FinLy,

it seems that maybe you have a different location where the DomXML libraries are stored - have a look around whether you have libraries elsewhere.

this: /usr/lib
is sometimes replaced by: /usr/local/lib or variants thereof.

Sorry I can't be more specific, but maybe this will point you in the right direction.

Harro

p.s. I removed the DomXML thingy in the end... couldn't get it working! hope you have more luck ;)
 
Back
Top