PostgreSQL 9.0 alpha 4: build issues - modules - with OpenSSL 0.9.8l

Поиск
Список
Период
Сортировка
От Lou Picciano
Тема PostgreSQL 9.0 alpha 4: build issues - modules - with OpenSSL 0.9.8l
Дата
Msg-id 1186009324.9004041267105108545.JavaMail.root@sz0093a.westchester.pa.mail.comcast.net
обсуждение исходный текст
Ответы Re: PostgreSQL 9.0 alpha 4: build issues - modules - with OpenSSL 0.9.8l
Список pgsql-testers
Gents,

As I mentioned, we've successfully built the 'core' with OpenSSL 0.9.8l.  

However, on an attempt to build modules, we're running into a combination of dependency and undefined symbols errors:

First, we were seeing a missing dependency: ld: fatal: library -lpgport: not found
in build attempts on: oid2name, pg_standby, pgbench, vacuumlo - plus a non-build of dblink, presumably due to a dependency on oid2name(?)

Got around the pgport issue by building 'port' explicitly with:
# cd src/port
# make

Returning to contrib dir and re-attempt the make:  Undefined symbol errors: PQconnectionNeedsPassword

This affects builds of modules: oid2name, pgbench, vacuumlo
PQconnectionNeedsPassword           oid2name.o
PQconnectionNeedsPassword           pgbench.o
PQconnectionNeedsPassword           vacuumlo.o

With removal of the corresponding references in contrib/Makefile, all other modules build AOK.

-- Lou Picciano

В списке pgsql-testers по дате отправления:

Предыдущее
От: Lou Picciano
Дата:
Сообщение: PostgreSQL 9.0 alpha 4: build issues with OpenSSL 1.0.0-beta5
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: PostgreSQL 9.0 alpha 4: build issues - modules - with OpenSSL 0.9.8l