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!

Oracle 10g (10.2.0.1) installation error

641873May 28 2008 — edited May 31 2008
Hi everyone !!! I know that Oracle doesn't support FreeBSD but I'm my problem is probably stopping a decision of choosing Oracle as a project database. This means licenses guys!!!!! Can you please just guide me for a solution to my problem?

I need to test Oracle 10g in FreeBSD. I've installed FreeBSD 7 from the ISOs in Freebsd homepage with full base system and full packages. I've then activated the linux_base-fc4 linux emulation port and compile a new kernel version for Oracle with:

options COMPAT_LINUX
options SEMMAP=128
options SEMMNI=128
options SEMMNS=32000
options SEMOPM=100
options SEMMSL=250
options SHMMAXPGS=262144
options SHMMNI=4096
options SHMSEG=4096
options MAXDSIZ="(1024*1024*1024)"
options MAXSSIZ="(1024*1024*1024)"
options DFLDSIZ="(1024*1024*1024)"

I've then created an Oracle account with the /compat/linux/bin/bash sheel for linux compatability. I unzip the 10201_..... oracle zip for linux and run the installer from within oracle account.

I've manage to solve a lot of problems but with this one I'm stucked!!! At 62% I receive a message box saying "Error invoking target 'relink' of makefile ins_precomp.mk". I go to the make.log and I see:

