G grockord Verified User Joined May 5, 2007 Messages 32 Location Spain Dec 13, 2007 #1 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!
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!
R rtaylor Verified User Joined Aug 9, 2007 Messages 148 Dec 13, 2007 #2 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 Click to expand... 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 Click to expand... Season's greetings, Rick Last edited: Dec 26, 2007
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 Click to expand... 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 Click to expand... Season's greetings, Rick
S sebaX Verified User Joined Nov 29, 2005 Messages 19 Dec 26, 2007 #3 I got this problem ? why /usr/local/directadmin/customapache/configure.php: line 33: --with-dom=/usr/lib: No such file or directory
I got this problem ? why /usr/local/directadmin/customapache/configure.php: line 33: --with-dom=/usr/lib: No such file or directory
Randy Verified User Joined Sep 30, 2005 Messages 105 Location The Netherlands Dec 26, 2007 #4 You have to install the libraries manualy. This can be dome by using yum.
R rtaylor Verified User Joined Aug 9, 2007 Messages 148 Dec 26, 2007 #5 ^ 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.
^ 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.