Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: deniska on April 04, 2009, 10:30:48 AM

Title: Something wrong with my hands, or glibc is really old?
Post by: deniska on April 04, 2009, 10:30:48 AM
Pidgin isn't running.

Code: [Select]
pidgin: /lib/libc.so.6: version `GLIBC_2.4' not found (required by pidgin)
http://pic.ipicture.ru/uploads/090404/21504/NeS9urJU05.png
Subj.
Title: Re: Something wrong with my hands, or glibc is really old?
Post by: tobiaus on April 04, 2009, 11:42:15 AM
i think tc uses 2.3.x
Title: Re: Something wrong with my hands, or glibc is really old?
Post by: ^thehatsrule^ on April 04, 2009, 10:51:35 PM
The version is 2.3.6

I'm guessing a pre-built binary version was used?
Title: Re: Something wrong with my hands, or glibc is really old?
Post by: jpeters on April 05, 2009, 03:09:04 AM
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.
Title: Re: Something wrong with my hands, or glibc is really old?
Post by: deniska on April 07, 2009, 10:55:33 AM
> 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.
Title: Re: Something wrong with my hands, or glibc is really old?
Post by: jpeters on April 07, 2009, 11:30:03 PM
> 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.