T tutt Verified User Joined Mar 11, 2007 Messages 8 Mar 11, 2007 #1 What is the easiest way to install php-domxml without breaking DirectAdmin?
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 10,162 Location LT, EU Mar 12, 2007 #2 Go to /usr/local/directadmin/customapache, edit configure.php (add domxml) and then do: Code: # ./build clean # ./build php n
Go to /usr/local/directadmin/customapache, edit configure.php (add domxml) and then do: Code: # ./build clean # ./build php n
H harro Verified User Joined Oct 15, 2005 Messages 177 Mar 20, 2007 #3 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
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
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 10,162 Location LT, EU Mar 20, 2007 #4 Yes, it's correct.
F FinLy Verified User Joined Mar 23, 2007 Messages 12 May 1, 2007 #5 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
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
H harro Verified User Joined Oct 15, 2005 Messages 177 May 1, 2007 #6 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
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
F FinLy Verified User Joined Mar 23, 2007 Messages 12 May 1, 2007 #7 Hello Harro, Thank you for your quick reply. But I still can't figure it out. FYI, I did: http://www.directadmin.com/forum/showthread.php?t=13953 but with php 4.4.6 and php 5.2.1 How can I install DomXML after I did the instruction in : http://www.directadmin.com/forum/showthread.php?t=13953 Thank you very much Best Regards, FinLy
Hello Harro, Thank you for your quick reply. But I still can't figure it out. FYI, I did: http://www.directadmin.com/forum/showthread.php?t=13953 but with php 4.4.6 and php 5.2.1 How can I install DomXML after I did the instruction in : http://www.directadmin.com/forum/showthread.php?t=13953 Thank you very much Best Regards, FinLy