Hello, I am trying to install coldfusion 7 on Fedora Core 5.
When I run the installer I get the following error:
grep: error while loading shared libraries: libc.so.6: cannot
open shared object file: No such file or directory
However this file is located here in the /lib directory. I
have set the LD_LIBRARY_PATH and the LIBRARY_PATH to include these
directories and run ldconfig.
Here's some more output:
+ echo 'Launching installer...'
Launching installer...
+ echo ''
+ ENV=
+ export ENV
+
CLASSPATH=/tmp/install.dir.26070/InstallerData:/tmp/install.dir.26070/InstallerData/installer.zip:
+ export CLASSPATH
+ debugOut
'CLASSPATH:/tmp/install.dir.26070/InstallerData:/tmp/install.dir.26070/InstallerData/installer.zip:'
+ case "$LAX_DEBUG" in
+ echo
'CLASSPATH:/tmp/install.dir.26070/InstallerData:/tmp/install.dir.26070/InstallerData/installer.zip:'
++ echo /tmp/install.dir.26070/Linux/resource/jre/bin/java
++ grep 'jre$'
grep: error while loading shared libraries: libc.so.6: cannot
open shared object file: No such file or directory
+ '[' '' ']'
+ debugOut ''
+ case "$LAX_DEBUG" in
+ echo ''
+ unset POSIXLY_CORRECT
+ '[' ']'
+ debugOut '========= Forking JAVA
============================================='
+ case "$LAX_DEBUG" in
+ echo '========= Forking JAVA
============================================='
+ '[' ']'
+ exec /tmp/install.dir.26070/Linux/resource/jre/bin/java
-Djava.compiler=NONE -Xmx50331648 -Xms16777216
-Dsun.java2d.noddraw=true com.zerog.lax.LAX
/tmp/install.dir.26070/temp.lax /tmp/env.properties.26070 -m
CONSOLE
/tmp/install.dir.26070/Linux/resource/jre/bin/java: error
while loading shared libraries: libpthread.so.0: cannot open shared
object file: No such file or directory
Can someone help me with this? Thanks!