LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-13-2020, 01:29 PM   #1
gregors
Member
 
Registered: Mar 2018
Posts: 177

Rep: Reputation: Disabled
Question Have glibc 2.13, need glibc 2.14 - what to do?


Hi there!

Recently I bought a new Arduino (µC). When I want to compile and upload a program, the IDE complains about glibc:

... version `GLIBC_2.14' not found ...

What can I do to have glibc 2.14 running? Would this be just some sort of "./configure; make; make install" or are the things more complicated?

Since disk space isn't such a big problem anymore I installed Fedora on a free partition - but I really don't want to move over to Gnome 3 and systemd.

Any advice welcome!

Gregor
 
Old 01-13-2020, 02:37 PM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,134
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
How old is your fedora install?
https://fedora.pkgs.org/30/fedora-x8...86_64.rpm.html
https://fedora.pkgs.org/30/fedora-x86_64/glibc
https://fedora.pkgs.org/31/fedora-x8...86_64.rpm.html

Use your package manager to install software, or you're going to have a mess.

What software are you trying to build? Isn't there anything in fedora's repo that will work?

Edit:
Read your distros docs
https://docs.fedoraproject.org/en-US..._Software.html
https://docs.fedoraproject.org/en-US...de/apas02.html

Last edited by teckk; 01-13-2020 at 02:40 PM.
 
1 members found this post helpful.
Old 01-13-2020, 02:45 PM   #3
gregors
Member
 
Registered: Mar 2018
Posts: 177

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by teckk View Post
How old is your fedora install?
...
I'm using fedora as an work-around. Just installed it, works.

What I have is an not-so-new debian wheezy 7: It has libc 2.13, the new Arduino IDE wants 2.14. Instead of moving to a newer debian I'd like to make it "glibc 2.14 capable" without breaking anything.

Gregor
 
Old 01-14-2020, 02:26 PM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by gregors View Post
What I have is an not-so-new debian wheezy 7: It has libc 2.13, the new Arduino IDE wants 2.14. Instead of moving to a newer debian I'd like to make it "glibc 2.14 capable" without breaking anything.
wheezy is definitely and absolutely dead. You are on your own.
You need a separate install with a somewhat newer distro. don't have to be fedora/gnome/systemd.
 
1 members found this post helpful.
Old 01-14-2020, 03:11 PM   #5
gregors
Member
 
Registered: Mar 2018
Posts: 177

Original Poster
Rep: Reputation: Disabled
Thanks!

Well, maybe I should get used to the fact that things change. The reason why I dislike gnome and systemd may be gone.

Gregor
 
Old 01-14-2020, 03:13 PM   #6
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
There are systemd-less distros out there or if you are just trying to avoid Gnome, plenty of alternatives. Practically EVERY alternative runs circles around gnome anyway
 
Old 01-14-2020, 03:25 PM   #7
gregors
Member
 
Registered: Mar 2018
Posts: 177

Original Poster
Rep: Reputation: Disabled
The number of systemd-less distros is limited. The only one I found that is somewhat old, still alive and widely used is Slackware. But since Slackware's packet management doesn't offer dependency management I moved back to the wheezy I came from in Nov. '18.

So, it seems I simply *have* to move to a more actual distro. The question is if it's going to be debian 10 or fedora.

Hm.

Gregor

Last edited by gregors; 01-14-2020 at 03:27 PM.
 
Old 01-14-2020, 03:29 PM   #8
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Understood - never used Fedora because it is simply too bleeding edge for me and has a short half life, lol. I use Void Linux which uses runit and it works very well. Debian is one of my favorite systemd distros. though, along with Arch.
 
Old 01-16-2020, 12:55 PM   #9
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by gregors View Post
The number of systemd-less distros is limited. The only one I found that is somewhat old, still alive and widely used is Slackware.
Your Search-Fu is weak: https://distrowatch.com/search.php?d...it=Not+systemd

edit:
Are you saying you want a "somewhat old" distro? Maybe Devuan fits your bill? (ducks and runs)

edit2:
Yes, it seems you are saying exactly that.
But aren't you really saying "something that follows a long-established paradigm and runs smoothly on my legacy hardware"? Because many of the distros on that link I gave fit that bill.
Nothing wrong with Devuan either.

Last edited by ondoho; 01-16-2020 at 01:00 PM.
 
Old 01-17-2020, 01:52 PM   #10
gregors
Member
 
Registered: Mar 2018
Posts: 177

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
Your Search-Fu is weak: https://distrowatch.com/search.php?d...it=Not+systemd

edit:
Are you saying you want a "somewhat old" distro? Maybe Devuan fits your bill? (ducks and runs)

edit2:
Yes, it seems you are saying exactly that.
But aren't you really saying "something that follows a long-established paradigm and runs smoothly on my legacy hardware"? Because many of the distros on that link I gave fit that bill.
Nothing wrong with Devuan either.
No. What I was looking for when I decided not to upgrade from debian 7 to debian 8 was a distro that is free of systemd and pulse-audio, that was still alive and widely used. The only distro I found back in Nov. '18 was Slackware. Devuan looked good especially because it was using Gnome 2.

Anyway ... since I was forced to move to some actual distro I chose to upgrade to debian 10 a few days ago. I hope that will do for some years.

Gregor
 
Old 01-17-2020, 02:04 PM   #11
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Void is actively maintained and is systemd free. I cannot recall whether it uses PulseAudio. It IS rolling though, so not without occasional issues, as with all other rolling release distros. The installer is also not the greatest if you are used to a pretty dialog wizard but is quite functional.

Gnome 2 no longer exists. What you are seeing was Mate`, which is a fork of Gnome2.

