Oracle y Fedora core 3

Patolin . wothoti en hotmail.com
Sab Sep 3 21:29:17 CLT 2005


>Initializing Java Virtual Machine from 
>/tmp/OraInstall2005-09-03_08-30-04PM/jre/bin/java. Please wait...
>Error occurred during initialization of VM
>Unable to load native library: 
>/tmp/OraInstall2005-09-03_08-30-04PM/jre/lib/i386/libjava.so: symbol 
>__libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time 
>reference

hola muchachos les cuento por haces del detino encontre este codigo y me 
solucionó el problema gracias de todas maneras a todos


gcc -O2 -shared -o ~/libcwait.so -fpic -xc - <<EOF
#include <errno.h>
#include <sys/syscall.h>
#include <sys/types.h>
#include <sys/wait.h>
pid_t
__libc_wait (int *status)
{
  int res;
  asm volatile ("pushl %%ebx\n\t"
                "movl %2, %%ebx\n\t"
                "movl %1, %%eax\n\t"
                "int \$0x80\n\t"
                "popl %%ebx"
                : "=a" (res)
                : "i" (__NR_wait4), "0" (WAIT_ANY), "c" (status), "d" (0), 
"S" (0));
  return res;
}
EOF

--
Atte
Patricio Villalobos R.
La Serena, Chile.




Más información sobre la lista de distribución Linux