Oracle y Fedora core 3

2005-09-05 Por tema Ricardo Mun~oz A.
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)


Oracle y Fedora core 3

2005-09-03 Por tema Patolin .
Hola a todos como estan, les cuento estoy tratando de instalar oracle 9i en 
fedora 3 pero me sale este error que muestro abajo de correo y no se como 
sacarlo me he guiado con los doc que encuentro en google pero todos me salen 
lo mismo fobre la instalacion y ningun problema con eso, si alguien a tenido 
experiencia con esto se le agradeceria mucho la ayuda, muchas gracias de 
ante mano

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

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



Oracle y Fedora core 3

2005-09-03 Por tema Patolin .
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.