* FATAL: cannot determine library version
@ 2000-10-27 17:19 Pete Popov
2000-10-28 13:18 ` Ralf Baechle
0 siblings, 1 reply; 3+ messages in thread
From: Pete Popov @ 2000-10-27 17:19 UTC (permalink / raw)
To: linux-mips@oss.sgi.com
I've got a big endian kernel running for a new embedded board, and it
mounts the root fs over nfs. I'm using the simple-0.2b packages as the
root fs. At some point after /bin/sh is loaded, I get the following
error:
FATAL: cannot determine library version
The same root file system is fine on my Indigo2.
Any clues?
Thanks,
Pete
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: FATAL: cannot determine library version
2000-10-27 17:19 FATAL: cannot determine library version Pete Popov
@ 2000-10-28 13:18 ` Ralf Baechle
2000-10-30 22:12 ` Pete Popov
0 siblings, 1 reply; 3+ messages in thread
From: Ralf Baechle @ 2000-10-28 13:18 UTC (permalink / raw)
To: Pete Popov; +Cc: linux-mips@oss.sgi.com
On Fri, Oct 27, 2000 at 10:19:32AM -0700, Pete Popov wrote:
> I've got a big endian kernel running for a new embedded board, and it
> mounts the root fs over nfs. I'm using the simple-0.2b packages as the
> root fs. At some point after /bin/sh is loaded, I get the following
> error:
>
> FATAL: cannot determine library version
>
> The same root file system is fine on my Indigo2.
Seems your kernel is foobared. On startup libc is trying to determine
the kernel version but both using uname and /proc/sys/kernel/osrelease
fail for some reason.
Ralf
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: FATAL: cannot determine library version
2000-10-28 13:18 ` Ralf Baechle
@ 2000-10-30 22:12 ` Pete Popov
0 siblings, 0 replies; 3+ messages in thread
From: Pete Popov @ 2000-10-30 22:12 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux-mips@oss.sgi.com
Ralf Baechle wrote:
>
> On Fri, Oct 27, 2000 at 10:19:32AM -0700, Pete Popov wrote:
>
> > I've got a big endian kernel running for a new embedded board, and it
> > mounts the root fs over nfs. I'm using the simple-0.2b packages as the
> > root fs. At some point after /bin/sh is loaded, I get the following
> > error:
> >
> > FATAL: cannot determine library version
> >
> > The same root file system is fine on my Indigo2.
>
> Seems your kernel is foobared. On startup libc is trying to determine
> the kernel version but both using uname and /proc/sys/kernel/osrelease
> fail for some reason.
Thanks, that helped.
uname wasn't called at all -- only /proc/sys/kernel/osrelease was being
opened. However, I did not have CONFIG_SYSCTL enabled in my .config
file.
Pete
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2000-10-30 22:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-10-27 17:19 FATAL: cannot determine library version Pete Popov
2000-10-28 13:18 ` Ralf Baechle
2000-10-30 22:12 ` Pete Popov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox