Re: Installing PostgreSQL 7.1.2 on SCO Open Server 5.0.5

Поиск
Список
Период
Сортировка
От Dave Smith
Тема Re: Installing PostgreSQL 7.1.2 on SCO Open Server 5.0.5
Дата
Msg-id 3B6F442D.8050102@candata.com
обсуждение исходный текст
Ответ на Re: Installing PostgreSQL 7.1.2 on SCO Open Server 5.0.5  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
Funny you should mention it . I just build it last week. The switches
are the same as for unixware. So ...
in Makefile.shlib add

ifeq ($(PORTNAME), sco)
   install-shlib-dep     := install-shlib
   shlib                         :=
lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(S
O_MINOR_VERSION)
   LDFLAGS_SL            := -G -z text
   CFLAGS                        += $(CFLAGS_SL)
   ifeq ($(CXX), CC)
     CXXFLAGS += -Xw
     COMPILE.cc = $(CXX) $(CXXFLAGS:ll,alloca=ll) $(CPPFLAGS)
$(TARGET_ARCH) -c
   endif
endif

Delete all of the .o and remake. Works fine




Peter Eisentraut wrote:
> Waldispuehl, Peter writes:
>
>
>>I tried to compile and install PostgreSQL 7.1.2 on SCO Open Server 5.0.5.
>>Though not stated in doc/FAQ_SCO, it wasn't possible until I disabled shared
>>library support (configure --disable-shared) and changed some lines in
>>src/backend/storage/file/fd.c .
>>
>
> Clearly, this needs to be fixed, but it's hard to tell how from this
> description.
>
>



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: Would a PostgreSQL database on a DVD be usable?
Следующее
От: "Susan Lane"
Дата:
Сообщение: Database handle destroyed without explicit disconnect