| the lady with the hole in her stocking ( @ 2008-02-12 18:16:00 |
| Entry tags: | borked, stupid oracle, teh unix |
just sayin'. (oracle)
# uname -a
Linux lolserver.domain 2.6.18-53.1.6.el5xen #1 SMP Wed Jan 16 04:10:44 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
$ ls
10201_database_linux_x86_64.cpio config-assistant-failures database install.txt kernel-requirements
You caught that, right? x86_64
INFO: gcc -m32 -o ctxhx -L/opt/oracle/oracle/product/10.2.0/gls/ctx//lib32/ -L/opt/oracle/oracle/product/10.2.0/gls/l ib32/ -L/opt/oracle/oracle/product/10.2.0/gls/l ib32/stubs/ /opt/oracle/oracle/product/10.2.0/gls/ct x/lib/ctxhx.o -L/opt/oracle/oracle/product/10.2.0/gls/c tx/lib/ -ldl -lm -lctxhx -Wl,-rpath,/opt/oracle/oracle/product/10.2.0/g ls/ctx/lib -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /opt/oracle/oracle/product/1
INFO: 0.2.0/gls/lib/sysliblist`
INFO: /usr/bin/ld: crt1.o: No such file: No such file or directory
INFO: collect2: ld returned 1 exit status
INFO: make: *** [ctxhx] Error 1
# ls /usr/lib64/crt*
/usr/lib64/crt1.o /usr/lib64/crti.o /usr/lib64/crtn.o
You caught that too, right? gcc -m32, .../lib32. Fixed with yum install glibc-devel.i386. But I'm just sayin. Is there a good reason for this?