https://github.com/centminmod/centminmod-glibc
https://github.com/centminmod/centminmod-glibc
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/centminmod/centminmod-glibc
- Owner: centminmod
- Created: 2018-06-02T18:45:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T19:38:12.000Z (about 8 years ago)
- Last Synced: 2024-12-31T01:41:57.781Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# glibc 2.27 custom RPM build
For CentOS 7.x 64bit based Centmin Mod LEMP stacks - build custom glibc 2.27 RPM which installs side by side with system default glibc 2.1.7. Custom glibc 2.27 RPM is saved to `/svr-setup/glibc-custom-2.27-1.el7.x86_64.rpm`
Note: these custom glibc RPMs are experimental and untested as yet. Only install on test CentOS 7 64bit systems.
## custom glibc 2.27
```
yum info glibc-custom -q
Installed Packages
Name : glibc-custom
Arch : x86_64
Version : 2.27
Release : 1.el7
Size : 145 M
Repo : installed
Summary : glibc-custom-2.27 for centminmod.com LEMP stack installs
URL : https://centminmod.com
License : unknown
Description : glibc-custom-2.27 for centminmod.com LEMP stacks
```
```
/opt/glibc/usr/bin/ldd --version
ldd (GNU libc) 2.27.9000
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
```
## system glibc
```
ldd --version
ldd (GNU libc) 2.17
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
```