[JDEV] ADNS Update
Michael Rueger
m.rueger at acm.org
Wed Aug 16 12:30:02 CDT 2000
Andy,
this happened to me just yesterday installing the stuff on my RedHat 62.
box.
There is actually a problem in the ADNS make file:
> ENABLE_DYNAMIC= elf
> ifeq ($(ENABLE_DYNAMIC),elf)
> SUBDIRS_DYNAMIC=dynamic
> else
> SUBDIRS_DYNAMIC=
> endif
The first line reads
> ENABLE_DYNAMIC= yes
in the original one, which obviously doesn't work.
Well, not that obvious, a friend of mine finally saw this ;-)
Because of this error the make only generates static libraries.
Michael
> Andy Smith wrote:
>
> Ok, installed gmake... made and installed ADNS... tested it using
> adnstest (domain) ... all working well...
>
> Tried to install libetherx-1.0 but got this when /configure is run....
> any suggestions would be greatly appreciated...
>
> configure: error:
> *************************************************************
> * You do not seem to have the asynchronous dns libray on *
> * your system. You are required to install this library *
> * before continuing. *
> * http://www.gnu.org/software/adns/ *
> *************************************************************
>
> Andy
More information about the JDev
mailing list