1
1
#-------------------------------------------------------
2
2
#
3
- # $Id: README,v 1.3 1997/09/17 20:46:26 mergl Exp $
3
+ # $Id: README,v 1.4 1997/09/25 21:14:46 mergl Exp $
4
4
#
5
5
# Copyright (c) 1997 Edmund Mergl
6
6
#
9
9
DESCRIPTION:
10
10
------------
11
11
12
- This is version 1.6.2 of pgsql_perl5 (previously called pg95perl5).
12
+ This is version 1.6.3 of pgsql_perl5 (previously called pg95perl5).
13
13
14
14
Pgsql_perl5 is an interface between Larry Wall's language perl version 5 and
15
15
the database PostgreSQL (previously Postgres95). This has been done by using
@@ -85,14 +85,17 @@ Run 'make test'.
85
85
Note, that the user running this script must have been created with the access
86
86
rights to create databases *AND* users ! Do not run this script as root !
87
87
88
- If you are using the shared library libpq.so, make sure, your dynamic loader
89
- is able to find libpq.so. With Linux the command /sbin/ldconfig -v should tell
90
- you, where it finds libpq.so. If not, you need to add an appropriate entry to
91
- /etc/ld.so.conf or to the environment variable LD_LIBRARY_PATH.
88
+ If you are using the shared library libpq.so check if your dynamic loader
89
+ finds libpq.so. With Linux the command /sbin/ldconfig -v should tell you,
90
+ where it finds libpq.so. If ldconfig does not find libpq.so, either add an
91
+ appropriate entry to /etc/ld.so.conf and re-run ldconfig or add the path to
92
+ the environment variable LD_LIBRARY_PATH.
93
+ A typical error message resulting from not finding libpq.so is:
94
+ Can't load './blib/arch/auto/Pg/Pg.so' for module Pg: File not found at
92
95
93
96
Some linux distributions have an incomplete perl installation.
94
97
If you have compile errors like "XS_VERSION_BOOTCHECK undeclared", make a
95
- 'find /usr /lib/perl5 -name XSUB.h -print'
98
+ 'find ... /lib/perl5 -name XSUB.h -print'
96
99
If this file is not present, you need to recompile and reinstall perl.
97
100
98
101
@@ -105,6 +108,6 @@ installation to read the documentation.
105
108
106
109
---------------------------------------------------------------------------
107
110
108
- Edmund Mergl <E.Mergl@bawue.de> September 20 , 1997
111
+ Edmund Mergl <E.Mergl@bawue.de> September 25 , 1997
109
112
110
113
---------------------------------------------------------------------------
0 commit comments