Changes

From SME Server
Jump to navigationJump to search
365 bytes added ,  07:51, 19 March 2013
no edit summary
Line 2: Line 2:  
*You can find a upgrade-path to Z-push 2.0 (tested with Zarafa 7.0.12 and Z-push 2.0.7).<br>
 
*You can find a upgrade-path to Z-push 2.0 (tested with Zarafa 7.0.12 and Z-push 2.0.7).<br>
 
*For version 1.3 of the Webapp you need minimum zarafa 7.0.12.
 
*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
    +
<syntaxhighlight lang="Bash">
 +
if [ `getconf LONG_BIT` = "64" ]
 +
then
 +
  echo "64-bit, creating symbolic link"
 +
  ln -s /usr/lib64/zarafa /usr/lib/zarafa
 +
fi
 +
</syntaxhighlight>
 +
and
 +
 +
/usr/lib/libcrypto.so.0.9.8
 +
/usr/lib/libsssl.so.0.9.8
 +
both link to /lib but should be /lib64
    
= INSTALLATION of Zarafa on SME8 =
 
= INSTALLATION of Zarafa on SME8 =

Navigation menu