Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: help. libelf error.

Re: help. libelf error.

From: Sebastian Brings <brings_at_schoepflin.de>
Date: 1997/12/09
Message-ID: <348D6CE3.E83@schoepflin.de>#1/1

> UX:ld: ERROR: /oracle/lib/libgeneric.a: libelf error: Memory error:
> vm stats elf_begin:
> [info 0, warnings 1, errors 0]

Sounds like a UNIX resource problem. Either one of the linker input files or the output file is greater then your allowed max file size or, your virtual memory is exhausted. Linking oracle takes a lot of vm. Check your limits with the ulimit command and have a look at the osh command of oracle. Also make sure you have enough free space in the filesystem to write the output file.

Sebastian Received on Tue Dec 09 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US