I am trying to install the latest version of bzip2 in an RHEL server. The current version of bzip2 installed is 1.0.5 and is not useful for my purposes.
The 1.0.6 version of bzip2 is available from http://www.bzip.org/downloads.html
Commands
tar xzvf bzip2-1.0.6.tar.gz
cd bzip2-1.0.6
vim README
README section screenshot:
So I do
make -f Makefile libbz2_so
make
make install
This doesn't seem to work out for me.
The output from make install
is: