<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
But I can't get an account on metalink.oracle.com.  And I'm installing
the Oracle Developer Suite.<br>
<br>
Charlene<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:troycampano@yahoo.com">troycampano@yahoo.com</a> wrote:<br>
<blockquote type="cite"  cite="mid1075168680.6869.2.camel@insomnia.lmig.com">
  <pre wrap="">Oracle 9i on Fedora was a pain.
I ended up reinstall fedora to have a fresh system and then followed
this web site word for word:
<a class="moz-txt-link-freetext" href="http://www.oracle-base.com/articles/9i/Oracle9iInstallationOnFedora1.php">http://www.oracle-base.com/articles/9i/Oracle9iInstallationOnFedora1.php</a>

And then I was able to get it running.
This was the best Oracle/Fedora site I found.



thanks!

~ Troy Campano ~

On Mon, 2004-01-26 at 20:51, Charlene wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I got my other problem solved about the shared libraries.  Now I have an 
error:

symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with 
link time reference.

I found 3 solutions, 2 of which appear to need a paid licence to either 
Red Hat or Oracle to get the patch.  The third solution creates a file 
called libcwait.c.

This is the explaination 
(<a class="moz-txt-link-freetext" href="http://www.redhat.com/archives/fedora-list/2003-November/msg06994.html">http://www.redhat.com/archives/fedora-list/2003-November/msg06994.html</a>)

At <a class="moz-txt-link-freetext" href="ftp://people.redhat.com/drepper/libcwait.c">ftp://people.redhat.com/drepper/libcwait.c</a> you find a file which you 
can compile with
 gcc -shared -o libcwait.so -fpic -O2 libcwait.c
to get a DSO which you then can preload with
 LD_PRELOAD=/path/to/libcwait.so java ARGS....

I don't understand the preload.

Charlene


    </pre>
  </blockquote>
  <pre wrap=""><!---->

  </pre>
</blockquote>
</body>
</html>