Dom Xml

grockord

Verified User
Joined
May 5, 2007
Messages
32
Location
Spain
I need install DOM XML! I have CentOS 5, Apache 1.3.9, PHP 4.4.7 and MySQL 4.1. My server runs Directadmin and i tried some rpm's but none works :(

Some help?

THANKS!
 
Edit configure.php in /usr/local/directadmin/customapache, adding domxml as follows:

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

Note: If "--with-dom-xslt=/usr/lib" is the last line of the file, then there is no trailing backslash added.

Then do:

# ./build clean
# ./build php n

Season's greetings,
Rick
 
Last edited:
I got this problem ? why


/usr/local/directadmin/customapache/configure.php: line 33: --with-dom=/usr/lib: No such file or directory
 
^ As Randy said. Also, looking at my previous message I should point out that the last line of the configure.php file must have no trailing backslash.
 
Back
Top