[OPEN-ILS-GENERAL] Problem with Pg password authentication in 'make install'

Warren A. Layton warren.layton at gmail.com
Tue Sep 16 21:18:52 EDT 2008


On Sun, Sep 14, 2008 at 3:14 PM, Dan Scott <denials at gmail.com> wrote:
> Assuming you don't want to work up a patch to the underlying problem,
> I would suggest for the purposes of Getting Things Done that you just
> use a different password that only includes alpha-numeric characters.

I tried a few different things and this seems to be the simplest
solution. I added double-quotes around DBPW in install.sh.

Warren
-------------- next part --------------
--- Evergreen-ILS-1.2.3.0/install.sh	2008-07-10 00:38:50.000000000 -0400
+++ Evergreen-ILS-1.2.3.0-wlayton/install.sh	2008-09-16 15:11:44.000000000 -0400
@@ -119,7 +119,7 @@
 			OPENSRF_HEADERS=$OPENSRF_HEADERS OPENSRF_LIBS=$OPENSRF_LIBS OPENILSDIR=$OPENILSDIR EVERGREENDIR=$EVERGREENDIR \
 			CIRCRULESDIR=$CIRCRULESDIR CATALOGSCRIPTDIR=$CATALOGSCRIPTDIR CGIDIR=$CGIDIR \
 			DBDRVR=$DBDRVR DBHOST=$DBHOST DBVER=$DBVER DATADIR=$DATADIR ADMINDIR=$ADMINDIR\
-			PENALTYRULESDIR=$PENALTYRULESDIR DBNAME=$DBNAME DBUSER=$DBUSER DBPW=$DBPW XSLDIR=$XSLDIR NEW_OPAC_URL=$NEW_OPAC_URL \
+			PENALTYRULESDIR=$PENALTYRULESDIR DBNAME=$DBNAME DBUSER=$DBUSER DBPW=\"$DBPW\" XSLDIR=$XSLDIR NEW_OPAC_URL=$NEW_OPAC_URL \
 			NEW_XUL_PACKAGE_NAME=$NEW_XUL_PACKAGE_NAME NEW_XUL_PACKAGE_LABEL=$NEW_XUL_PACKAGE_LABEL";
 
 


More information about the Open-ils-general mailing list