Talk:Zarafa on SME8
From SME Server
Jump to navigationJump to search- New zarafa-7.0.x- and z-push-install/upgradescripts for SME8 for testing.
These new scipts always take the default NEW-config-files from the zarafa.rpms (found in /usr/share/doc/zarafa/example-config/) and make SME-templates of these default config-files ! So, you will always have the newest templated config-files, even after upgrading to a new Zarafa-version with altered config-files !
There is even more integration with the SME-perlDB too. (Most of the zarafa-config-keys can be set in the SME-perlDB !). - You can find a upgrade-path to Z-push 2.0 (tested with Zarafa 7.0.12 and Z-push 2.0.7).
- For version 1.3 of the Webapp you need minimum zarafa 7.0.12.
- On 64-bit systems there are a few symbolic links and path not correct after installation
if [ `getconf LONG_BIT` = "64" ]
then
echo "64-bit, creating symbolic link"
ln -s /usr/lib64/zarafa /usr/lib/zarafa
fi
and
/usr/lib/libcrypto.so.0.9.8 /usr/lib/libsssl.so.0.9.8
both link to /lib but should be /lib64