From owner-freebsd-questions@FreeBSD.ORG Thu Jan 18 16:38:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A606B16A415 for ; Thu, 18 Jan 2007 16:38:14 +0000 (UTC) (envelope-from don.munyak@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 4399713C448 for ; Thu, 18 Jan 2007 16:38:14 +0000 (UTC) (envelope-from don.munyak@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so226577nfc for ; Thu, 18 Jan 2007 08:38:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tGxvitbJtzxO1KWYK7hJFDrnDGBCLKJpElvFem7Mb582w4OejZLvePQsBQX59RVKQraHOYu7D8QdIeDIRW+W0rv41JMuwCp/pRMjtJI9nyUW9qacgvcwqn6JeZKfXec84ErUsAYg0jtypDewP90ACGx7dTlUM1CszIPgq0q8AXM= Received: by 10.82.152.16 with SMTP id z16mr275899bud.1169136642218; Thu, 18 Jan 2007 08:10:42 -0800 (PST) Received: by 10.82.168.6 with HTTP; Thu, 18 Jan 2007 08:10:41 -0800 (PST) Message-ID: <6207f7d90701180810y98159c7vad593c9cdff2f376@mail.gmail.com> Date: Thu, 18 Jan 2007 11:10:41 -0500 From: "Don Munyak" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: How-to build / make / install 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: Thu, 18 Jan 2007 16:38:14 -0000 How-to build/make/install {disclaimer}...I've been using FreeBSD for about a year, so while I consider myself still a n00b, I'm just not a complete n00b :) OS: 6.1-RELEASE I really need some help building a package for install (if that's the correct terminology). hobbitmon is the next re-named version of big brother http://hobbitmon.sourceforge.net/ I have downloaded the tar.gz file into /usr/local/etc I extracted the tar using: don-bsd# tar xvfz file.tar.gz then I cd in to the directory don-bsd# cd /usr/local/etc/hobbit-4.2.0 The directory listing is as follows: don-bsd# pwd /usr/local/etc/hobbit-4.2.0 don-bsd# ls -la total 164 drwxr-xr-x 17 root wheel 512 Jan 18 09:38 . drwxr-xr-x 20 root wheel 1536 Jan 18 09:48 .. -r--r--r-- 1 root wheel 17983 Aug 9 16:10 COPYING -r--r--r-- 1 root wheel 1585 Aug 9 16:10 CREDITS -r--r--r-- 1 root wheel 69402 Aug 9 16:10 Changes -r--r--r-- 1 root wheel 3303 Aug 9 16:10 README -r--r--r-- 1 root wheel 5063 Aug 9 16:10 README.CLIENT -r--r--r-- 1 root wheel 9290 Aug 9 16:10 RELEASENOTES drwxr-xr-x 2 root wheel 1024 Aug 9 16:10 bbdisplay drwxr-xr-x 2 root wheel 1024 Aug 9 16:19 bbnet drwxr-xr-x 2 root wheel 512 Aug 9 16:10 bbproxy drwxr-xr-x 2 root wheel 1536 Jan 17 17:01 build drwxr-xr-x 2 root wheel 1024 Aug 9 16:10 client drwxr-xr-x 2 root wheel 1024 Aug 9 16:10 common -r-xr-xr-x 1 root wheel 431 Aug 9 16:10 configure -r-xr-xr-x 1 root wheel 6005 Aug 9 16:10 configure.client -r-xr-xr-x 1 root wheel 14018 Aug 9 16:10 configure.server drwxr-xr-x 2 root wheel 512 Aug 9 16:10 contrib drwxr-xr-x 3 root wheel 1024 Aug 9 16:10 debian drwxr-xr-x 2 root wheel 512 Aug 9 16:10 demotool drwxr-xr-x 3 root wheel 1536 Aug 9 16:10 docs drwxr-xr-x 7 root wheel 1536 Aug 9 16:10 hobbitd drwxr-xr-x 2 root wheel 512 Aug 9 16:10 include drwxr-xr-x 2 root wheel 2048 Aug 9 16:10 lib drwxr-xr-x 3 root wheel 512 Aug 9 16:10 rpm drwxr-xr-x 2 root wheel 2048 Aug 9 16:10 web don-bsd# The README says to simply don-bsd# ./configure don-bsd# make don-bsd# make install However, when I type ./configure from /usr/local/etc/hobbit-4.2.0 don-bsd# ./configure Configuration script for Hobbit This script asks a few questions and builds a Makefile to compile Hobbit Checking your make-utility GNU make is required to build Hobbit. If it is available as "gmake", run configure as: 'MAKE=gmake ./configure.server' don-bsd# ***** Help please, Thanks ~Don