From owner-freebsd-hackers Thu Apr 25 12:49:15 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 31DBE37B404 for ; Thu, 25 Apr 2002 12:49:05 -0700 (PDT) Received: (qmail 76482 invoked by uid 100); 25 Apr 2002 19:49:02 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15560.23981.666822.907348@guru.mired.org> Date: Thu, 25 Apr 2002 14:49:01 -0500 To: Doug White Cc: hackers@freebsd.org, Miguel Mendez , Edwin Groothuis Subject: Re: missing libraries, and how to find them. In-Reply-To: <20020425121126.V65107-100000@resnet.uoregon.edu> References: <15560.17504.878501.315464@guru.mired.org> <20020425121126.V65107-100000@resnet.uoregon.edu> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.52 (Python 2.2 on FreeBSD/i386) Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <20020425121126.V65107-100000@resnet.uoregon.edu>, Doug White typed: > Mike: 'mired.org' has some bogus DNS entries floating around. Is it a new > domain? I can't send mail to it since it has no records at all. No, it's not a new domain. It's over two years old. I find entries for it on servers that are totally unrelated to it: guru% dig @ns.idiom.com mired.org ; <<>> DiG 8.3 <<>> @ns.idiom.com mired.org ; (1 server found) ;; res options: init recurs defnam dnsrch ;; got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3 ;; QUERY SECTION: ;; mired.org, type = A, class = IN ;; ANSWER SECTION: mired.org. 20M IN A 64.192.6.133 [Authority and additional sections deleted] > On Thu, 25 Apr 2002, Mike Meyer wrote: > > > Yes, but when lib c depends on lib d, your script won't pick it up. > > The patches to ldd will. They will recurse on down forever. > I realize this is probably extremely rare, but does it catch circular > dependencies? You don't want it looping off into forever. It lists both libraries once, showing the dependencies between them. When it finds a library, it adds it to the list if it isn't already on it. It keeps listing what's in a library until all of them are listed. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message