Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • What are the commands you have executed and what are the outputs to them? Commented Jan 31, 2017 at 8:41
  • cmds executed - <br/> tar zxvf glibc-2.14.tar.gz cd glibc-2.14 mkdir build cd build ../configure --prefix=/opt/glibc-2.14 make -j4 make install <br/> but glibc is still same version i.e. 2.12 Commented Jan 31, 2017 at 8:43
  • 1
    Is it glibc2.14 or glibc2.15? Do you receive any error message when compiling? Are you checking the version of glibc under /opt or perhaps are you taking the version from your glibc called in your path? Commented Jan 31, 2017 at 8:49
  • It is glibc 2.15. No error while compiling. I am checking version by yum list glibc Commented Jan 31, 2017 at 8:51
  • 1
    Just edited your question with that relevant information. Commented Jan 31, 2017 at 8:56