[JDEV] ADNS Update

Erik Parker eparker at mindsec.com
Fri Oct 27 17:18:28 CDT 2000



Just as a note for Solaris. Someone kept posting "All you have to do is
run ldconfig" and "You just need to update your Library Path".

Well that isn't the case for Solaris 8. There is no ldconfig for those of
you who didn't know, and it goes by whatever is in your LD_LIBRARY_PATH.

Adns compiles, with Dynamic = yes, and with the default Dynamic = elf,
to not make a .so file. It makes a .a, and a .so.1.0 .

You have to hand sym link 

ln -s /usr/local/lib/libadns.so.1.0 /usr/local/lib/libadns.so


Just and Fyi for those of you who have problems with it.


********************

Hi Steve,

I will try it in the mo' got to get some sleep my terminal is starting to
burn in to mu cornea. :-)

Thanks for the support

Andy
----- Original Message -----
From: Orion (Steve Pirk) <orion at deathcon.com>
To: <jdev at jabber.org>
Sent: Wednesday, August 16, 2000 10:46 PM
Subject: Re: [JDEV] ADNS Update


> 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
> >
>
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
>






Erik Parker
Mind Security

An armed society, is a polite society.





More information about the JDev mailing list