Oracle y Fedora core 3
Ricardo Mun~oz A.
rmunoz en pjud.cl
Lun Sep 5 09:27:59 CLT 2005
El sáb, 03-09-2005 a las 21:29, Patolin . escribió:
> >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
por si acaso, ese tip tambien esta aca:
http://wiki.tux.cl/doku.php/tuxtips/administracion_de_sistemas/fedora_core_1_-_ejecutar_el_oracle_universal_installer_2.1
--
Ricardo Mun~oz A.
Usuario Linux #182825 (counter.li.org)
Más información sobre la lista de distribución Linux