Re: Problems compiling version 7
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Travis Bauer <trbauer@indiana.edu>
Cc: pgsql-general@postgresql.org
Date: 2000-05-09T23:10:16Z
Lists: pgsql-hackers
Travis Bauer <trbauer@indiana.edu> writes: > I'm getting an odd error in the configure scripts: > . . . > checking for gzcat... (cached) /usr/local/gnu/bin/gzcat > checking for perl... (cached) perl > configure: error: Can't find method to convert from upper to lower case > with tr > I'm compiling this in Red Hat 6.0 Weird. Do you not have 'tr' in your PATH? You wouldn't be running with some bizarre LOCALE setting, by any chance? regards, tom lane