From: HJ Lu (hlu@eecs.wsu.edu)
Date: 04/04/93


From: hlu@eecs.wsu.edu (HJ Lu)
Subject: Re: Seyon install problem on Linux
Date: 4 Apr 1993 22:18:54 GMT

In article <FREED.93Apr4144852@europa.orion.adobe.com>, freed@europa.orion.adobe.com (Alex Freed) writes:
|>
|> Another problem with the Seyon is that it doesn't seem to like my libc.
|> seyon: can't load library '/lib//libc.so.4'
|> Incompatible version.
|> is all I get.
|>
|> ldd seyon returnes:
|> /lib/libXaw.so.3 (DLL Jump 3.0)
|> /lib/libXt.so.3 (DLL Jump 3.0)
|> /lib/libX11.so.3 (DLL Jump 3.0pl0)
|> /libc.so.4 (DLL Jump 4.3pl2)
                        ^^^^^^^^^^^^^^

That means it needs libc 4.3.2.

|>
|> I'm running SLS based on .99p6 and I have a link libc.so.4 -> libc.so.4.3
                                                                ^^^^^^^^^^^^^

Your libc is too old. It has to be newer than libc 4.3.2. Please get
libc 4.3.3 from tsx-11 under pub/linux/GCC.

|> in /lib.
|> Any ideas?
|>

H.J.