[WBEL-users] Oracle 10g on WBEL

Hartmaier Alexander Alexander.Hartmaier@t-systems.at
Mon, 22 Nov 2004 15:48:01 +0100


Hi!

I use oracle 10g 32bit version since about 8 weeks without a problem.
Only installing the 32bit version an the 64bit WBEL was weird cause the
installer doesn't pass gcc and ld the options to build 32bit
executables.
The workaround is described at
http://www.gesinet.it/oracle/oracle10gonsles9amd64.html.

*SNIP*
The simplest way to solve the problem is to rename gcc and ld:
linux: # mv /usr/bin/gcc /usr/bin/gcc.orig
linux: # mv /usr/bin/ld /usr/bin/ld.orig

And create two wrappers:
cat >gcc <<"EOF"
#!/bin/bash

exec /usr/bin/gcc.orig -m32 $@
EOF

cat >ld <<"EOF"
#!/bin/bash

exec /usr/bin/ld.orig -melf_i386 $@
EOF

linux: # chmod a+x /usr/bin/gcc
linux: # chmod a+x /usr/bin/ld
*SNIP*

Since the x86_64 version is out since 10.11.2004 I will install it on
the second IBM e-server 325 for testing and migrate to it if it runs as
flawless as the 32bit version (and hopefully with asynchronous IO this
time...).
I will report my findings ;-)

With kind regards
Alexander Hartmaier

T-Systems Austria GesmbH
Rennweg 97-99 1030 Wien

phone: +43 57057-4320
fax: +43 57057-95-4320
mobile: +43 676 8642 4320
mail: alexander.hartmaier@t-systems.at
internet: http://www.t-systems.at



*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
Hinweis: Dieses E-mail kann vertrauliche und geschützte Informationen enthalten.
Sollten Sie nicht der beabsichtigte Empfänger sein, verständigen Sie bitte den Absender und löschen Sie dieses E-mail dann sofort.

Notice: This e-mail contains information that is confidential and may be privileged.
If you are not the intended recipient, please notify the sender and then delete this e-mail immediately.
*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*