Eventum:Installation notes for Linux based Systems

Eventum Menu: Home - Documentation - FAQ - Help

Contents

[edit] Slackware 12.0

Slackware 12.0 includes all necessary modules with the default installation of PHP.

Unlike many other Linux distributions, MySQL must be initialized before using on Slackware. Simply issue these commands as root:

mysql_install_db
chown -R mysql.mysql /var/lib/mysql
chmod +x /etc/rc.d/rc.mysqld
/etc/rc.d/rc.mysqld start

It's also a good idea to use the following script to harden MySQL:

mysql_secure_installation

Now that MySQL is running, complete the installation of Eventum.

[edit] Ubuntu 5.10

If the installer complains that a file is not writable even though it clearly is, the problem is that the file is not owned by the webserver user. It is not enough to have the webserver group be able to write to the file or even to have it world writable, installation will not continue until the webserver user owns the file.

[edit] Fedora Core 4

 # yum install php-gd
 # yum install php-mysql

/etc/php.d/eventum.ini

 allow_call_time_pass_reference = true
 memory_limit = 16M

/etc/php/errors.ini (good for troubleshooting during installation)

 display_errors = On
 display_startup_errors = On
 log_errors = On
 error_reporting = E_ALL
 ; error_log = filename

[edit] Debian Linux

[edit] gettext and Translation

In order to have translation working on some systems, ensure you have the correct locale enabled, otherwise the gettext function does not get the translation.

Edit:

 /etc/locale.gen

Activate all the locales you need and then run:

 locale-gen

Retrieved from "http://forge.mysql.com/wiki/Eventum:Installation_notes_for_Linux_based_Systems"

This page has been accessed 4,952 times. This page was last modified 12:20, 23 June 2009.

Find

Browse
MySQLForge
Main Page
Current events
Recent changes
Random page
Help
Edit
Edit this page
Editing help
This page
Discuss this page
Post a comment
Printable version
Context
Page history
What links here
Related changes
My pages
Special pages
New pages
File list
Statistics
Bug reports
More...