From owner-freebsd-emulation Fri Aug 20 14: 6:33 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id 4913915069 for ; Fri, 20 Aug 1999 14:06:21 -0700 (PDT) (envelope-from freebsd-emulation@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id WAA89376 for emulation@FreeBSD.ORG; Fri, 20 Aug 1999 22:54:56 +0200 (CEST) (envelope-from freebsd-emulation@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for emulation@FreeBSD.ORG (emulation@FreeBSD.ORG) To: emulation@FreeBSD.ORG Date: Fri, 20 Aug 1999 22:54:51 +0200 From: Marcel Moolenaar Message-ID: <37BDC09B.9DF99591@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <19990820104732.F602@bnc.net>, <19990820195631.A11687@dcse.fee.vutbr.cz> Subject: Re: running Oracle 8.0.5 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Cejka Rudolf wrote: > But while applying command "make -f ins_network.mk install", > it ends with this error: > > -- > ... > cc -L/home/oracle/app/oracle/product/8.0.5/lib/ [snip] > /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o: In function `__do_global_dtors_aux': > /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o(.text+0x31): undefined reference to `__deregister_frame_info' > /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o: In function `frame_dummy': > /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o(.text+0x5a): undefined reference to `__register_frame_info' > collect2: ld returned 1 exit status > make: *** [tnslsnr] Error 1 > -- > > I have found fix for this problem - by apllying following patch in > directory $ORACLE_HOME/network/lib: [snip] > > command "make -f ins_network.mk install" ends with success. > But running "$ORACLE_HOME/bin/dbstart" (after "sh root.sh") > produces following error: [snip] > SVRMGR> Connected. > SVRMGR> ORA-27102: out of memory > Linux Error: 12: Cannot allocate memory > SVRMGR> > Server Manager complete. > > Database "TEST" warm started. > -- > > And nothing starts... I really don't know where to look for errors, > because amount of memory is sufficient in my opinion (?). Did you do a 'rm -rf /compat/linux' before installing the linux_{base|devtools} ports? Do you have anything other than $ORACLE_HOME/lib in your LD_LIBRARY_PATH? What does your PATH look like? Did you make any "non-standard" links to libraries, or did you copy libraries? -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message