Обсуждение:

Поиск
Список
Период
Сортировка

От
Vincenzo de Sortis
Дата:
System Configuration
--------------------
  Operating System   : alphaev56-dec-osf4.0b

  PostgreSQL version : 6.5.0

  Compiler used      : gcc 2.8.1

Hardware:
---------
AlphaStation 800

Versions of other tools:
------------------------
GNU Make version 3.74

Problem found in compilation:
-------------------------
Compilation fails at file src/backend/storage/buffer/buf_init.c.
Error message: storage/s_lock.h:102: aggregate value used where an integer was expected

Problem solved following the indication found at :
http://www.postgresql.org/mhonarc/pgsql-ports/1999-02/msg00040.html
(solution from Robert Moniot (moniot@fordham.edu))


Problem found during dbase creation:
-------------------------
During the initdb we got a BUS ERROR due to an "unaligned access"

Solved commenting out the line "ENFORCE_ALIGNMENT= true" in the src/Makefile.global

Cheers,
    Vincenzo.