Problems with libs when I try to install a *.bin

Asked by Aldo Culquicondor

Hello:
I'm trying to install a program that contains a book's tools. It's a *.bin. I have a problem when I run it (./install.bin):

Configuring the installer for this system's environment...
nawk: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

Launching installer...

grep: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
/tmp/install.dir.5136/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory.

But, when I execute 'locate libm.so.6', for example, this is the answer:
/lib/libc.so.6
/lib/tls/i686/cmov/libc.so.6

I don't know what to do.

Can anybody help me? Thank you very much.

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
delance (olivier-delance) said :
#1

The library path of installation program doesn't match the path of your actual library.
Perhaps you have an option in installation to provide this path.
Which is:
   1) the actual path of your libraries
   2) the software you try to install

Revision history for this message
aslam karachiwala (akwala) said :
#2

I had a similar problem with another install script. I did as suggested here: http://gallery.menalto.com/node/50926 -- comment out the following in the script:
export LD_ASSUME_KERNEL=2.2.5

YMMV, but might be worth a shot.

Revision history for this message
Aldo Culquicondor (aldo-culquicondor) said :
#3

I commented it, but this message appears:
Extracting the installation resources from the installer archive...
The size of the extracted files to be installed are corrupted. Please
try to download the installer again and make sure that you download
using 'binary' mode.
Please do not attempt to install this currently downloaded copy.

Revision history for this message
Launchpad Janitor (janitor) said :
#4

This question was expired because it remained in the 'Open' state without activity for the last 15 days.