Last edited by sevendogsbsd; 01-17-2020 at 02:05 PM.
 
Old 01-17-2020, 02:33 PM   #12
gregors
Member
 
Registered: Mar 2018
Posts: 177

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sevendogsbsd View Post
... Gnome 2 no longer exists. What you are seeing was Mate`, which is a fork of Gnome2.
I know. I really loved Gnome 2 since it was well configurable using console tools like pico. And I started to dislike Gnome 3 from the first moment - maybe the first release I saw was buggy. And I began to dislike it even more when I heard that the programmer of systemd and pulseaudio was part of the team that developed Gnome 3.

So, now I am trying Debian 10.2 (had to upgrade because of my new Arduino) with XFCE. If it runs good for the next few days I will try to use it as my new standard and change GRUB.

I'm really tired of fiddling around with system stuff. Had that since '96 with Linux, since '84 with an ZX 81.

Life is hard :-)

Gregor
 
Old 01-17-2020, 02:36 PM   #13
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by gregors View Post
No. What I was looking for when I decided not to upgrade from debian 7 to debian 8 was a distro that is free of systemd and pulse-audio, that was still alive and widely used.
Obviously you did not click the link I provided.
:shrugs:
 
Old 01-17-2020, 05:09 PM   #14
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Quote:
Originally Posted by ondoho View Post
Obviously you did not click the link I provided.
:shrugs:
There are actually quite a few items in that search - many are BSDs which are not Linux of course, but others I knew nothing about. I have always gone here and had not thought about the distrowatch search: https://nosystemd.org/

Thanks for the info.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I have an old laptop[8yrs] and I have tried to operate a Fedora 16 program alas I have no idea what my root ID is or my passwords. need to dickidido Linux - Newbie 6 03-10-2016 04:08 PM
i have an error when i try to install Glibc(5.7. Glibc-2.8-20080929, Version 6.4) robineecc1 Linux From Scratch 0 12-14-2008 11:45 AM
RH 9.0 glibc rpm says it needs glibc-common, but glibc-common is installed whitshade Red Hat 2 04-28-2007 05:49 PM
Upgrading glibc-2.2.4 to glibc-2.3.2 on redhat 7.2 Shuja Linux From Scratch 2 07-30-2004 12:34 AM
Possible bug in glibc-devel-2.2.93-5 and glibc-devel-2.2.5 mark_umr Linux - Software 1 10-22-2002 01:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration