Matthew Burgess <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED] > > Is 'install' a binary or a script? Try 'ldd' on it if it's a binary, or > see what the shebang line (#!...) is at the top of the file if it's a > script. >
And there's the culprit. OpenOffice ships as a 32-bit binary, and is linked to /lib/ld-linux.so.2 As my system is amd64, I've only got a /lib64/ld-linux-x86_64.so.2 So, I guess now I've got to build myself a 32-bit environment to run it. -mk -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
