Warning to early adopters... Ubuntu Edgy Eft vs. ColdFusion Installer
Ubuntu
***UPDATE*** the fix is contained within the comments of this entry. Make sure you read below the blog entry!
As some of you Linux fans may be aware, Edgy is being released this week. I did a dist upgrade to Edgy earlier this week, but rather than just upgrading I actually wiped clean and started with a blank slate. Everything about Edgy is awesome so far, except that there appears to be bug (for now) related to libc6.
When trying to install ColdFusion per my instructions in an earlier blog post , I receive the following errors:
dshuck@dshuck-laptop:~/software$ sudo ./coldfusion-702-lin.bin
Password:
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
nawk: 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
Launching installer...
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/tmp/install.dir.31599/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
After doing some quick research it appears that there is a bug remaining in Edgy related to libc6 and I have yet to find a workaround. I would imagine that if I had installed ColdFusion on Dapper and they done the dist upgrade, it would be fine. The problem seems to be simply related to building it.
Password:
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
nawk: 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
Launching installer...
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/tmp/install.dir.31599/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
If anyone has any suggestions, I am all ears.





Loading....