Installation error

View: New views
2 Messages — Rating Filter:   Alert me  

Installation error

by makhan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi
I installed cyqwin using the options given on the website.

I ran the following command to start the cygserver for shared memory support
/usr/sbin/cygserver &


When I try to create new databse cluster using the following commmand


initdb -D /usr/local/pgsql/data -W -E LATIN1

I get error

bash: initdb:command not found

same messaage when trying to start postmaster with command

postmaster -D /usr/local/pgsql/data


Can  you plz help me out with this.

Regards
Moazzam

Re: Installation error

by Reini Urban :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

makhan schrieb:

> Hi
> I installed cyqwin using the options given on the website.
>
> I ran the following command to start the cygserver for shared memory support
> /usr/sbin/cygserver &
>
>
> When I try to create new databse cluster using the following commmand
>
>
> initdb -D /usr/local/pgsql/data -W -E LATIN1
>
> I get error
>
> bash: initdb:command not found
>
> same messaage when trying to start postmaster with command
>
> postmaster -D /usr/local/pgsql/data
>
> Can  you plz help me out with this.

This is not a postgresql specific question.

If initdb is in /usr/sbin/ it would be:
/usr/sbin/initdb -D /usr/local/pgsql/data -W -E LATIN1

and so on.

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq