From owner-freebsd-questions Wed Feb 14 18: 9:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.jihad.to (jihad.to [207.82.194.80]) by hub.freebsd.org (Postfix) with ESMTP id 748E537B401 for ; Wed, 14 Feb 2001 18:09:26 -0800 (PST) Received: (from danh@localhost) by phoenix.jihad.to (8.11.1/8.11.1) id f1EI8RK77696; Wed, 14 Feb 2001 18:08:27 GMT (envelope-from danh) Date: Wed, 14 Feb 2001 18:08:27 GMT From: Daniel Holliman Message-Id: <200102141808.f1EI8RK77696@phoenix.jihad.to> To: freebsd-questions@freebsd.org Subject: installing postgresql in freebsd 4.2 Cc: danh@jihad.to Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a freebsd 4-2 machine, I have recently cvsuped and updated /usr/ports, I'm trying to install postgres from the ports, I get the following error. At first I thought it was because I tried installing the jdk 1.2 beta port, or maybe I mangled my jdk installation, so with pkg_delete I ripped out any java related ports and did a make reinstall of the jdk1.1 port, but that didn't help, same error: obviously I need libxpg4.so.2, but where should I be finding the missing shared library? ---- make[1]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.0.3/src/interfaces/jdbc' /usr/local/jdk1.1.8/bin/javac org/postgresql/DriverClass.java /usr/libexec/ld-elf.so.1: Shared object "libxpg4.so.2" not found gmake[1]: *** [org/postgresql/DriverClass.class] Error 1 gmake[1]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.0.3/src/interfaces/jdbc' gmake: *** [jdbc1] Error 2 gmake: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.0.3/src/interfaces/jdbc' *** Error code 2 Stop in /usr/ports/databases/postgresql7. *** Error code 1 Stop in /usr/ports/databases/postgresql7. *** Error code 1 Stop in /usr/ports/databases/postgresql7. ---- thanks for any help. - dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message