Missing ssl test in configure

Поиск
Список
Период
Сортировка
От Zdenek Kotala
Тема Missing ssl test in configure
Дата
Msg-id 47A2F1BF.1090002@sun.com
обсуждение исходный текст
Ответы Re: Missing ssl test in configure
Список pgadmin-hackers
I'm trying to compile pgAdmin on solaris and I was caught in the same
trap as many times before. I got following error:

error: you must specify a valid PostgreSQL installation with
--with-pgsql=DIR

But it is not correct. I specified it correctly. However main problem
there is libssl. Default libssl installation on Solaris is in
/usr/sfw/lib which is not usually in library path.

Special lines are added for solaris to add -lssl in configure (see
acinclude.m4 line 412), but there is no check that ssl is really
installed or not. This check should be there.

    Comments?

        Zdenek


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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r7032 - tags/REL-1_8_2
Следующее
От: Zdenek Kotala
Дата:
Сообщение: underscores in a context menu