/usr/bin/make -f ins_precomp.mk relink ORACLE_HOME=/home/oracle/10gR2 EXENAME=proc/Linking /home/oracle/10gR2/precomp/lib/proc
/usr/bin/ld: warning: libc.so.6, needed by /home/oracle/10gR2/lib//libnnz10.so, may conflict with libc.so.7
/usr/local/lib/compat/libc.so.6: warning: WARNING! setkey(3) not present in the system!
/usr/local/lib/compat/libc.so.6: warning: warning: this program uses gets(), which is unsafe.
/usr/local/lib/compat/libc.so.6: warning: warning: mktemp() possibly used unsafely; consider using mkstemp()
/usr/local/lib/compat/libc.so.6: warning: WARNING! des_setkey(3) not present in the system!
/usr/local/lib/compat/libc.so.6: warning: WARNING! encrypt(3) not present in the system!
/usr/local/lib/compat/libc.so.6: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp()
/usr/local/lib/compat/libc.so.6: warning: warning: this program uses f_prealloc(), which is not recommended.
/usr/local/lib/compat/libc.so.6: warning: WARNING! des_cipher(3) not present in the system!
/usr/local/lib/compat/libc.so.6: warning: warning: tempnam() possibly used unsafely; consider using mkstemp()
/usr/bin/ld: warning: ld-linux.so.2, needed by /home/oracle/10gR2/lib/stubs//libdl.so, not found (try using -rpath or -rpath-link)
/home/oracle/10gR2/precomp/lib/pdc.o(.text+0x236): In function `pdlitlen':
: undefined reference to `__ctype_b_loc'
/home/oracle/10gR2/precomp/lib/libpgp.a(pgstdf.o)(.text+0x39e): In function `pgswget':
: undefined reference to `_IO_getc'
/home/oracle/10gR2/precomp/lib/libpgp.a(pgo2ucp.o)(.text+0x10d): In function `o2ucpnametoc':
: undefined reference to `__ctype_b_loc'
/home/oracle/10gR2/precomp/lib/libpgp.a(pgo2ucp.o)(.text+0x22f): In function `o2ucpnametoc':
: undefined reference to `__ctype_tolower_loc'
/home/oracle/10gR2/precomp/lib/libpgp.a(pgo2ucp.o)(.text+0x24e): In function `o2ucpnametoc':
: undefined reference to `__ctype_toupper_loc'
/home/oracle/10gR2/precomp/lib/libpgp.a(pgo2ucp.o)(.text+0x268): In function `o2ucpnametoc':
: undefined reference to `__ctype_tolower_loc'
/home/oracle/10gR2/precomp/lib/libpgp.a(pgo2ucp.o)(.text+0x282): In function `o2ucpnametoc':
: undefined reference to `__ctype_toupper_loc'
/home/oracle/10gR2/precomp/lib/libpgp.a(pgo2ucp.o)(.text+0x370): In function `o2ucpnametoc':
: undefined reference to `__ctype_tolower_loc'
/home/oracle/10gR2/precomp/lib/libpgp.a(pgo2ucp.o)(.text+0x397): In function `o2ucpnametoc':
: undefined reference to `__ctype_toupper_loc'
/home/oracle/10gR2/precomp/lib/libpgp.a(pgo2ucp.o)(.text+0x3b9): In function `o2ucpnametoc':
: undefined reference to `__ctype_tolower_loc'
/home/oracle/10gR2/precomp/lib/libpgp.a(pgo2ucp.o)(.text+0x3db): In function `o2ucpnametoc':
: undefined reference to `__ctype_toupper_loc'
/home/oracle/10gR2/lib//libpls10.a(spssimb.o)(.text+0x4ac): In function `pss_putc':
: undefined reference to `_IO_putc'
/home/oracle/10gR2/lib//libpls10.a(spssimb.o)(.text+0x649): In function `pss_getc':
: undefined reference to `_IO_getc'
/home/oracle/10gR2/lib//libpls10.a(spdzj.o)(.text+0x10): In function `spdzjF99_System_Error':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libpls10.a(spdzj.o)(.text+0x486): In function `spdzjF01_Execute_Command':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libpls10.a(spdzj.o)(.text+0xa87): In function `spdzjF02_Delete_File':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libpls10.a(spdzj.o)(.text+0xac1): In function `spdzjF03_Rename_And_Delete':
: undefined reference to `__xstat64'
/home/oracle/10gR2/lib//libpls10.a(spdzj.o)(.text+0xb36): In function `spdzjF03_Rename_And_Delete':
: undefined reference to `__xstat64'
/home/oracle/10gR2/lib//libpls10.a(spdzj.o)(.text+0xb77): In function `spdzjF03_Rename_And_Delete':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libpls10.a(spdzj.o)(.text+0xbed): In function `spdzjF03_Rename_And_Delete':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libpls10.a(spdzj.o)(.gnu.linkonce.t.stat64+0xc): In function `stat64':
: undefined reference to `__xstat64'
/home/oracle/10gR2/lib//libpls10.a(ph1pp.o)(.text+0x688): In function `ph1pp_check_ccflags':
: undefined reference to `__ctype_b_loc'
/home/oracle/10gR2/lib//libpls10.a(ph1pp.o)(.text+0x1940): In function `ph1pp_build_ccflags_list':
: undefined reference to `__ctype_b_loc'
/home/oracle/10gR2/lib//libpls10.a(ph1pp.o)(.text+0x1c5e): In function `ph1pp_resolve_ccflags':
: undefined reference to `__ctype_b_loc'
/home/oracle/10gR2/lib//libpls10.a(ph1pp.o)(.text+0x21c9): In function `ph1pp_read_id':
: undefined reference to `__ctype_b_loc'
/home/oracle/10gR2/lib//libpls10.a(ph1pp.o)(.text+0x2247): In function `ph1pp_read_integer':
: undefined reference to `__ctype_b_loc'
/home/oracle/10gR2/lib//libpls10.a(ph1pp.o)(.text+0x2289): more undefined references to `__ctype_b_loc' follow
/home/oracle/10gR2/lib//libpls10.a(speplm.o)(.text+0x2e): In function `speplm_dlopen':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libpls10.a(speplm.o)(.text+0x8c): In function `speplm_dlclose':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libpls10.a(speplm.o)(.text+0xf7): In function `speplm_dlsym':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libpls10.a(pdy6.o)(.text+0x17e6): In function `pdy6M64_Native_Name':
: undefined reference to `__ctype_b_loc'
/home/oracle/10gR2/lib//libpls10.a(phdd.o)(.text+0x147): In function `phddnoden':
: undefined reference to `stdout'
/home/oracle/10gR2/lib//libpls10.a(pdz2.o)(.text+0x1ac9): In function `pdz2M25_Base_Name':
: undefined reference to `__ctype_b_loc'
/home/oracle/10gR2/lib//libpls10.a(pfrdis.o)(.text+0x395): In function `pfrdis':
: undefined reference to `__ctype_b_loc'
/home/oracle/10gR2/lib//libnls10.a(lxhcnv.o)(.text+0x2f9): In function `lxhcnv':
: undefined reference to `__ctype_b_loc'
/home/oracle/10gR2/lib//libnls10.a(lxhcnv.o)(.text+0x332): In function `lxhcnv':
: undefined reference to `__ctype_tolower_loc'
/home/oracle/10gR2/lib//libnls10.a(lxhlmod.o)(.text+0xec): In function `lxhlmod':
: undefined reference to `__ctype_tolower_loc'
/home/oracle/10gR2/lib//libnls10.a(lxhlmod.o)(.text+0x148): In function `lxhlmod':
: undefined reference to `__ctype_tolower_loc'
/home/oracle/10gR2/lib//libnls10.a(lxhlmod.o)(.text+0x1a1): In function `lxhlmod':
: undefined reference to `__ctype_tolower_loc'
/home/oracle/10gR2/lib//libnls10.a(lxhlmod.o)(.text+0xc0b): In function `lxhlmod':
: undefined reference to `__ctype_tolower_loc'
/home/oracle/10gR2/lib//libnls10.a(lxhlmod.o)(.text+0xc6d): more undefined references to `__ctype_tolower_loc' follow
/home/oracle/10gR2/lib//libnls10.a(lxpcget.o)(.text+0x8f): In function `lxpcget':
: undefined reference to `__ctype_toupper_loc'
/home/oracle/10gR2/lib//libnls10.a(lxplget.o)(.text+0x5e): In function `lxplget':
: undefined reference to `__ctype_tolower_loc'
/home/oracle/10gR2/lib//libnls10.a(lxplget.o)(.text+0x75): In function `lxplget':
: undefined reference to `__ctype_toupper_loc'
/home/oracle/10gR2/lib//libnls10.a(lxplset.o)(.text+0xf9): In function `lxplset':
: undefined reference to `__ctype_tolower_loc'
/home/oracle/10gR2/lib//libnls10.a(lxpname.o)(.text+0xd0): In function `lxpname':
: undefined reference to `__ctype_b_loc'
/home/oracle/10gR2/lib//libnls10.a(lxpsget.o)(.text+0x63): In function `lxpsget':
: undefined reference to `__ctype_tolower_loc'
/home/oracle/10gR2/lib//libnls10.a(lxpsget.o)(.text+0x7a): In function `lxpsget':
: undefined reference to `__ctype_toupper_loc'
/home/oracle/10gR2/lib//libnls10.a(lxptget.o)(.text+0x64): In function `lxptget':
: undefined reference to `__ctype_tolower_loc'
/home/oracle/10gR2/lib//libnls10.a(lxptget.o)(.text+0x7b): In function `lxptget':
: undefined reference to `__ctype_toupper_loc'
/home/oracle/10gR2/lib//libnls10.a(slms.o)(.text+0x362): In function `slmsop':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libnls10.a(slms.o)(.text+0x462): In function `slmscl':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libnls10.a(slms.o)(.text+0x5d9): In function `slmsrd':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libnls10.a(slms.o)(.text+0x5f1): In function `slmsrd':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libnls10.a(slms.o)(.text+0x6cb): In function `slmspe':
: undefined reference to `stderr'
/home/oracle/10gR2/lib//libnls10.a(lxedget.o)(.text+0x42): In function `lxedget':
: undefined reference to `__ctype_tolower_loc'
/home/oracle/10gR2/lib//libnls10.a(lxedget.o)(.text+0x59): In function `lxedget':
: undefined reference to `__ctype_toupper_loc'
/home/oracle/10gR2/lib//libcore10.a(slffgtc.o)(.text+0x5a): In function `SlfFgtc':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libcore10.a(slffgtc.o)(.text+0x72): In function `SlfFgtc':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libcore10.a(slffgts.o)(.text+0x65): In function `SlfFgts':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libcore10.a(slffgts.o)(.text+0x7d): In function `SlfFgts':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libcore10.a(slffprintf.o)(.text+0x3b): In function `SlfFprintf':
: undefined reference to `__errno_location'
/home/oracle/10gR2/lib//libcore10.a(slffprintf.o)(.text+0x53): more undefined references to `__errno_location' follow
/home/oracle/10gR2/lib//libirc.a(proc_init.o)(.text+0x7): In function `__bad_processor_detected':
: undefined reference to `stderr'
/home/oracle/10gR2/lib//libirc.a(proc_init.o)(.text+0x17): In function `__bad_processor_detected':
: undefined reference to `stderr'
/home/oracle/10gR2/lib//libirc.a(proc_init.o)(.text+0x27): In function `__bad_processor_detected':
: undefined reference to `stderr'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `free@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `strchr@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `atoi@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `_setjmp@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `__ctype_b_loc@GLIBC_2.3'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `getpid@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `realloc@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `localtime@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `fgets@GLIBC_2.0'
/home/oracle/10gR2/lib//libclntsh.so: undefined reference to `ftello64'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `strncpy@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `opendir@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `calloc@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `getutent@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `recvfrom@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `fread@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `closedir@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `fseek@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `sprintf@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `strncmp@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `close@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `gmtime@GLIBC_2.0'
/home/oracle/10gR2/lib//libclntsh.so: undefined reference to `__sigsetjmp'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `sscanf@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `sleep@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `ctime@GLIBC_2.0'
/home/oracle/10gR2/lib//libclntsh.so: undefined reference to `truncate64'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `read@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `gethostbyname@GLIBC_2.0'
/home/oracle/10gR2/lib//libclntsh.so: undefined reference to `stdin'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `strncasecmp@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `gettimeofday@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `gethostname@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `open@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `clock@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `time@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `fputs@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `malloc@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `readdir@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `fclose@GLIBC_2.1'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `stdout@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `mktime@GLIBC_2.0'
/home/oracle/10gR2/lib//libclntsh.so: undefined reference to `open64'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `longjmp@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `endutent@GLIBC_2.0'
/home/oracle/10gR2/lib//libclntsh.so: undefined reference to `__assert_fail'
/home/oracle/10gR2/lib//libclntsh.so: undefined reference to `__h_errno_location'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `getuid@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `__h_errno_location@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `fprintf@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `vsnprintf@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `setutent@GLIBC_2.0'
/home/oracle/10gR2/lib//libclntsh.so: undefined reference to `mmap64'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `perror@GLIBC_2.0'
/home/oracle/10gR2/lib//libclntsh.so: undefined reference to `__lxstat64'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `vfprintf@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `send@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `strstr@GLIBC_2.0'
/home/oracle/10gR2/lib//libclntsh.so: undefined reference to `__fxstat64'
/home/oracle/10gR2/lib//libclntsh.so: undefined reference to `__xstat'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `getppid@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `socket@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `__errno_location@GLIBC_2.0'
/home/oracle/10gR2/lib//libclntsh.so: undefined reference to `__fxstat'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `stderr@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `feof@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `__ctype_tolower_loc@GLIBC_2.3'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `fwrite@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `fdopen@GLIBC_2.1'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `getrusage@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `vsprintf@GLIBC_2.0'
/home/oracle/10gR2/lib//libclntsh.so: undefined reference to `lseek64'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `memmove@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `fopen@GLIBC_2.1'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `rewind@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `connect@GLIBC_2.0'
/home/oracle/10gR2/lib//libclntsh.so: undefined reference to `fseeko64'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `printf@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `strerror@GLIBC_2.0'
/home/oracle/10gR2/lib//libnnz10.so: undefined reference to `__xstat@GLIBC_2.0'
/home/oracle/10gR2/lib//libclntsh.so: undefined reference to `fopen64'
chmod: /home/oracle/10gR2/precomp/lib/proc: No such file or directory
make: *** [home/oracle/10gR2/precomp/lib/proc] Error 1

I can't find out what is missing. Can you give me an idea?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 28 2008
Added on May 28 2008
3 comments
3,107 views