20.08.2002 04:32:36 Ulrich Weigand wrote: >AFAIK, ThinkBlue (at least some versions) does not provide the >32-bit system libraries, so you can't run 32-bit apps. > >Both SuSE and RedHat 64-bit distros do provide those libraries. > > >As to the original poster's problem with Oracle, from the error >messages it looks like the Oracle install process wants to *link* >object files together to produce the final executable as part of >the install step. This doesn't work because the 64-bit linker >as provided the current distributions can only link 64-bit objects.
I think, my linker provide support for both #ld --version GNU ld 2.11.90.0.27 Copyright 2001 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. Supported emulations: elf64_s390 elf_s390 >So, you'd need to perform the install step on a 32-bit system; >once the linking has been done, the resulting executable should >run on a 64-bit system. Thank you. I copy Oracle from 32bit system to 64, then ran it without problem. But it is not a good way, i think. WBR, Sergey
