On Thu, Dec 10, 2009 at 6:03 PM, lux-integ <[email protected]> wrote: > On Thursday 10 December 2009 10:39:32 pm lux-integ wrote: >> Greetings, >> >> In trying to install jdk-6u17 for amd64; I keep getting the following >> >> ############## >> Do you agree to the above license terms? [yes or no] >> yes >> Unpacking... >> Checksumming... >> Extracting... >> >> #jdk-6u17-linux-x64.bin: line 477: ./install.sfx.3497: cannot execute >> binary file >> Failed to extract the files. Please refer to the Troubleshooting section >> of the Installation Instructions on the download page for more >> information." ############## >> >> and I cant locate "the Installation Instructions on the download page for >> more information " >> >> ideas anyone? >> >> lux-integ > > sorted > > the recipe I followed from http://cblfs.cross-lfs.org/index.php/JDK > referred to /lib/ld-2.4.so; the relatively new clfs build I am using > has /lib/ld-2.10.1.so
This support list is to support issues found in BLFS [CBLFS is actually a seperate project], but I think what is going on, is that it is unable to find the dynamic linker. LFS 32bit, it is set to /lib/ld-linux.so.2. 64bit systems, have in 'either' /lib, or /lib64 ld-linux-x86_64.so.2 [again, as CLFS is a seperate project, it would be worth asking for support through their channels]. I think Java is expecting the ld linker to be somewhere other then where you have it. You could try symlinking the x86_64 linker to both /lib and /lib64, and see what happens. -- Nathan Coulson (conathan) ------ Location: Brittish Columbia, Canada Timezone: PST (-8) Webpage: http://www.nathancoulson.com -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
