Re: Two build problems - openssl and plperl on RedHat

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Two build problems - openssl and plperl on RedHat
Дата
Msg-id Pine.LNX.4.44.0311101959510.11030-100000@peter.localdomain
обсуждение исходный текст
Ответ на Two build problems - openssl and plperl on RedHat  (Christopher Murtagh <christopher.murtagh@mcgill.ca>)
Ответы Re: Two build problems - openssl and plperl on RedHat
Список pgsql-general
Christopher Murtagh writes:

> checking openssl/ssl.h usability... no
> checking openssl/ssl.h presence... no
> checking for openssl/ssl.h... no
> configure: error: header file <openssl/ssl.h> is required for OpenSSL

Check the config.log file.

> [postgres@brahma postgres]$ /usr/local/pgsql/bin/createlang plperlu chris
> ERROR:  Load of file /usr/local/pgsql/lib/plperl.so failed: libperl.so: cannot open shared object file: No such file
ordirectory 
> createlang: language installation failed

This is an error message of the run-time loader.  Perhaps you need to
tweak /etc/ld.so.conf or set LD_LIBRARY_PATH.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Christopher Murtagh
Дата:
Сообщение: Two build problems - openssl and plperl on RedHat
Следующее
От: Mark Harrison
Дата:
Сообщение: Re: why does explain tell me I'm using a seq scan?