Line 1: |
Line 1: |
| === Zarafa7 on SME8 === | | === Zarafa7 on SME8 === |
− | If you want to test the new Zarafa 7 version on SME8b6: install a described [[Zarafa | here]], download the needed files from [[bugzilla:5789]] => Comment#5 and extract as described, make the following symbolic links and restart apache: | + | If you want to test the new Zarafa 7 version on SME8b6: install as described [[Zarafa | here]], download the needed files from [[bugzilla:5789]] => Comment#5 and extract as described, make the following symbolic links and restart apache: |
| ln -s /lib/libcrypto.so.0.9.8e /usr/lib/libcrypto.so.0.9.8 | | ln -s /lib/libcrypto.so.0.9.8e /usr/lib/libcrypto.so.0.9.8 |
| ln -s /lib/libssl.so.0.9.8e /usr/lib/libssl.so.0.9.8 | | ln -s /lib/libssl.so.0.9.8e /usr/lib/libssl.so.0.9.8 |
| sv t httpd-e-smith | | sv t httpd-e-smith |
| + | |
| + | |
| + | To make things a bit more easy for non Zarafa experts. I used this procedure for a clean install. |
| + | get zcp 7.01, unpack, remove the devel packages and install all rpm's: |
| + | yum localinstall *.rpm |
| + | All packages have dependencies that cannot be resolved if you install only part of the rpm's (as suggested installation instruction for zcp 6.40). |
| + | |
| + | Then install smeserver-zarafa. I could retrieve this file from the smevdev repository (sme8 uses another one?). |
| + | Get it manually and install: |
| + | wget http://ftp.nluug.nl/os/Linux/distr/smeserver/releases/7/smedev/i386/RPMS/smeserver-zarafa-0.9.0-53.el4.sme.noarch.rpm |
| + | yum localinstall smeserver-zarafa-0.9.0-53.el4.sme.noarch.rpm |
| + | |
| + | /etc/e-smith/events/actions/zarafa-install |
| + | |
| + | expand the php-mapi patch patch and and the symbolic links (see first text block above: Zarafa7 on SME8). |
| + | |
| + | If you use webaccess mobile, change 86ZarafaAlias template [[bugzilla:6552]] |
| + | |
| + | If you use z-push, download and install (see [[Zarafa | here]] mobile synchronization). |
| + | You have to change the name of the installation folder from z-push<version #> to z-push, because this is expected by the smeserver-zarafa package. |
| + | The download extracts correctly but leaves the file and group ownership to some unknown user 33. I changed that (might not be necessary, I consider it a small security risk). |
| + | chown -R root:root /var/www/html/z-push |
| + | |
| + | Then post-upgrade and restart. |
| | | |
| ===Sogo=== | | ===Sogo=== |