Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-26-2005, 02:19 PM
New Member
 
Posts: 4
Unhappy Installation fails on zimbra-store

Hi Everyone,

I'm trying to install on Centos 4.2, after reading that others have had success.

It fails part way through. Here's what happens:

---------------------------------------------------------
Checking for prerequisites...
NPTL...FOUND
libidn...FOUND libidn-0.5.6-1
curl...FOUND curl-7.12.1-6.rhel4
fetchmail...FOUND fetchmail-6.2.5-6.el4.2
gmp...FOUND gmp-4.1.4-3

Checking for installable packages

Found zimbra-core
Found zimbra-ldap
Found zimbra-logger
Found zimbra-mta
Found zimbra-snmp
Found zimbra-store
Found zimbra-apache
Found zimbra-spell


Select the packages to install

Install zimbra-ldap [Y]

Install zimbra-logger [Y]

Install zimbra-mta [Y]

Install zimbra-snmp [Y]

Install zimbra-store [Y]

Install zimbra-spell [Y]

Installing:
zimbra-core
zimbra-ldap
zimbra-logger
zimbra-mta
zimbra-snmp
zimbra-store
zimbra-apache
zimbra-spell

The system will be modified. Continue? [N] y

Removing /opt/zimbra
Installing packages

zimbra-core......zimbra-core-3.0.0_M2_740.RHEL4-20051114171614.i386.rpm...done
zimbra-ldap......zimbra-ldap-3.0.0_M2_740.RHEL4-20051114171614.i386.rpm...done
zimbra-logger......zimbra-logger-3.0.0_M2_740.RHEL4-20051114171614.i386.rpm...done
zimbra-mta......zimbra-mta-3.0.0_M2_740.RHEL4-20051114171614.i386.rpm...done
zimbra-snmp......zimbra-snmp-3.0.0_M2_740.RHEL4-20051114171614.i386.rpm...done
zimbra-store......zimbra-store-3.0.0_M2_740.RHEL4-20051114171614.i386.rpm...FAILED
###ERROR###

zimbra-store-3.0.0_M2_740.RHEL4-20051114171614.i386.rpm installation failed

Installation cancelled
---------------------------------------------------------

Furthermore, another clue might be here in /tmp/install.log.7278

---------------------------------------------------------
Preparing packages for installation...
zimbra-core-3.0.0_M2_740.RHEL4-20051114171614
cat: /opt/zimbra/zimbramon/zimbra.cf.in: No such file or directory
/opt/zimbra/bin/zmlocalconfig: /opt/zimbra/java/bin/java: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
/opt/zimbra/bin/zmlocalconfig: line 42: /opt/zimbra/java/bin/java: Success
/opt/zimbra/bin/zmjava: line 30: /bin/java: No such file or directory
/opt/zimbra/bin/zmjava: line 30: exec: /bin/java: cannot execute: No such file or directory
mkdir: cannot create directory `/opt/zimbra/.ssh': File exists
Preparing packages for installation...
zimbra-ldap-3.0.0_M2_740.RHEL4-20051114171614
cat: /opt/zimbra/zimbramon/zimbraldap.cf: No such file or directory
Preparing packages for installation...
zimbra-logger-3.0.0_M2_740.RHEL4-20051114171614
cat: /opt/zimbra/zimbramon/zimbralogger.cf: No such file or directory
Preparing packages for installation...
zimbra-mta-3.0.0_M2_740.RHEL4-20051114171614
cat: /opt/zimbra/zimbramon/zimbramta.cf: No such file or directory
Preparing packages for installation...
zimbra-snmp-3.0.0_M2_740.RHEL4-20051114171614
cat: /opt/zimbra/zimbramon/zimbrasnmp.cf: No such file or directory
Preparing packages for installation...
zimbra-store-3.0.0_M2_740.RHEL4-20051114171614
cat: /opt/zimbra/zimbramon/zimbramail.cf: No such file or directory
-bash: /opt/zimbra/java/bin/jar: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
-bash: /opt/zimbra/java/bin/jar: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
error: %post(zimbra-store-3.0.0_M2_740.RHEL4-20051114171614.i386) scriptlet failed, exit status 126
---------------------------------------------------------

Any help would be greatly appreciated.

Thanks,
Chris
Reply With Quote
  #2 (permalink)  
Old 11-26-2005, 03:17 PM
Zimbra Employee
 
Posts: 2,073
Default java linking problems

This is the error that's killing you:

/opt/zimbra/bin/zmlocalconfig: /opt/zimbra/java/bin/java: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

On my box:

rpm -qf /lib/ld-linux.so.2
glibc-2.3.3-73

What version of glibc do you have installed? Also, which package are you installing? RHEL4, FC3?
Reply With Quote
  #3 (permalink)  
Old 11-28-2005, 08:58 AM
New Member
 
Posts: 4
Default glibc

Thanks for the reply.

# rpm -qa | grep glibc
glibc-2.3.4-2.13
glibc-common-2.3.4-2.13

Also,

# rpm -qf /lib/ld-linux.so.2
error: file /lib/ld-linux.so.2: No such file or directory

I'm installing the RHEL4 package.

What do I need to do?

Thanks.
Reply With Quote
  #4 (permalink)  
Old 11-28-2005, 09:04 AM
Zimbra Employee
 
Posts: 2,073
Default which zimbra

Which zimbra package did you install? RHEL4, FC4?
Reply With Quote
  #5 (permalink)  
Old 11-28-2005, 10:10 AM
New Member
 
Posts: 4
Default

Quote:
Originally Posted by marcmac
Which zimbra package did you install? RHEL4, FC4?
I installed from zcs-3.0.0_M2_740.RHEL4.tgz
Reply With Quote
  #6 (permalink)  
Old 11-28-2005, 10:53 AM
Zimbra Employee
 
Posts: 2,073
Default ld-linux

Looks like the same version I've got on my RHEL4 server - do you have /lib/ld-linux.so. any version?

Ultimately, it looks like this build isn't going to work on CentOS - you may want to migrate to a supported OS...
Reply With Quote
  #7 (permalink)  
Old 11-28-2005, 11:19 AM
New Member
 
Posts: 4
Default

Quote:
Originally Posted by marcmac
Looks like the same version I've got on my RHEL4 server - do you have /lib/ld-linux.so. any version?
I do not have /lib/ld-linux.so. I'm guessing that I need to somehow acquire this.
Reply With Quote
  #8 (permalink)  
Old 11-28-2005, 12:56 PM
Zimbra Consultant & Moderator
 
Posts: 11,327
Default

Zimbra works fine on CentOS 4.2, I curently have it installed. I don't know what's happened on your system but 'ld-linux.so.2' is part of glibc. This from my system:
Code:
# rpm -qa | grep glibc
glibc-devel-2.3.4-2.13
glibc-common-2.3.4-2.13
glibc-kernheaders-2.4-9.1.98.EL
glibc-2.3.4-2.13
glibc-headers-2.3.4-2.13
According to Synaptic, if I do a search for 'ld-linux.so.2', it finds it in glibc, have you tried removing it and doing a re-install? If you want to get that file on it's own you could download an rpm from http://rpm.pbone.net, do a quick search for the file name and you'll see it.
__________________
Regards


Bill

Last edited by phoenix : 11-28-2005 at 01:05 PM.
Reply With Quote
  #9 (permalink)  
Old 01-15-2006, 08:19 AM
Starter Member
 
Posts: 1
Wink glibc.i686

Install glibc.i686.

The package ld-linux.so.2 is in that package, not in the x86_64 version.
Reply With Quote
Reply


Thread Tools
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0