11#-------------------------------------------------------
22#
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 $
44#
55# Copyright (c) 1997 Edmund Mergl
66#
99DESCRIPTION:
1010------------
1111
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).
1313
1414Pgsql_perl5 is an interface between Larry Wall's language perl version 5 and
1515the database PostgreSQL (previously Postgres95). This has been done by using
@@ -85,14 +85,17 @@ Run 'make test'.
8585Note, that the user running this script must have been created with the access
8686rights to create databases *AND* users ! Do not run this script as root !
8787
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
9295
9396Some linux distributions have an incomplete perl installation.
9497If 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'
9699If this file is not present, you need to recompile and reinstall perl.
97100
98101
@@ -105,6 +108,6 @@ installation to read the documentation.
105108
106109---------------------------------------------------------------------------
107110
108- Edmund Mergl <E.Mergl@bawue.de> September20 , 1997
111+ Edmund Mergl <E.Mergl@bawue.de> September25 , 1997
109112
110113---------------------------------------------------------------------------