Quote:
|
Originally Posted by oddo
cd /root
wget http://www.zlib.net/zlib-1.2.3.tar.gz
tar xvfz zlib-1.2.3.tar.gz
cd zlib-1.2.3
./configure
make
make test
make install
-------------------------
no errors but still i have installed zlib 1.2.1.2-1
[root@server zlib-1.2.3]# yum list installed "zlib*"
Installed Packages
zlib.i386 1.2.1.2-1 installed
zlib-devel.i386 1.2.1.2-1 installed
[root@server zlib-1.2.3]#
how do i install zlib 1.2.3 ?
thx
|
yum lists what is in its database. Because you've installed zlib from the sources, yum cannot know that there's a newer version installed so don't worry about the yum output.