rotboom.blogg.se

How to install glibc 2.14 on centos 6
How to install glibc 2.14 on centos 6









how to install glibc 2.14 on centos 6
  1. #How to install glibc 2.14 on centos 6 code#
  2. #How to install glibc 2.14 on centos 6 download#

Gmp-devel and mpfr-devel was already installed, so just install libmpc-devel: The packages will install the libraries and headers in standard system directories so they can be found automatically when building GCC. Not sure if the following was needed, but found it on :įor RPM-based systems, including Fedora and SUSE, you should install gmp-devel, mpfr-devel and libmpc-devel (or mpc-devel on SUSE) packages. They may be located in separate packages. Sure that you have installed both the libraries and the header files. If you obtained GMP and/or MPFR from a vendor distribution package, make

#How to install glibc 2.14 on centos 6 code#

Try the -with-gmp and/or -with-mpfr options to specify their locations.Ĭopies of these libraries' source code can be found at their respective glibc-2.14/configure -prefix=/usr/local/mylib/ -with-binutils=/usr/localĬonfigure: error: gcc must provide the headerĪccording to krinn on crossdev fails to build glibc for ppc - cpuid.h, a newer gcc would solve the problem.īuild a newer GCC # svn co svn:///svn/gcc/branches/gcc-4_4-branch/ gcc-4.4Ĭonfigure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.2+. cfi_personality support missing, binutils needed to be updated. cfi_personality support missingĪccording to Employed Russian on this link configure: error: assembler too old. Running configure fragment for nptl/sysdeps/x86_64Ĭhecking for. glibc/configure -prefix=/usr/local/mylib/ Install GLIBC # git clone git:///git/glibc.git Opam: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by opam) Opam: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by opam) Now, when I tried to run configure again, I got: Re-run the configure and finish compiling: I then Downladed the 3.12 version from īFD library not found, 'objinfo' will be unable to display info on. The default version on 5 and 6 machines is 3.11.2. I downloaded the OPAM tar ball and then tried compiling it again: Installed camlp4 and try installing opam again with the same error. On some operating systems, these are separate packages from the main OCaml compiler, such as camlp4-extra on Debian.

how to install glibc 2.14 on centos 6

usr/local/bin/opam: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/bin/opam)Ĭonfigure: error: You must install the Camlp4 pre-processor.

how to install glibc 2.14 on centos 6

usr/local/bin/opam: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by /usr/local/bin/opam)

#How to install glibc 2.14 on centos 6 download#

I first tried to download OPAM and run the installer, which gave me the error: Initializing with compiler 4.01.0 Long version (beware of the rabbit hole):

how to install glibc 2.14 on centos 6

On a 6.X machine, all you need to do is to download and install OCaml version 3.12 and OPAM. In order to install OPAM on a 5.X machine, it needed at least OCaml version 3.12, which needed a newer binutils, which needed a newer GCC, which needed a new mpfr-devel. Posted by Theresa Arzadon-Labajo (tarzadon) on Feb 10 2014 Install OPAM on Springdale/RHEL/CentOS/SL 5.X











How to install glibc 2.14 on centos 6