I just built and installed postgresql from openpkg 1.2 on a solaris 7 box
and it appears to have been built for the shared postgres library which is
not there. Any tips? I will investigate further.

openpkg@redfish$ /opt/openpkg/bin/psql -U postgresql -d template1 \
> -c "ALTER USER postgresql WITH PASSWORD 'newpassword'"
ld.so.1: /opt/openpkg/bin/psql: fatal: libpq.so.3: open failed: No such file
or
directory
Killed
openpkg@redfish$ ldd /opt/openpkg/bin/psql
        libpq.so.3 =>    (file not found)
        libcurses.so.1 =>        /lib/libcurses.so.1
        librt.so.1 =>    /lib/librt.so.1
        libresolv.so.2 =>        /lib/libresolv.so.2
        libgen.so.1 =>   /lib/libgen.so.1
        libsocket.so.1 =>        /lib/libsocket.so.1
        libnsl.so.1 =>   /lib/libnsl.so.1
        libdl.so.1 =>    /lib/libdl.so.1
        libm.so.1 =>     /lib/libm.so.1
        libc.so.1 =>     /lib/libc.so.1
        libaio.so.1 =>   /lib/libaio.so.1
        libmp.so.2 =>    /lib/libmp.so.2
        /usr/platform/SUNW,UltraSPARC-IIi-Engine/lib/libc_psr.so.1

openpkg@redfish$ rpm -qi postgresql
Name:    postgresql                  Source RPM:
postgresql-7.3.1-1.2.0.src.rp
m
Version: 7.3.1                       Packager:     The OpenPKG Project
Release: 1.2.0                       Build Host:
redfish.cle.lionbioscience.co
m
Group:   Database                    Build System: sparc64-solaris2.7
Distrib: OpenPKG [BASE]              Build Time:   Wed Feb 12 11:24:15 2003
License: GPL                         Relocations:  /opt/openpkg
Vendor:  PostgreSQL Group            Install Size: 7451481 bytes
URL:     http://www.postgresql.org/  Install Time: Wed Feb 12 16:39:18 2003
Summary: PostgreSQL Database
Description:
    PostgreSQL is a sophisticated Object-Relational DBMS, supporting
    almost all SQL constructs, including subselects, transactions,
    and user-defined types and functions. It is the most advanced
    open-source database available anywhere.
Provides:
    postgresql::with_openssl = no
    postgresql::with_odbc = no
    postgresql::with_perl = no
    postgresql::with_tcl = no
    postgresql = 7.3.1-1.2.0

----
Martin Andrews
[EMAIL PROTECTED] 
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [EMAIL PROTECTED]

Reply via email to