Page 1 of 1

No-ip Client on BubbaTwo?

Posted: 29 Sep 2008, 16:44
by trencarbe
Hi,

Downloaded the no-ip client from the No-IP site, see http://www.no-ip.com/downloads.php?page=linux, but I could not neither run the precompiled linux version nor compile the code that came with it.

Could somebody please show how to install the make system and how to run the no-ip client?


/TC

Posted: 29 Sep 2008, 17:35
by Cheeseboy
Hi trencarbe,

Quick suggestion here without any verification done beforehand, i.e. I haven't tried this myself (and it might mess up your system, take a backup first), this is only to give you some ideas:
su
apt-get install build-essential
cd <no-ip-download-directory>
more README.FIRST
--- I haven't read the whole thing, but you should! ---
make
make install

Have fun!

/Cheeseboy

Posted: 03 Nov 2008, 15:53
by trencarbe
works nice, thx!