View Single Post
  #1 (permalink)  
Old 11-04-2006, 01:18 PM
eombah eombah is offline
Loyal Member
 
Posts: 90
Default Ubuntu 6.10 (edgy) installation fails with message source: not found

Hi,

This is for other people running into this problem, which took me quite some time to resolve.

I have Zimbra running fine on Ubuntu 6.06 Server.
Then I tried to install Zimbra on Ubuntu 6.10 Server.
Installation failed with the following error in the zmsetup log:

Code:
/opt/zimbra/bin/ldap: 32: source: not found
FAILED (256)
It turns out that this is caused by the Ubuntu shell that is used by some of the Zimbra install scripts /bin/sh.
In Ubuntu 6.06, /bin/sh symlinks to /bin/bash.
In Ubuntu 6.10, /bin/sh symlinks to /bin/dash.

Changing /bin/sh to link to /bin/bash solved the problems.

cheers Bart.
Reply With Quote