Re: solaris tarballs and pl/java

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: solaris tarballs and pl/java
Дата
Msg-id 4BC748F2.3030708@2ndquadrant.com
обсуждение исходный текст
Ответ на solaris tarballs and pl/java  (John R Pierce <pierce@hogranch.com>)
Ответы Re: solaris tarballs and pl/java  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
John R Pierce wrote:
> The tarball for 64bit 8.4.3 on Solaris Sparc is missing some
> ./pgxs/... files I seem to need to build pl/java.  they exist in the
> 32bit version but at least of them, Makefile.global, appears quite
> build specific.

Yeah, it seemed pretty obvious from the error you were running into in
your last message that you'll need to do your own PostgreSQL build here
first, then add pl/java on top of that.  Binary packages aren't
necessarily good at giving you everything needed to build your
extensions, and even if it did build I'd be suspicious of it until it
passed testing.

You can see more about how the OpenSolaris packages are built at
http://src.opensolaris.org/source/xref/sfw/usr/src/cmd/postgres/ ;
Makefile.sfw in particular might have clues as to what's going wrong
here.  There are separate code paths in several places there for 32 vs.
64 bit builds, and you seem to have run into a divergence between the two.

As for mailing lists, you can try
http://lists.pgfoundry.org/pipermail/pljava-dev/ for things specific to
building it.

--
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us


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

Предыдущее
От: John R Pierce
Дата:
Сообщение: solaris tarballs and pl/java
Следующее
От: Howard Yeh
Дата:
Сообщение: Byte Escape Syntax