Horde and PHP

Try to compile PHP with support for domxml. I believe I just added the following lines in my /usr/local/directadmin/customapache/configure.php file:

Code:
   --with-xml \
   --with-dom \
   --enable-xml \
 
markus said:
Try to compile PHP with support for domxml. I believe I just added the following lines in my /usr/local/directadmin/customapache/configure.php file:

Code:
   --with-xml \
   --with-dom \
   --enable-xml \

Can anybody verify that it's just simply a matter of adding those lines? I had problems building apache before so if possible I'd like to be somewhat more sure than "I believe" although I do very much apreciate the info given.
 
Back
Top