This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation. |
Talk:Installation
From Group-Office Groupware and CRM Documentation
Revision as of 12:03, 17 November 2009 by JoergHerzinger (Talk | contribs)
I suggest changing the ioncube loaders to something more Debian like. Instead of adding ioncube to php.ini, which is very error prone und not 100% upgradeable you should do the following:
Create a file /etc/php5/conf.d/ioncube.ini and insert the following lines:
zend_extension=/usr/local/ioncube/ioncube_loader_lin_5.2.so zend_extension_ts=/usr/local/ioncube/ioncube_loader_lin_5.2_ts.so
The ts version is for threaded php. It can't hurt to add this even if you don't need it. I could'nt test this yet, thats why I added it to discussion.
I would also suggest to change the ownership of the ioncube folder. By default all the world could execute these binaries which could lead to a security risk.
chown -R root:root /usr/local/ioncube chmod -R 750 /usr/local/ioncube