Here is a step-by-step description of what I am doing
- cd /usr/ports/databases/postgresql91-server/
- make install clean
- adding
postgresql_enable="YES"to/etc/rc.conf - trying to start
sudo /usr/local/etc/rc.d/postgresql onsestart.
After all of these steps, however, I still get the message:
postgres cannot access the server configuration file "/usr/local/pgsql/data/postgresql.conf": No such file or directory
What step am I missing?