LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Error installing No-IP Client, "sudo make install" not working (https://www.linuxquestions.org/questions/ubuntu-63/error-installing-no-ip-client-sudo-make-install-not-working-647657/)

ACSUSA 06-07-2008 12:45 PM

Error installing No-IP Client, "sudo make install" not working
 
Hello,
I am trying to install the No-IP.com Client on my Ubuntu machine. I followed the tutorial located at http://www.forwardyouth.com/ubuntu/h...rce-in-ubuntu/ exactly. However, when the tutorial tells me to run "sudo make install" command, I get the error "sudo: make: command not found". Can anyone tell me what I am doing wrong?

-ACSUSA

jay73 06-08-2008 01:03 AM

Are you sure that you are inside the proper directory? When you have extracted the binary, you need to cd to it (there should be a "make" file in there).

goodtimetribe 06-27-2008 08:06 AM

Quote:

Originally Posted by ACSUSA (Post 3177668)
Hello,
I am trying to install the No-IP.com Client on my Ubuntu machine. I followed the tutorial located at http://www.forwardyouth.com/ubuntu/h...rce-in-ubuntu/ exactly. However, when the tutorial tells me to run "sudo make install" command, I get the error "sudo: make: command not found". Can anyone tell me what I am doing wrong?

-ACSUSA

I'm the author of the article. My mistake, I assumed everyone had build-essential. You most likely need to install the build-essential package for make to operate.

Code:

sudo apt-get install build-essential

Let me know if that works for you.


All times are GMT -5. The time now is 06:26 PM.