Hello All. I'm trying to compile some oracle stuff on Centos 4.4 x86_64 and I think I need 32-bit motif devels (getting some errors about incompatible libraries) Anyone know where I can get those? Found a lot of 32-bit SuSE stuff on google, but CentOS must call them something different?
Thanks, Thomas
--- tblader tblader@flambeau.com wrote:
Hello All. I'm trying to compile some oracle stuff on Centos 4.4 x86_64 and I think I need 32-bit motif devels (getting some errors about incompatible libraries) Anyone know where I can get those? Found a lot of 32-bit SuSE stuff on google, but CentOS must call them something different?
Thanks, Thomas
--
Flambeau Inc. Technology Center - Baraboo, WI Email : tblader@flambeau.com Keyserver: http://pgp.mit.edu KeyID: 0x00E9EC2C _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Can Oracle run on x86_64 to begin with???
Steven
"On the side of the software box, in the 'System Requirements' section, it said 'Requires Windows or better'. So I installed Linux."
Steven Vishoot wrote: <snip>
Can Oracle run on x86_64 to begin with???
From what I understand[0], 10g is supposed to be. It seems compiling is going to be problematic though.
I installed the i386 openmotif libs and that's what oracle's compile was looking for. It's now running into a comaptibilty issue trying to compile libgraphics60 however [1]. Don't know what's up yet, but digging into gcc/libc versions.
[0] - http://www.oracle.com/technology/software/products/database/oracle10g/index....
[1] ... /usr/bin/ld: skipping incompatible /nordic/apps/oracle/oas10g/ids6i/lib//libgraphics60.so when searching for -lgraphics60 /usr/bin/ld: skipping incompatible /nordic/apps/oracle/oas10g/ids6i/lib//libgraphics60.a when searching for -lgraphics60 /usr/bin/ld: skipping incompatible /nordic/apps/oracle/oas10g/ids6i/lib//libgraphics60.so when searching for -lgraphics60 /usr/bin/ld: skipping incompatible /nordic/apps/oracle/oas10g/ids6i/lib//libgraphics60.a when searching for -lgraphics60 ...
--- tblader tblader@flambeau.com wrote:
Steven Vishoot wrote:
<snip> > Can Oracle run on x86_64 to begin with??? >
From what I understand[0], 10g is supposed to be. It seems compiling is going to be problematic though.
I installed the i386 openmotif libs and that's what oracle's compile was looking for. It's now running into a comaptibilty issue trying to compile libgraphics60 however [1]. Don't know what's up yet, but digging into gcc/libc versions.
[0] -
http://www.oracle.com/technology/software/products/database/oracle10g/index....
[1] ... /usr/bin/ld: skipping incompatible
/nordic/apps/oracle/oas10g/ids6i/lib//libgraphics60.so
when searching for -lgraphics60 /usr/bin/ld: skipping incompatible
/nordic/apps/oracle/oas10g/ids6i/lib//libgraphics60.a
when searching for -lgraphics60 /usr/bin/ld: skipping incompatible
/nordic/apps/oracle/oas10g/ids6i/lib//libgraphics60.so
when searching for -lgraphics60 /usr/bin/ld: skipping incompatible
/nordic/apps/oracle/oas10g/ids6i/lib//libgraphics60.a
when searching for -lgraphics60 ... --
Flambeau Inc. Technology Center - Baraboo, WI Email : tblader@flambeau.com Keyserver: http://pgp.mit.edu KeyID: 0x00E9EC2C _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
wow learn something new everyday. I know trying to get oracle to run on linux has been a big headache in the past, (this was back in the days of rh 7.3 & 9.0) i do not have any recent experience with it.
Steven
"On the side of the software box, in the 'System Requirements' section, it said 'Requires Windows or better'. So I installed Linux."
Steven Vishoot wrote: <snip>
wow learn something new everyday. I know trying to get oracle to run on linux has been a big headache in the past, (this was back in the days of rh 7.3 & 9.0) i do not have any recent experience with it.
This is actually for the Oracle Application Services. I don't know if it's the full-fledged database service, or just a client. I've only been working with it a few weeks off-and-on.
I think this issue is probably due to the 6i utilities being compiled on a 64bit platform. I am going to guess that the Makefiles for 6i need to specify -m32 so gcc doesn't assume 64-bit compiles. I'm not sure though, just a theory at this point.