Compiling ez-ipupdate-3.0.11b7 error message

step4

New Member
Is there any updated Dynamic DNS Client Software?

Couldn't find any help at source-forge for ez-ipupdate, the recommended, Dynamic DNS Client Software.

There is apparently a mismatch in some file versions when compiling with gcc.

When try to compile using:
./configure
make


it fails with the following in the error message:
TLS definition in /lib/x86_64-linux-gnu/libc.so.6 section .tbss mismatches non-TLS reference in conf_file.o

Running the command:
make install

fails with the same error.

Using Google, I've found the solution is to add:
–include /path/to/errno.h
in the gcc options in one of the files. But I don't know which file or where to put it.

Thanks for any help or suggestions.
 

step4

New Member
Never mind.

Found that apt-get can install and configure ez-ipupdate. All should be well now. I think.
 
Top