Re: [HACKERS] PostgreSQL for VAX on NetBSD/OpenBSD
Paul Koning <[email protected]> Tue, 24 Jun 2014 14:02:36 -0400
| Newsgroups | gmane.os.netbsd.ports.vax,gmane.os.openbsd.vax,gmane.comp.db.postgresql.devel.general |
|---|---|
| Message-ID | <[email protected]> |
On Jun 24, 2014, at 12:42 PM, Tom Lane <[email protected]> wrote: > "Sebastian Reitenbach" <[email protected]> writes: >> OK, that was easy: >=20 >> $ cd /usr/ports/databases/postgresql = =20 >> $ make install >> =3D=3D=3D> postgresql-client-9.3.4p0 requires shared libraries . >=20 >> OpenBSD VAX is static only, so no postgresql on OpenBSD >> VAX before shared libraries will ever be made working on it. >=20 > Ouch. We long ago passed the point of no return as far as requiring > shared library support: there's too much backend functionality that's > in separate shared libraries rather than being linked directly into > the core executable. I doubt anyone will be interested in taking on > the task of supporting a parallel all-static build. >=20 > I think this means we can write off VAX on NetBSD/OpenBSD as a viable > platform for Postgres :-(. I'm sad to hear it, but certainly have > not got the cycles personally to prevent it. NetBSD and OpenBSD are different systems. I don=92t remember if NetBSD = supports shared libraries on VAX, but that=92s independent of the fact = that OpenBSD doesn=92t. paul