I am trying to install Hadoop 2.4.0 from source, I got the following error, I have googled around but cannot find any solution.
Please help.
Regards
Go to hadoop-common > target > native > CMakeFiles, check the error log CMakeError.log.
Is g++ installed?
sudo apt-get install zlib1g-dev
sudo apt-get install libssl-dev
You need the support of the two libraries
Try the following: sudo apt-get install ant. It worked for me.