Apt Get Install Glibc

28.01.2020by

$ make install By default this will install gdb binaries in /usr/local/bin and libs in /usr/local/lib Congratulation, you have successfully compiled and installed GDB. Once you installed GDB, you can print GDB version to test whether it is installed correctly. $ gdb --version. I have a 64-bit ubuntu 12.04 installation, with a glibc version 2.15, but the machine I need to run on has a glibc version 2.12, when I ran the program compiled on my own machine on the target machine, it gave me an error: version 'GLIBC_2.14' not found. This happens everytime I try to run apt-get or aptitude. I cannot update, remove, or install the glibc. Basically, I cannot do anything with the package managers at this point.

This requires some time, patience, and sometimes even computer skills OR This is the quicker and easier option. Canon mx922 driver windows.

  • If apt-get doesn't install the latest version of glibc its because the guys at canonical are still testing it. As soon as they decide it's ready to launch, they'll include it in the repo, so, as for apt-get concerns, you can't do anything at all but wait.
  • This happens everytime I try to run apt-get or aptitude. I cannot update, remove, or install the glibc. Basically, I cannot do anything with the package managers at this point.
  • Linuxbrew does not currently support 32-bit x86 platforms. It would be possible for Linuxbrew to work on 32-bit x86 platforms with some effort. Pull requests would be welcome if someone were to volunteer to maintain the 32-bit x86 support. Bottles are Linuxbrew’s precompiled binary packages. Linuxbrew bottles work on any Linux system.
  • If you prefer to install on the command-line, you can use: sudo apt-get update && sudo apt-get install libc6-dev This is worth mentioning, as if you're using a compiler other than the version of GCC as provided by build-essential / gcc-defaults, you may want to just install the libc6-dev package.
Active2 years, 1 month ago

I'm using Ubuntu 12.04 and the binary I'm trying to run needs glibc2.16, I tried updating glibc by using apt-get install libc6 but only glibc2.15 got installed , can someone suggest me how to get glibc 2.16 in my machine.

Sorry if this question doesn't belong here, but I couldn't find any resource.

Pavani siva dathPavani siva dath

3 Answers

You need to upgrade to a newer Ubuntu version, or recompile the software which currently needs glibc 2.16 specifically for Ubuntu 12.04, so that it will work with that older glibc version. Upgrading glibc has far-reaching consequences. I don't think there is any distribution which creates stable releases and which upgrades glibc within a stable release. For one thing, glibc tries hard to preserve backwards compatibility at the binary level, but less so at the source level, and a glibc upgrade could break downstream build processes.

Florian WeimerGlibc updateFlorian Weimer
19.7k3 gold badges14 silver badges50 bronze badges

The command sudo apt-get install glibc6 would itself install the latest version of glibc, compatible for your distro.

Xbox 360 pc wireless gaming receiver driver windows 10 download Sometimes when plugging in the reciever (drivers installed or not) you can here the new device ping instantly followed by the device disconnected ping. All seemed to install fine and it shows under device manager as correctly installed but the still will not flash when pressed and will not connect to any wireless controllers.

And as 'Florian Weimer' suggested, force upgrading glibc wouldn't be a great idea.

Mayank ThakurMayank Thakur

You could build and install desired version of GLIBC from source into alternate location, and make the single application use it, as described in this answer.

Or you could prepare a suitable chroot jail, and run the application from it.

Or you could run the application inside of a virtual machine, such as Oracle VirtualBox.

Employed Russian

Apt-get Install Chrome Linux Mint

Employed Russian
134k22 gold badges188 silver badges257 bronze badges

Not the answer you're looking for? Browse other questions tagged ubuntu-12.04glibc or ask your own question.

Active4 years, 9 months ago

I want to install glibc-devel package in Ubuntu 12.04. I am VM Ware work station in my project and this package is one of the dependency to build project image. I tried to find information on google about this package but didnt find any staisfactory answer.

Is this package not supported in Ubuntu 12.04? If not then what is the alternative package for it.

Any help on this will be useful.

Braiam
54.1k21 gold badges144 silver badges230 bronze badges
Tanuj SharmaTanuj Sharma

3 Answers

Community
Mike SteinertMike Steinert

If you just need the libc header files, install libc6-dev .

If you prefer to install on the command-line, you can use:

This is worth mentioning, as if you're using a compiler other than the version of GCC as provided by build-essential / gcc-defaults , you may want to just install the libc6-dev package.

(Installing build-essential will work because it will cause libc6-dev to be installed. libc6-dev is what actually provides the header files that enable you to link against GNU libc.)

Community
Eliah KaganEliah Kagan

Apt Get Install Glibc

90.3k23 gold badges250 silver badges395 bronze badges

I have the same issue, and I clone the glibc (GNU libc) source with the command:

Apt Get Install Glibc Debian

It runs fine for me.

0xC0000022L
3,0725 gold badges40 silver badges71 bronze badges
zimmerzimmer

Not the answer you're looking for? Browse other questions tagged software-installation or ask your own question.

Comments are closed.