Re: how does LDFLAGS work?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: how does LDFLAGS work?
Дата
Msg-id 14923.1317652674@sss.pgh.pa.us
обсуждение исходный текст
Ответ на how does LDFLAGS work?  (michael lush <mjlush@gmail.com>)
Список pgsql-novice
michael lush <mjlush@gmail.com> writes:
> I'm trying to compile postgres 8.4.2 with perl and ssl support but
> have no root access ...
> I did a local install of OpenSSL in  /home/michael/openssl however,  I
> not clear how to point configure at the local library

You need to use --with-includes and --with-libraries to point at the
relevant subdirectories of /home/michael/openssl.

That should be enough to get it to build.  Whether it will actually run
is a different question.  You may in fact need to fool with rpaths for
that part; but that's quite dependent on what platform you're using,
which you didn't say.

            regards, tom lane

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

Предыдущее
От: michael lush
Дата:
Сообщение: how does LDFLAGS work?
Следующее
От: Tony Theodore
Дата:
Сообщение: Using regoper type with OPERATOR()