Hi Jonathon,
Jonathon McKitrick wrote:
> : # psql template1 -c "CREATE DATABASE test;"
>
> CREATE DATABASE
>
> is the result.
Looks good. Can you connect to that database then?
> : What does psql -l say?
>
> FATAL: database 'postgres' does not exist
As Tom said: check if you are really calling you self-compiled binaries:
# which pgsql
Markus