Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: deniska on April 04, 2009, 10:30:48 AM
-
Pidgin isn't running.
pidgin: /lib/libc.so.6: version `GLIBC_2.4' not found (required by pidgin)
http://pic.ipicture.ru/uploads/090404/21504/NeS9urJU05.png
Subj.
-
i think tc uses 2.3.x
-
The version is 2.3.6
I'm guessing a pre-built binary version was used?
-
Just type `/lib/libc.so.6` That's why I've got another copy that I chroot into:
GNU C Library stable release version 2.8, by Roland McGrath et al.
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 4.2.2.
Compiled on a Linux >>2.6.21.7<< system on 2009-03-26.
-
> That's why I've got another copy that I chroot into:
Do you build glibc yourself? I just want to update libc in initrd.
But I can't build glibc without getting any errors.
-
> That's why I've got another copy that I chroot into:
Do you build glibc yourself? I just want to update libc in initrd.
But I can't build glibc without getting any errors.
glibc is core, meaning other libs are built against it, so you have to start from scratch. Check out LFS if you're interested in building your own. It's fairly simple, and you can add anything you want after that.