crypto library is not installed

Поиск
Список
Период
Сортировка
От Andreas 'ads' Scherbaum
Тема crypto library is not installed
Дата
Msg-id 53145786.5070306@wars-nicht.de
обсуждение исходный текст
Ответы Re: crypto library is not installed  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi,

when compiling pgAdmin3 I ran into the same problem as others before:
openssl-devel is not installed.


./configure --prefix=/home/ads/tmp-pgadmin3 --with-pgsql=/usr/pgsql-9.3/

make[3]: Entering directory `/home/ads/pgadmin3/xtra/png2c'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../pgadmin/include/libssh2
-I/usr/pgsql-9.3/include -I/usr/pgsql-9.3/include/server
-I/usr/pgsql-9.3/include -DHAVE_CONNINFO_PARSE
-I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DEMBED_XRC
-I/usr/include/libxml2 -I/usr/include/libxml2  -O2 -MT png2c.o -MD -MP
-MF .deps/png2c.Tpo -c -o png2c.o png2c.c
mv -f .deps/png2c.Tpo .deps/png2c.Po
gcc  -O2  -L/usr/pgsql-9.3/lib -Wl,-as-needed -L/usr/lib -o png2c
png2c.o  -L/usr/pgsql-9.3/lib -lcrypto -lpq
/usr/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
make[3]: *** [png2c] Error 1


Yes, I know how to fix this. My question is: why is "configure" not
checking for this library, when it is required to build pgAdmin3?



Thanks,

--
                Andreas 'ads' Scherbaum
German PostgreSQL User Group
European PostgreSQL User Group - Board of Directors
Volunteer Regional Contact, Germany - PostgreSQL Project


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: debugger.c tries to set log_min_messages, why?
Следующее
От: Dave Page
Дата:
Сообщение: Re: crypto library is not installed