From owner-freebsd-questions@FreeBSD.ORG Mon Feb 4 17:54:51 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 727CD16A41B for ; Mon, 4 Feb 2008 17:54:51 +0000 (UTC) (envelope-from bhuvaneswari.ramkumar@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id F2BCC13C465 for ; Mon, 4 Feb 2008 17:54:50 +0000 (UTC) (envelope-from bhuvaneswari.ramkumar@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so2157569fgg.35 for ; Mon, 04 Feb 2008 09:54:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; bh=utm0txkMv3KTQG4BVXYp3/uqGQK1kqDDamZm8b/fXE4=; b=VAXVVGdjRvqJxeEMtov3dQc89U89uN4kSkhay2dnJgnkLxYaZpcSFNOafM5643HXqhNxQFdz/9LgdcRFg1PxeTRp+V/UqgmKqS1pT/ri3lZe37oK8eGVKr9vFlq8JNbUxGNgweqqlalTeKEbFhW05lStJaAapY2fez398Aw/jvk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=k0YsZkxXlRNBmNsonAVVnyH5D4B21oE9uazgrUSuLVjAiIvRopdBIlqPIe9mA1wCvOLJSLYGk3eTV90J5uGVL+B/axx5tgd4P6lBjIo5IZ87Hgk+E8XG/HJS3P1YdDT+Bj8nYxtR83gF1ntzY++9Bgq4+81PI6UMZlc+r9SXBIU= Received: by 10.86.61.13 with SMTP id j13mr6848573fga.48.1202147689733; Mon, 04 Feb 2008 09:54:49 -0800 (PST) Received: by 10.86.58.7 with HTTP; Mon, 4 Feb 2008 09:54:49 -0800 (PST) Message-ID: <7c7927920802040954u948a5ebga929f11a2fa76a45@mail.gmail.com> Date: Mon, 4 Feb 2008 12:54:49 -0500 From: "Bhuvaneswari Ramkumar" Sender: bhuvaneswari.ramkumar@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Google-Sender-Auth: 9879a9ca0e5c3137 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Libnet in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2008 17:54:51 -0000 Hi, I'm trying to work with Libnet in BSD, I ftped the package, did a ./configure and a make install and things seemed to be fine. But when I try to compile a simple application, I get a msg : " undefined reference :libnet_init" , actually it looks like it doesnt recognize any of the libnet functions calls. Am I missing something here ? or is there something else to be done about getting libnet to run here ? Thanks Bhuvana