From owner-freebsd-questions@FreeBSD.ORG Wed Dec 8 20:14:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05DB116A4CE for ; Wed, 8 Dec 2004 20:14:24 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0A2243D3F for ; Wed, 8 Dec 2004 20:14:23 +0000 (GMT) (envelope-from freebsdnews@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so134084wri for ; Wed, 08 Dec 2004 12:14:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=qUPFF4FsksZ9dDI8o4VrLUq1UuxXHnXh0OAKSWQtxoQkppS1DegPED++LPQtP/nEeky28xFNl4/S44qmMJI5bAes9IDNreH0/wFL8AlW58zDe5hnIQsb/9rkGrXkeJHGHspTgwze5dpeBbwIZgy5HyOjAOc6vw3xm6gj+s/QV3I= Received: by 10.54.33.28 with SMTP id g28mr1194067wrg; Wed, 08 Dec 2004 12:14:23 -0800 (PST) Received: by 10.54.50.27 with HTTP; Wed, 8 Dec 2004 12:14:22 -0800 (PST) Message-ID: <8292450b04120812145327a306@mail.gmail.com> Date: Wed, 8 Dec 2004 14:14:22 -0600 From: CHris Rich To: me In-Reply-To: <1102529279.11128.12.camel@eshop1.pa.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1102529279.11128.12.camel@eshop1.pa.msu.edu> cc: questions@freebsd.org Subject: Re: Sorry to bother you ,but... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: CHris Rich List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 20:14:24 -0000 > Peter has managed to get it compiled on FreeBSd5.3, > however when run a yabasic demo program that uses > GTK-Server, I get an error message that library > nss_dns.so.1 is missing. > > I have searched the ports tree and found references > to this in files in these locations... > > eshop1# grep -r -i nss_dns /usr/ports/* > /usr/ports/devel/linux_devtools-6/pkg-plist.alpha:usr/lib/libnss_dns.so > /usr/ports/devel/linux_devtools-6/pkg-plist.i386:usr/lib/libnss_dns.so > /usr/ports/devel/linuxthreads/files/patch-aa:-otherlibs += > $(nssobjdir)/libnss_files.ans.a \ > /usr/ports/emulators/linux_base/pkg-plist.alpha:lib/libnss_dns-2.2.4.so > /usr/ports/emulators/linux_base/pkg-plist.alpha:lib/libnss_dns.so.1.1 > /usr/ports/emulators/linux_base/pkg-plist.alpha:lib/libnss_dns.so.2 > /usr/ports/emulators/linux_base/pkg-plist.i386:lib/libnss_dns-2.2.4.so > /usr/ports/emulators/linux_base/pkg-plist.i386:lib/libnss_dns.so.1 > /usr/ports/emulators/linux_base/pkg-plist.i386:lib/libnss_dns.so.2 > /usr/ports/emulators/linux_base-6/pkg-plist.alpha:lib/libnss_dns-2.1.3.so > /usr/ports/emulators/linux_base-6/pkg-plist.alpha:lib/libnss_dns.so.1.1 > /usr/ports/emulators/linux_base-6/pkg-plist.alpha:lib/libnss_dns.so.2 > /usr/ports/emulators/linux_base-6/pkg-plist.i386:lib/libnss_dns-2.1.3.so > /usr/ports/emulators/linux_base-6/pkg-plist.i386:lib/libnss_dns.so.1 > /usr/ports/emulators/linux_base-6/pkg-plist.i386:lib/libnss_dns.so.2 > /usr/ports/emulators/linux_base-debian/pkg-plist:lib/libnss_dns-2.2.5.so > /usr/ports/emulators/linux_base-debian/pkg-plist:lib/libnss_dns.so.2 > > I am not enough of an expert or guru to know how to get this > library installed , or even if it should be installed on a > FBSD5.3 system. > I am not an expert, and this may be obvious and it may not be completely....but seeing as it appears to be using the linux compability have you checked the man pages for linprocfs? if not maybe that would be a direction to consider...