Tracker: Bugs

5 [GR] Fails to run on ntpl-only systems (with fix) - ID: 1561870
Last Update: Comment added ( paour )

Attempting to run the Gallery Remote installer or main
executable on an nptl-only system will result in errors
like the following (and a failure to run):

Preparing to install...
Extracting the installation resources from the
installer archive...
Configuring the installer for this system's environment...
awk: error while loading shared libraries: libdl.so.2:
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: libc.so.6:
cannot open shared object file: No such file or directory
/opt/blackdown-jdk-1.4.2.03/jre/bin/java: error while
loading shared libraries: libpthread.so.0: cannot open
shared object file: No such file or directory

commenting out the following in both the installer and
the main executable resolves this issue (although it
looks like it may be a part of some testing for older
systems with linuxthreads):
export LD_ASSUME_KERNEL=2.2.5


Darrell Enns ( dacool ) - 2006-09-20 02:23

5

Closed

Accepted

Pierre-Luc Paour

None

Gallery 1

Public


Comment ( 1 )

Date: 2006-11-15 11:42
Sender: paourSourceForge.net Donor


Thanks for the fix. We can't change this ourselves because it's generated
by the Install Anywhere installer builder, but we'll direct users to your
solution.


Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2006-11-15 11:42 paour
resolution_id None 2006-11-15 11:42 paour
close_date - 2006-11-15 11:42 paour
summary Fails to run on ntpl-only systems (with fix) 2006-09-20 11:52 andy_st