From owner-freebsd-questions Sun Mar 16 17:37:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA10885 for questions-outgoing; Sun, 16 Mar 1997 17:37:23 -0800 (PST) Received: from triac.netchicago.net (roland@triac.netchicago.net [205.164.13.70]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA10875 for ; Sun, 16 Mar 1997 17:37:10 -0800 (PST) Received: from localhost (roland@localhost) by triac.netchicago.net (8.8.5/8.8.3) with SMTP id TAA11473 for ; Sun, 16 Mar 1997 19:37:06 -0600 (CST) Date: Sun, 16 Mar 1997 19:37:06 -0600 (CST) From: Roland Krocin To: questions@freebsd.org Subject: postgreSQL v6.0 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I'm trying to install PostgreSQL v6.0 on 2.1.6 and get the following error % gmake install gmake -C utils install gmake[1]: Entering directory `/usr/admin/root/postgres/src/utils' gmake[1]: Nothing to be done for `install'. gmake[1]: Leaving directory `/usr/admin/root/postgres/src/utils' gmake -C backend install gmake[1]: Entering directory `/usr/admin/root/postgres/src/backend' mkdir /usr/local/pgsql/lib mkdir: /usr/local/pgsql/lib: No such file or directory gmake[1]: *** [/usr/local/pgsql/lib] Error 1 gmake[1]: Leaving directory `/usr/admin/root/postgres/src/backend' gmake: *** [install] Error 2 There were no errors during compilation. Does anyone have an idea of what may be causing this? None of the src files (except for PORTNAME and whatever is set by 'customize') were modified. Thnaks in advance!