Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2001 18:08:27 GMT
From:      Daniel Holliman <danh@jihad.to>
To:        freebsd-questions@freebsd.org
Cc:        danh@jihad.to
Subject:   installing postgresql in freebsd 4.2
Message-ID:  <200102141808.f1EI8RK77696@phoenix.jihad.to>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102141808.f1EI8RK77696>