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
Pierre-Luc Paour
None
Gallery 1
Public
|
Date: 2006-11-15 11:42
|
| 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 |