[JDEV] ADNS Update

Orion (Steve Pirk) orion at deathcon.com
Wed Aug 16 16:46:57 CDT 2000


Andy,

Did you get this fixed? I had the same problem (Solaris is
very similar to free-bsd). The fix about dynamic libs 
worked for me... The istaller is looking for a .so, not a
.a library. In the Makiefile for adns (after running
./configure for adns), change 
ENABLE_DYNAMIC= yes
if that does not work, change it to
ENABLE_DYNAMIC= elf

I am fairly sure that the "yes" setting worked for me. Only
then did the make generate .so libs.

Steve
Orion. DeathCon.com Quake server Admin
http://www.deathcon.com
Think of it as evolution in action.

On Wed, 16 Aug 2000, 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