CentOS 4 - Zlib upgrade HowTo
As there are quite a few people on here with CentOS boxes with an older zlib (1.2.1x), this quick and simple HowTO will show you how to create an rpm to upgrade zlib.
First, get gcc if you don't have it already:
'yum install gcc'
Next, you will need rpm-build:
'yum install rpm-build'
Now, grab the source rpm for zlib 1.2.3 from the Fedora 5 repos:
'wget ftp://chuck.ucs.indiana.edu/pub/array2/linux/fedora/linux/core/5/source/SRPMS/zlib-1.2.3-1.2.1.src.rpm'
Build the rpm with 'rpmbuild --rebuild zlib-1.2.3-1.2.1.src.rpm'
Now upgrade with the newly created rpms (zlib and zlib-devel):
'rpm -Uhv /usr/src/redhat/RPMS/i386/zlib-*1.2.3-1.2.1.i386.rpm'
Done.
# rpm -q zlib
zlib-1.2.3-1.2.1
Last edited by cryptic; 22nd September 2006 at 20:06.
|
Recent comments
1 day 3 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 17 hours ago
1 day 18 hours ago
1 day 20 hours ago
2 days 9 hours ago
2 days 11 hours ago