[WBEL-users] Oracle 10g on WBEL

Debbie Mazurek mazurekd@cpsc.ucalgary.ca
Mon, 22 Nov 2004 10:45:41 -0700


Hi,

Werner Puschitz's page ( www.puschitz.com ) on linux & oracle might help
you - he's got excellent notes on installing various oracle versions to
various redhat releases.

dm

On Mon, 2004-11-22 at 07:48, Hartmaier Alexander wrote:
> 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 geschtzte Informationen enthalten.
> Sollten Sie nicht der beabsichtigte Empfnger sein, verstndigen Sie bitte den Absender und lschen 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.
> *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
> 
> _______________________________________________
> Whitebox-users mailing list
> Whitebox-users@beau.org
> http://beau.org/mailman/listinfo/whitebox-users
-- 
d e b b i e   m a z u r e k    
system admin . department of computer science . university of calgary
mazurekd@cpsc.ucalgary.ca