> > ... I do ./configure, gmake, and gmake install without
> > error, but the psql file does not show up in the bin of the new distro.
>
> I have a serious problem believing that statement. *Something* failed
> in the build. Go back and find out what.
Err... this could be as simple as a shell caching the contents of the
directories in your $PATH.
which psql
exec $SHELL
which psql
-sc
--
Sean Chittenden