| From: | Pete Leonard <pete(at)hero(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Postgres 7.1.3 on OpenBSD 2.9? |
| Date: | 2001-09-21 16:46:54 |
| Message-ID: | Pine.LNX.4.10.10109210940570.13896-100000@hero.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Has anyone out there succeeded in installing Postgres 7.1.3 on an
x86-based OpenBSD 2.9 install?
My setup -
x86 OpenBSD 2.9, out-of-the-box (no patches).
Unpacked the Postgres 7.1.3 tarball. Configure, make, make check all
pass. Installed cleanly. Updated /var/run/ld.so.hints to include
/usr/local/pgsql/lib.
initdb -D /usr/local/pgsql/data/ ran fine.
database started up without complaint.
createdb test was fine.
Attempting to log into the database with pgsql died as follows:
bash-2.05$ /usr/local/pgsql/bin/psql test
Welcome to psql, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit
/usr/libexec/ld.so: Undefined symbol "_tgetent" called from
psql:/usr/lib/libreadline.so.0.0 at 0x40165964
pq_recvbuf: unexpected EOF on client connection
Any suggestions? There's nothing in the documentation that suggests
special settings for installing on OpenBSD. If there's any additional
information I can provide, please let me know.
thanks,
--peter
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2001-09-21 18:08:45 | Re: psql and security |
| Previous Message | R Talbot | 2001-09-21 16:42:49 | Re: Problem: Failed Make on Linux Pgres v. 7.1.2 |