View Single Post
  #1 (permalink)  
Old 11-15-2005, 05:43 AM
vogon1 vogon1 is offline
Active Member
 
Posts: 38
Default M2: success on FC4 in Xen machine

Hi,

I just got M2 network edition working on FC4 in a Xen machine.
What I did was make a very minimal FC4 install, and then install zimbra.

I ran into the following issues:
- fetchmail required
- compat-libstdc++-33 required
- compat-db required
- libssl.so.4 required

The solutions are quite straight-forward:
- yum install fetchmail
- yum install compat-libstdc++-33
- yum install compat-db
- ln -s /lib/libssl.so.0.9.7f /lib/libssl.so.4
- ln -s /lib/libcrypto.so.0.9.7f /lib/libcrypto.so.4

Then install zimbra.

You will get warnings on fetchmail and libstdc++ during installation if they are missing; the compat-db was reported missing when stopping zimbra; not sure it is really needed.
The libssl and libcrypto are known issues from M1.

Now let's enjoy shared calendars!
Sietse

Last edited by vogon1; 11-15-2005 at 05:50 AM..
Reply With Quote