Installation and setup issues

Hi,

I have installed the software, and it runs setup

3 Problems remain

LIBXML2 is on the system but it is showing not available
DOM ditto
apache mod_rewrite module is installed and is reported as not by setup

please can anyone tell me how I configure these?

regards
david halstead

Hi Dave,

depends on the OS you run. On a Debian based system you would type

sudo apt-get install libxml2-dev

I am not a 100 per cent sure but DOM shall be available with the libxml2 package installed.

apache mod_rewrite module is installed and is reported as not by setup

How did you check that it is installed, found it in phpinfo()?

Rgds