Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Problem while running initdb



> From: "Natrayan Kuppusamy - CTD , Chennai" 
> Date: 2005/09/05 Mon AM 01:23:54 EDT
> 
> I want to run the postmaster.
> For that I have followed the steps which you have given.
> I am getting the following error while running the initdb commend.
> bash: initdb: command not found
> Can u give the solution to solve this problem?

Looks like you are trying to initialize your database, not 
run postmaster.  It appears that initdb is not in your
search path.  Depending on how you installed, it should be
in either /usr/local/bin or /usr/bin.  These would need to
be added to the PATH environment variable for the user that
is executing the command.

Another way to locate initdb would be use the find command.
For example, at the / directory type find -iname initdb.

Bill




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group