Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install glibc 2.14 redhat 6

1. tar xvfz glibc-2.14.tar.gz
2. cd glibc-2.14
3. mkdir build
4. cd build
5. ../configure --prefix=/opt/glibc-2.14
6. make --jobs=8
7. sudo make install
8. export LD_LIBRARY_PATH=/opt/glibc-2.14/lib:$LD_LIBRARY_PATH
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu ssh connect to server 
Shell :: create new workflow branch 
Shell :: where is /snap directory manjaro 
Shell :: adb install_failed_already_exists 
Shell :: Open jupyter notebook in firefox/chrome from wsl 
Shell :: logstash automatic config reload 
Shell :: filetype exfat not configured in kernel 
Shell :: bevy clone 
Shell :: You are not inside a Hardhat project. 
Shell :: Disable the built-in Redis and Fill in the connection details 
Shell :: create user in linux and provide all access 
Shell :: grep show location 
Shell :: mongodb shell list more than 20 
Shell :: harmony patch download 
Shell :: powershell alternative && 
Shell :: grep simon 
Shell :: asking git token in ubuntu again n again 
Shell :: kubectl get taints 
Shell :: zsh command not found scp 
Shell :: bash execute last command by keyword 
Shell :: /dev/stdin execute remote script with passing args 
Shell :: git config --system core.longpaths true premission denied 
Shell :: uninstall texlive 2019 in ubuntu 18.4 
Shell :: gem install therubyracer 
Shell :: powershell recursive copy skip if file already exists 
Shell :: bash loop local variable 
Shell :: Filter Up Hosts 
Shell :: helm set environment variables 
Shell :: install ecryptfs in linux 
Shell :: -z option in shell script 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =