View Single Post
  #6 (permalink)  
Old 11-21-2005, 04:12 AM
andrew@akatana.com andrew@akatana.com is offline
Starter Member
 
Posts: 1
Default More then an LDAP issue

There is more then one issue when installing to sles or suse 9.x

First off, it appears you need to install Apache, and its related libs. Without it the rpm install fails. Once your install and setup are complete there are a couple of problems to work through.

To start you are missing a bunch of symbolic links. While there have been a couple of posting to this none seem very clear to me.

the root directory for all the libs you are missing on suse 9.3 is

/usr/lib Here you can find libcrypto.so.xxx libssl.so.xxx and libcurl.so.xxx

you need a symbolic link for each of these to /lib on the root of the file system. Not as some might think in the /opt/zimbra/lib.

Easiest way to work through ths issue is to hit the /etc/init.d/zimbra start and stop. The spell check will continue to fail as will the MTA. You need to follow the lib directions and create a link for each one that is missing.

Next spell check will fail one final time. There are again a set of libs you will need to link, as well as one missing rpm. This is only available on SLES 9 or Redhat so you will have to do a search and download. Install the RPM and create the link again in /lib for all to load.

Finally the MTA bounced and would not start. It did not like the hostname given during setup and wanted a switch in the /main.cf under postfix. Add a line to the bottom section of the main.cf with either mydomain - yourdomain or a myhost - yourhost.yourdomain.com

At this point yet another restart did not set all to right and I had to bounce the box. Once back up things run fine.

Hope that helps clear some of these issues up.
Reply With Quote