From owner-freebsd-hackers Thu Jun 22 6:20:13 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from alpha.dtix.com (alpha.dtix.com [198.62.174.1]) by hub.freebsd.org (Postfix) with ESMTP id 610AB37C2FD for ; Thu, 22 Jun 2000 06:20:09 -0700 (PDT) (envelope-from bageshri@dtix.com) Received: from dtix.com (beta.dtix.com [198.62.174.3]) by alpha.dtix.com (8.9.3/8.8.7) with ESMTP id IAA29783; Thu, 22 Jun 2000 08:34:21 -0400 Message-ID: <3952142B.58749D50@dtix.com> Date: Thu, 22 Jun 2000 09:27:07 -0400 From: Bageshri Kundu X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hackers@FreeBSD.ORG Cc: bageshri@dtix.com Subject: libnsl and libdl not found. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am porting some MPLS conformance tester code from Linux to Free BSD which needs libnsl & libdl to be linked in. When I do a make, I get the error saying that these 2 files are not found and nor do they seem to be present in the machine. Doesn't FreeBSD come with these libraries? Otherwise is there a way to get these from somewhere? How is dynamic linking done on Free BSD without libdl? Also, I have another question about a specific socket option called "SO_BINDTODEVICE" which is supported on Linux but does not seem to be supported on Free BSD. Has anybody come across this problem? Thanks Bageshri To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message