Include instructions on perl installation.
authorThomas G. Lockhart
Mon, 2 Nov 1998 15:52:14 +0000 (15:52 +0000)
committerThomas G. Lockhart
Mon, 2 Nov 1998 15:52:14 +0000 (15:52 +0000)
 Already in product docs since they were built on my machine.

doc/src/sgml/install.sgml

index 0553c53b8ef762d34fde409a07943ebb7b2c14dd..5f0caf72efed4f6aa0f69f558d9614f23c484eb1 100644 (file)
@@ -284,7 +284,8 @@ in tables), don't do it.
 
 
 
-     If the pg_dumpall command seems to take a long time and you think
+     If the pg_dumpall command
+ seems to take a long time and you think
      it might have died, then, from another terminal, type
 
 $ ls -l db.out
@@ -294,16 +295,20 @@ $ ls -l db.out
 
 
      Please note that if you are upgrading from a version prior to
-     Postgres95 v1.09 then you must back up your database, install
-     Postgres95 v1.09, restore your database, then back it up again.
-     You should also read the release notes which should cover any release-specific issues.
+     Postgres95 v1.09 then you must back up your database,
+ install
+     Postgres95 v1.09, restore your database,
+ then back it up again.
+     You should also read the release notes which should cover any
+ release-specific issues.
 
 
 
 
      You must make sure that your database is not updated in the middle of
      your backup.  If necessary, bring down postmaster, edit the permissions
-     in file /usr/local/pgsql/data/pg_hba.conf to allow only you on, then
+     in file /usr/local/pgsql/data/pg_hba.conf
+ to allow only you on, then
      bring postmaster back up.
 
 
@@ -651,6 +656,22 @@ pg_id: can't load library 'libpq.so'
 
 
 
+
+
+If you used the  option to configure, check
+the install log to see whether the Perl module was actually installed.
+If you've followed our advice to make the Postgres files be owned by
+an unprivileged userid, then the Perl module won't have been installed,
+for lack of write privileges on the Perl library directories.  You can
+complete its installation, either now or later, by becoming the user that
+does own the Perl library (often root) (via su) and doing
+
+$ cd /usr/src/pgsql/src/interfaces/perl5
+$ gmake install
+
+
+
+
 
 
  If it has not already been done, then prepare account postgres
@@ -1242,22 +1263,20 @@ And so on.  You get the idea.
 
 
 Questions? Bugs? Feedback?
-First, read the files in directory /usr/src/pgsql/doc.  The FAQ in
-this directory may be particularly useful.
+First, read the files in directory /usr/src/pgsql/doc/.  
+The FAQ in this directory may be particularly useful.
 
 
 
-If Postgres failed to compile on your computer then fill out the form
-in file /usr/src/pgsql/doc/bug.template and mail it to the location
-indicated at the top of the form.
+If Postgres failed to compile on your computer 
+then fill out the form in file /usr/src/pgsql/doc/bug.template
+ and mail it to the location indicated at the top of the form.
 
 
 
-Mail questions to
-For more information on the various mailing lists, see 
+Check on the web site at
 http://www.postgresql.org
-and look for the mailing lists.
+For more information on the various support mailing lists.