make: command not found

While running make install you could possibly run into -bash: make: command not found error if make itself is not installed.

You can resolve this error, by installing make and its dependencies :

CentOS 6/7 & RHEL 6/7

yum install gcc automake autoconf libtool make

CentOS 8/RHEL 8
These would reveal all the "development tools" packages and dependencies.

dnf groupinfo "Development Tools"

To Install the development tools including make you can run:

dnf group install "Development Tools"

  • make not found
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I reboot my VPS server?

Hi,You can reboot your VPS by passing the following command in Putty or Terminalreboot

How do I enable PPP?

You Can Login to SolusVM Panel -> Enable PPP.Please be sure to raise a Support Ticket...

Changing VPS Timezone?

Generic procedure to change timezone under Linux Cd to /etc, run:# cd /etcCreate a symlink...

How do I enable Tun/Tap?

You Can Login to SolusVM Panel -> Enable Tun/Tap.Please be sure to raise a Support Ticket...

How to Reinstall Cloud VPS Operating System?

You can reinstall OS in few clicks. 1) Login on SolusVM Cloud VPS Panel 2) Click Manage in...