2.2. Requirements

2.2.1. Web Server

Because LMS-UI is written in PHP, it needs Web server to work. Apache is preferred (www.apache.org).

2.2.2. PHP Interpreter

Interpreter version should be 4.2.x or higher, but it also works fine with 4.1.x (but due that developers use 4.2.3 or higher, we can't guarantee correct work with older versions. PHP can be downloaded from www.php.net. At least following PHP modules needs to be installed (look for "extension" in php.ini or in output of phpinfo function): pcre, posix (for systems info), zlib (for compressed backups), gd or ming (for graphical map) and one of: mysql, pgsql, sqlite (for db support). For mailing is used PEAR::Mail (which require Net_SMTP and Net_Sockets from PEAR package).

2.2.3. Database Server

MySQL server in version 3.23.xx and higher is supported. LMS won't work correctly with older versions.

PostgreSQL in version 7.3.x or higher is supported.

SQLite database is also usable, but we only tested version 2.8.11.

2.2.4. Smarty Library

LMS-UI requires Smarty library (http://smarty.php.net) in version 2.6.0 or higher (don't use 2.6.4 version). Newer versions of Smarty requires that you have not enabled "magic_quotes_runtime" (set to Off) option in PHP configuration.

2.2.5. Perl

LMS-MGC and the rest of Perl scripts requires also Perl interpreter and some modules:

2.2.6. C Compiler

If you intend to run LMS Daemon you will need working C compiler, because daemon will be provided in source code form only.