help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Locate core dump?


From: John W. Eaton
Subject: Re: Locate core dump?
Date: Wed, 27 May 1998 12:49:53 -0500 (CDT)

On 27-May-1998, Huaiyu Zhu <address@hidden> wrote:

| I tried to install newer versions but they require libc6 while I only got
| libc5.  (Why does source code complain about version of lib, anyway?)
| I haven't got the courage to migrate from RedHat 4.2 to 5.0 yet.
| Does anyone know if I can simply add new libc without touching anything
| else?
| 
| Here's a test with what I have now.  (I believe it would be the same for
| 2.0.13)
| 
| rpm -ih octave-2.0.9-2.src.rpm
| failed dependencies:
|         /bin/sh is needed by octave-2.0.9-2
|         libstdc++.so.2.7.2 is needed by octave-2.0.9-2
|         libm.so.6 is needed by octave-2.0.9-2
|         libdl.so.2 is needed by octave-2.0.9-2
|         libc.so.6 is needed by octave-2.0.9-2
|         ld-linux.so.2 is needed by octave-2.0.9-2

Octave can work with libc6, but the binary distribution you picked up
was linked against libc6, so you would need that.

Why don't you just build Octave from the current sources (2.0.13)?

Or, you could get the binary distribution that is available from
ftp://ftp.che.wisc.edu/pub/octave/BINARIES/2.0.13.  It is also
dynamically linked, but relative to libc5.

jwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]