Author Topic: MicroWatt - WattOS 8: How to install "no-ip" client  (Read 1659 times)

gaspa

  • Newbie
  • *
  • Posts: 1
    • View Profile
MicroWatt - WattOS 8: How to install "no-ip" client
« on: June 08, 2014, 02:25:18 PM »
Hi All,

since this is my first post, I'd like to say "hello" to everyone :)

I'm facing a problem since a couple of days: I need to install no-ip client on an old pc with microwatt installed.

I know that the no-ip .deb package is no more available, so I tried this as well:

cd /usr/local/src/
wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz
tar xf noip-duc-linux.tar.gz
cd noip-2.1.9-1/
make install


but it ended up with gcc error. So I installed gcc, now the error is on stdio.h missing.

Any idea/tutorial on how on install and configure no-ip client from the beginning?
Please, consider I'm a very newbie on linux..

Thanks a bunch for your help.


teejay

  • wattOS Veteran
  • Sr. Member
  • ****
  • Posts: 80
    • View Profile
Re: MicroWatt - WattOS 8: How to install "no-ip" client
« Reply #1 on: June 09, 2014, 05:19:58 AM »
Welcome to wattOS.

This error seems to have arisen for many others, as a web seach will show.
You're outsied my expertise, but here's a suggestion till an expert wanders by :
- you need  build-essential  installed   (if not already installed)
- you need gcc    (as you've found)
- one user success came from also adding  gcc+++ 

Or you could web search more extensively to get beyond my guesses.