Re: building Postgresql in Windows XP

From: tushar <tushar(dot)ahuja(at)enterprisedb(dot)com>
To: "Md(dot) Abdur Rahman" <rahman(at)mcrlab(dot)uottawa(dot)ca>
Cc: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: building Postgresql in Windows XP
Date: 2009-02-19 12:54:10
Message-ID: 499D5672.8000307@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Md. Abdur Rahman wrote:

> I don't have any postgres folder under bin folder. It means I have
> something wrong. Any idea how to solve the problem. Do you think that
> the link how to build (see above) is not perfect? In that case I have to
> look for another solution or I will try to build using Visual C++.
>
postgres.exe is supposed to be there so chances are very bright that some problem in your installation. at the time of make install , have you got this message at the end
"PostgreSQL successfully made. Ready to install" like this,if you can remember. however if you r not sure, just do a test , run this command 'make all install' under your
source folder and see what you are getting at the end.

this is basic parameter which i am using to compile source .

./configure --prefix=<some path> --with-libs=<path to krb5>/krb5/lib/i386:<path to openssl>/openssl/lib
make
make install

Just curious:why you r not trying to install postgres using the binary installer (just one click and you are done )

http://www.postgresql.org/download/windows

--
regards,tushar
http://webeatoracle.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFJnVZyfQNodY2PIRoRAuvyAJ9s2bMxjoNMdLt+62D/KS4iIdmYRACgsvkf
pyoraGgsqIJlZYMpE7UqgRk=
=baUq
-----END PGP SIGNATURE-----

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Claudel Casimiro 2009-02-19 13:47:47 BUG #4666: error al exportar shp a postgis
Previous Message tushar 2009-02-19 12:12:27 Re: building Postgresql in Windows XP