Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5239ccb

Browse files
committed
Update Linux and Irix FAQs
From Andrew
1 parent6791355 commit5239ccb

File tree

2 files changed

+104
-119
lines changed

2 files changed

+104
-119
lines changed

‎doc/FAQ-Irix

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
====================================================
2-
Frequently Asked Questions (FAQ) forPostgres95
1+
=====================================================
2+
Frequently Asked Questions (FAQ) forPostgresSQL V6.0
33
IRIX Specific
44
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
5-
====================================================
6-
last updated:Fri Oct 25 18:40:00BST 1996
5+
=====================================================
6+
last updated:Wed Jan 29 21:25:00GMT 1997
77

88
current maintainer: Andrew C.R. Martin (martin@biochem.ucl.ac.uk)
99
original author: Andrew C.R. Martin (martin@biochem.ucl.ac.uk)
1010

1111

1212
Changes in this version (* = modified, + = new, - = removed):
13-
-0.*)Bugs in Postgres95 V1.08
14-
*1.3)What are the references in X11_LIB to libsocket and libnsl in
15-
src/Makefile.global?
13+
*1.2)What changes do I need to make to src/Makefile.global or
14+
src/Makefile.custom?
15+
*1.4)Are there any other changes I should make?
1616

1717
This file is divided approximately as follows:
1818
1.*) Installing Postgres95
@@ -45,15 +45,17 @@ Section 1: Installing Postgres95
4545
support).
4646
b) tcl/tk (if you wish to compile pgtclsh)
4747

48-
1.2) What changes do I need to make to src/Makefile.global?
48+
1.2) What changes do I need to make to src/Makefile.global or
49+
src/Makefile.custom?
50+
51+
The easiest way to do this is to use the customize script in
52+
the src directory.
4953

5054
You *must* set the following variables:
5155
PORTNAME= irix5
52-
IPCSDIR= /usr/sbin
5356

5457
You will also need to change the following to match your own
5558
installation:
56-
SRCDIR
5759
POSTGRESDIR
5860

5961
If you switch on the USE_TCL option, you will need to set these:
@@ -71,16 +73,13 @@ Section 1: Installing Postgres95
7173
src/Makefile.global?
7274

7375
This was a problem in 1.08 (they are Sun Solaris specific).
74-
It is fixed in 1.09.
76+
It is fixed in 1.09 and above.
7577

7678
1.4) Are there any other changes I should make?
7779

7880
If you have installed the GNU install program (ginstall), you
79-
should edit src/mk/port/postgres.mk.irix5
80-
and change the line:
81-
INSTALL=/usr/bin/X11/bsdinst
82-
to
83-
INSTALL=ginstall
81+
should add the following line to src/Makefile.custom:
82+
CUSTOM_INSTALL=ginstall
8483

8584
For an explanation as to why this is a good idea, see Question 2.1
8685

@@ -119,9 +118,3 @@ Section 3: Extending Postgres95
119118
-shared -o funcs.so funcs.c
120119

121120

122-
****************************************************************************
123-
Dr. Andrew C.R. Martin, University College London & SciTech Software
124-
EMAIL: martin@biochem.ucl.ac.uk Tel:(Work) +44(0)171 419 3890
125-
URL: http://www.biochem.ucl.ac.uk/~martin (Home) +44(0)1372 275775
126-
****************************************************************************
127-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp