Before you Install
Before you install Orca, you need to check if your hosting provider meets all Orca Technical requirements and you yourself possess the required skills. Neither of the two should be a problem, but it is wise to verify first.
Technical Requirements
- Linux/Unix (RedHat, Debian, FreeBSD, Mandrake, etc.) or Windows OS
- Apache Web Server
- PHP 4.4.0/5.1.0 and higher compiled with XML and XSL
- MySQL 4.1.0 and higher
Server Configuration
PHP server configuration for XML and XSL.
Run phpinfo() on your server to check PHP settings.
- PHP 4 version must have these compiled options to run the script correctly:
--with-dom --enable-xslt --with-xslt-sablot
- PHP 5 version is compiled with XML support by default. You should check PHP settings for XSL compiled option:
--with-xsl
If they are not installed on your server you need to contact your hosting or server administrator to install or rebuild php with all above options.









