Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Installation Oracle 10G on VMWare

905088Dec 13 2011 — edited Dec 14 2011
Hi,

I'm trying to install Oracle 10G on VMWare (Centos 4.8). I follow the "Preinstallation Tasks" to check all packages requirements and see they are there, but I got some errors below:

INFO: In file included from /usr/include/sys/types.h:31
INFO: ,
from ntcontab.c:7:
/usr/include/bits/types.h:31:20: stddef.h: No such file or directory
In file included from /usr/include/sys/types.h:266,
from ntcontab.c:7:
/usr/include/bits/pthreadtypes.h:48: error: syntax error before "size_t"
/usr/include/bits/pthreadtypes.h:51: error: syntax error before "__stacksize"
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /opt/app/oracle/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1

I run the command to check packages and see those packages installed:
rpm -q binutils compat-db compat-libstdc++-33 glibc glibc-devel glibc-headers glibc-common

binutils-2.15.92.0.2-10.EL4
compat-db-4.1.25-9
compat-db-4.1.25-9
compat-libstdc++-33-3.2.3-47.3
compat-libstdc++-33-3.2.3-47.3
glibc-2.3.4-2.43
glibc-2.3.4-2.43
glibc-devel-2.3.4-2.43
glibc-headers-2.3.4-2.43
glibc-common-2.3.4-2.43

And also:
cat /etc/redhat-release
CentOS release 4.8 (Final)

uname -m
x86_64

gcc -v
Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.3/specs
Configured with: ../configure prefix=/usr mandir=/usr/share/man infodir=/usr/share /info enable-shared enable-threads=posix disable-checking with-system-zlib ena ble-__cxa_atexit disable-libunwind-exceptions enable-languages=c,c++,objc,java,f77 - -enable-java-awt=gtk --host=x86_64-redhat-linux
Thread model: posix
gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)


Does anybody know what I am missing here?

Thanks a lot for your help!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 11 2012
Added on Dec 13 2011
6 comments
366 views