|
| 1 | +======================================================= |
| 2 | +Frequently Asked Questions (FAQ) for PostgreSQL V6.2.1 |
| 3 | +FreeBSD Specific |
| 4 | +TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ |
| 5 | +======================================================= |
| 6 | +last updated: Tue Jan 06 22:26:00 EST 1998 |
| 7 | + |
| 8 | +current maintainer: Marc G. Fournier (scrappy@postgresql.org) |
| 9 | +original author: Marc G. Fournier (scrappy@postgresql.org) |
| 10 | + |
| 11 | + |
| 12 | +Changes in this version (* = modified, + = new, - = removed): |
| 13 | + |
| 14 | +This file is divided approximately as follows: |
| 15 | +1.*) Installing PostgreSQL |
| 16 | + |
| 17 | + |
| 18 | +Questions answered: |
| 19 | +1.1)Everything compiles fine. Attempts to run the regression |
| 20 | +tests make the postmaster die with an illegal system call |
| 21 | +error. |
| 22 | + |
| 23 | +---------------------------------------------------------------------- |
| 24 | +Section 1: Installing PostgreSQL |
| 25 | +---------------------------------------------------------------------- |
| 26 | + |
| 27 | +1.1)Everything compiles fine. Attempts to run the regression |
| 28 | +tests make the postmaster die with an illegal system call |
| 29 | +error. |
| 30 | + |
| 31 | +You must reconfigure and install your kernel with the following |
| 32 | +options enabled: |
| 33 | + |
| 34 | +options SYSVSHM |
| 35 | +options SYSVSEM |
| 36 | +options SYSVMSG |