[Solved] AOO3.4 bad interpreter problem

Issues with installing under all GNU/Linux Distributions
Post Reply
nirmeshk
Posts: 5
Joined: Sat Jul 07, 2012 7:29 am

[Solved] AOO3.4 bad interpreter problem

Post by nirmeshk »

I am working on RHEL6.2 , 64 bit. I have upgraded it's kernel to 3.2.7
Since yesterday I installed Apache Openoffice 3.4 several times, cleaning files and directories and trying again, but in vain. It is not running. Can someone give me a clue on this ? Error messages are given below.

root@localhost RPMS]# openoffice.org3
/opt/openoffice.org3/program/soffice: /opt/openoffice.org3/program/../basis-link/program/pagein: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
/opt/openoffice.org3/program/soffice: /opt/openoffice.org3/program/../basis-link/ure-link/bin/javaldx: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
/opt/openoffice.org3/program/soffice: /opt/openoffice.org3/program/soffice.bin: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

[root@localhost RPMS]# uname -a
Linux localhost.localdomain 3.2.7 #1 SMP Tue Feb 21 18:54:35 IST 2012 x86_64 x86_64 x86_64 GNU/Linux

[root@localhost Downloads]# rpm -qa | grep jre
jre-1.7.0_05-fcs.x86_64
Last edited by Hagar Delest on Mon Jul 23, 2012 8:22 am, edited 1 time in total.
Reason: tagged [Solved].
RHEL 6, kernel 3.2.7; Apache OpenOffice 3.4
User avatar
RoryOF
Moderator
Posts: 35203
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: OO3.4 bad interpreter problem

Post by RoryOF »

A quick Google suggests you need to install glibc.i686 - a 32 bit library?
Apache OpenOffice 4.1.16 on Xubuntu 24.04.4 LTS
nirmeshk
Posts: 5
Joined: Sat Jul 07, 2012 7:29 am

Re: OO3.4 bad interpreter problem

Post by nirmeshk »

Thanks for a prompt reply. Installation of glibci686 seems to be tougher for me. It showed dependency on glibc-common. And when I downloaded and tried installing glibc-common, it showed lot more dependencies as given below. My yum repository contains RPMs of 64 bits only, so I cannot use Yum for this. Is there an easier way of installing this ?
[root@localhost Downloads]# rpm -ivh glibc-2.12-1.7.el6_0.5.i686.rpm
warning: glibc-2.12-1.7.el6_0.5.i686.rpm: Header V4 DSA/SHA1 Signature, key ID 1d1e034b: NOKEY
error: Failed dependencies:
glibc-common = 2.12-1.7.el6_0.5 is needed by glibc-2.12-1.7.el6_0.5.i686
libfreebl3.so is needed by glibc-2.12-1.7.el6_0.5.i686
libfreebl3.so(NSSRAWHASH_3.12.3) is needed by glibc-2.12-1.7.el6_0.5.i686
[root@localhost Downloads]# rpm -ivh glibc-common-2.12-1.7.el6_0.5.i686.rpm
warning: glibc-common-2.12-1.7.el6_0.5.i686.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: NOKEY
error: Failed dependencies:
glibc = 2.12-1.7.el6_0.5 is needed by glibc-common-2.12-1.7.el6_0.5.i686
libc.so.6 is needed by glibc-common-2.12-1.7.el6_0.5.i686
libc.so.6(GLIBC_2.0) is needed by glibc-common-2.12-1.7.el6_0.5.i686
libc.so.6(GLIBC_2.1) is needed by glibc-common-2.12-1.7.el6_0.5.i686
libc.so.6(GLIBC_2.1.1) is needed by glibc-common-2.12-1.7.el6_0.5.i686
libc.so.6(GLIBC_2.10) is needed by glibc-common-2.12-1.7.el6_0.5.i686
libc.so.6(GLIBC_2.2) is needed by glibc-common-2.12-1.7.el6_0.5.i686
libc.so.6(GLIBC_2.3) is needed by glibc-common-2.12-1.7.el6_0.5.i686
libdl.so.2 is needed by glibc-common-2.12-1.7.el6_0.5.i686
libdl.so.2(GLIBC_2.0) is needed by glibc-common-2.12-1.7.el6_0.5.i686
libdl.so.2(GLIBC_2.1) is needed by glibc-common-2.12-1.7.el6_0.5.i686
RHEL 6, kernel 3.2.7; Apache OpenOffice 3.4
User avatar
RoryOF
Moderator
Posts: 35203
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: OO3.4 bad interpreter problem

Post by RoryOF »

There seems to be discussion on installiong 32 bit libraries on Red Hat using yum at
http://www.linuxquestions.org/questions ... um-505352/

My own experience is with Ubuntu.
Apache OpenOffice 4.1.16 on Xubuntu 24.04.4 LTS
nirmeshk
Posts: 5
Joined: Sat Jul 07, 2012 7:29 am

Re: OO3.4 bad interpreter problem

Post by nirmeshk »

Thanks for guiding me to install 32 bit libraries. All those errors have gone now. But openoffice still do not works :

[root@localhost ~]# openoffice.org3
no suitable windowing system found, exiting.

I checked forums .... at this forum somebody solved this error by disabling selinux, but in my case, it is already disabled :

[root@localhost ~]# cat /etc/selinux/config

# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
# targeted - Targeted processes are protected,
# mls - Multi Level Security protection.
#SELINUXTYPE=targeted

Perhaps, I need to remove OO and install again, so that it is aware of changes made in the system.
RHEL 6, kernel 3.2.7; Apache OpenOffice 3.4
nirmeshk
Posts: 5
Joined: Sat Jul 07, 2012 7:29 am

Re: OO3.4 bad interpreter problem

Post by nirmeshk »

I did a reinstall. As glibci686 32 bit is installed, it is not giving earlier error messages, but still not starting :

[root@localhost desktop-integration]# openoffice.org3
no suitable windowing system found, exiting.
RHEL 6, kernel 3.2.7; Apache OpenOffice 3.4
User avatar
Robert Tucker
Volunteer
Posts: 1250
Joined: Mon Oct 08, 2007 1:34 am
Location: Manchester UK

Re: OO3.4 bad interpreter problem

Post by Robert Tucker »

LibreOffice 7.x.x on Arch and Fedora.
nirmeshk
Posts: 5
Joined: Sat Jul 07, 2012 7:29 am

[solved] : OO3.4 bad interpreter problem

Post by nirmeshk »

My problem is solved and I do not know how. During my last post, even after reinstall, it did not worked. Erred with same message, as stated in post. Then I left the matter, and got involved in a web app development. For this, I had to install certain libraries, applications in last few days. I do not know what worked, but today I suddenly found my open office working.
Thanks to those who replied to my post and placed an effort to get this working.
RHEL 6, kernel 3.2.7; Apache OpenOffice 3.4
Post Reply