Re: [SQL] Installing PostgreSQL 6.3.2 On Linux

From: "James Oden" <joden(at)lee(dot)k12(dot)nc(dot)us>
To: "Stuart logan" <stuart(dot)logan1(at)which(dot)net>, "Postgresql Help" <pgsql-sql(at)postgreSQL(dot)org>
Subject: Re: [SQL] Installing PostgreSQL 6.3.2 On Linux
Date: 1998-08-10 10:51:12
Message-ID: 00c701bdc44d$d0568960$01cc0cac@Yehudah.lee.k12.nc.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

>I am trying to install Postgres on a Linux machine and have managed to do
>'make' and 'make install' ok but when i try and do 'initdb' i get a message
>saying illegal command
>--F
>can anyone guide me.
That is the shell telling you it can't find the command initdb in your path.
So what you need to do is one of three things:

1) Add the path to initdb to your PATH environment variable.

2) Type the full path to the command when you run it.

3) cd into the directory in initdb is and type ./initdb

Any of the above should get you going...james

Browse pgsql-sql by date

  From Date Subject
Next Message David Hartwig 1998-08-10 12:00:22 Re: [SQL] MS Access via ODBC
Previous Message nik 1998-08-10 10:23:11 'if' decision making in an SQL statement