Quote:
|
Originally Posted by Addis
You've not given enough information on what files you're editing or what you're even doing, please be more thorough in future.
Now it seems you're editing a Makefile, $PREFIX is a variable.
|
sorry, yes it's a makefile, basically i'm trying to install noip-duc-linux, but i found 2 errors in the script, the whole point is i'm trying to get DDNS working on my new router, i don't really understand DDNS and then i have to start debugging a script
Quote:
|
Originally Posted by thomas
PREFIX=/usr/local
CONFDIR=${PREFIX}/etc
PREFIX looks like a string variable, so confdir could also look like this:
CONFDIR=/usr/local/etc
and you would get the same result I believe.
|

, that explains a lot. & yes i agree
Quote:
|
Originally Posted by thomas
Not really sure what I'm talking about
|
bull
Quote:
|
Originally Posted by thomas
it looks like there is no response from dynupdate.no-ip.com, which timed out the connection, which then didn't create a config file. Then when it tried to copy the non-existant config file you got:
mv: cannot stat `/tmp/no-ip2.conf': No such file or directory
|
i agree, but, it's moving not copying
Off Topic:
simply misreading it
Quote:
|
Originally Posted by thomas
And because of that it can't make! You probably knew all that already
|

Quote:
|
Originally Posted by thomes
but I wasn't really sure what you're asking...
|
help with debugging the makefile
BTW: thank you