make is in the make package, part of the "Development Tools" group which you should install before attempting to build anything.
make is in the make package, part of the "Development Tools" group which you should install before attempting to build anything.
if your question is how to install make on redhat then you can do it using command yum install make.
if yum not work then try to set proxy URL to the proxy server in file /etc/yum.conf.
Make and build utilities on CentOS/RHEL? - Stack Overflow
How to install git without package-manager and no "make" command on RHEL ?
Unable to install Leapp on RHEL 7.9 to upgrade to 8?
ZFS on Centos 8 ?
Works fine for me following the official instructions: https://github.com/openzfs/zfs/wiki/RHEL-and-CentOS
More on reddit.comVideos
I try to install git from source. It need make command in the process. However, the server has no make command.
$ tar -zxf git-2.8.0.tar.gz $ cd git-2.8.0 $ make configure $ ./configure --prefix=/usr $ make all doc info $ sudo make install install-doc install-html install-info
I ,then, try to build the binary file in another server (which has make command), compress those files and "scp" to the target server (which i need to install git). .... and I don't really know what can I do next? Can someone help me? Thank you.