You are here |
blog.matteoferla.com | ||
| | | |
bitsanddragons.wordpress.com
|
|
| | | | This is just a recipe. I previously had issues with GLIBC, now on my current CentOS 7.8 I can't update it via yum anymore. This is my (simple) recipe: wget https://ftp.gnu.org/gnu/glibc/glibc-2.25.tar.gztar -xvzf glibc-2.25.tar.gzcd glibc-2.25/mkdir buildcd build/../configure --prefix=/opt/local/glibc-2.25/make -j8make install Of course after that we need to add it to LD_LIBRARY_PATH. Like this: export LD_LIBRARY_PATH=/opt/local/glibc-2.25/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} That's... | |
| | | |
mihai.fm
|
|
| | | | ||
| | | |
techrights.org
|
|
| | | | ||
| | | |
www.humprog.org
|
|
| |