Re: pgsql: Fix contrib/pgcrypto to autoconfigure for OpenSSL when

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Fix contrib/pgcrypto to autoconfigure for OpenSSL when
Дата
Msg-id 28079.1120669087@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Fix contrib/pgcrypto to autoconfigure for  (Kris Jurka <books@ejurka.com>)
Ответы Re: pgsql: Fix contrib/pgcrypto to autoconfigure for  (Kris Jurka <books@ejurka.com>)
Список pgsql-committers
Kris Jurka <books@ejurka.com> writes:
> Actually it looks like the netbsd dynloader code is at fault.  The
> attached patch gives me:

Patch applied, thanks.

> ERROR:  could not load library "/usr/home/jurka/tmp/pg81/lib/postgresql/pgcrypto.so":
> dlopen '/usr/home/jurka/tmp/pg81/lib/postgresql/pgcrypto.so' failed.
> (/usr/home/jurka/tmp/pg81/lib/postgresql/pgcrypto.so: Undefined PLT
> symbol "DES_set_key" (reloc type = 7, symnum = 75))

Hm, so it seems that libssl or libcrypto isn't getting loaded in
properly.  What does ldd (or local equivalent) say about pgcrypto.so's
dependencies?  Are these libraries properly mentioned on the command
line when pgcrypto.so is linked?

            regards, tom lane

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Sync dlopen error handling for the *BSDs ...
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: pgsql: Fix contrib/pgcrypto to autoconfigure for