From owner-freebsd-questions Sun Nov 14 13:14:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cask.force9.net (cask.force9.net [195.166.128.29]) by hub.freebsd.org (Postfix) with SMTP id 7146214C99 for ; Sun, 14 Nov 1999 13:14:11 -0800 (PST) (envelope-from ric@sinclairassoc.force9.co.uk) Received: (qmail 18296 invoked from network); 14 Nov 1999 21:14:09 -0000 Received: from unknown (HELO mayfly.force9.net) (195.166.128.28) by cask.force9.net with SMTP; 14 Nov 1999 21:14:09 -0000 Received: (qmail 23540 invoked from network); 14 Nov 1999 21:14:06 -0000 Received: from a114-07-02.dial.plus.net.uk (HELO sinclairassoc.force9.co.uk) (195.166.140.114) by mayfly.plus.net.uk with SMTP; 14 Nov 1999 21:14:06 -0000 Message-ID: <382F2624.4AFE13B6@sinclairassoc.force9.co.uk> Date: Sun, 14 Nov 1999 21:14:12 +0000 From: Richard Morte X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en-GB,en-US,en MIME-Version: 1.0 To: nsayer@kfu.com Cc: freebsd-questions Subject: Re: Installing GDBM_File (was: Location of GDBM_File in FreeBSD 3.2_Release) References: <38284AF0.8DA6F7E1@quack.kfu.com> <3828AD73.5F6989BE@sinclairassoc.force9.co.uk> <3828F1D4.B0141730@quack.kfu.com> <38291AA7.CEA2FBE9@sinclairassoc.force9.co.uk> <38297620.8C689922@quack.kfu.com> <382A04A1.F4C338F2@sinclairassoc.force9.co.uk> <382A1C05.BABCD8DC@sftw.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, This isn't addressed specifically to Nick Sayer - if anyone can give me a hint what to do next I should be able (hopefully) to complete this install within the next hour or two. I had problems installing gdbm-1.7.3. Nick suggested the following: > > pkg_delete gdbm-1.7.3 and fetch and install the latest > gdbm port, which will instal 1.8.0, which will give you > /usr/local/lib/libgdbm.so.2 > I located the whereabouts of gdbm-1.8.0 on the ports tree by doing a search on FreeBSD.org $ fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/gdbm-1.8.0.tar.gz I got the message that I wasn't logged in. Anyway I found the following worked OK: $ fetch ftp://ftp.digital.com/pub/GNU/gdbm/gdbm-1.8.0.tar.gz messages about 134080 bytes transferred etc... I untarred it with: $ tar xzf gdbm-1.8.0.tar.gz I noticed that the permissions for the newly created gdbm-1.8.0 directory were different from others in /usr/ports/databases directory (no idea why or even if this is significant) so I changed the permissions to 0755. $ cd gdbm-1.8.0 $ make install (did this with gdbm-.1.7.3, so did this again for ~1.8.0) make: don't know how to make install. Stop so I tried : $ make (from Greg Lehey's Book, 2nd Edition, pg 96 - Building the port) make: no target to make. $ I'm beginning to think I'm utterly useless at ports. Haven't got one to work correctly yet. What did I do wrong this time? Cheers, Ric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message