dbTalk Databases Forums  

[BUGS] postgresql installation on centOS not working

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] postgresql installation on centOS not working in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Danish Siddiqui
 
Posts: n/a

Default [BUGS] postgresql installation on centOS not working - 12-12-2006 , 12:25 PM






Im not able to install postgresql-8.1.2 on CentOS 4.1

#uname -a
Linux localhost.localdomain 2.6.9-11.EL #1 Wed Jun 8 16:59:52 CDT 2005
i686 i686 i386 GNU/Linux

Thanks
Danish


---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate

Reply With Quote
  #2  
Old   
Heikki Linnakangas
 
Posts: n/a

Default Re: [BUGS] postgresql installation on centOS not working - 12-12-2006 , 01:06 PM






Danish Siddiqui wrote:
Quote:
Im not able to install postgresql-8.1.2 on CentOS 4.1
What's the error you're getting?

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match


Reply With Quote
  #3  
Old   
Devrim GUNDUZ
 
Posts: n/a

Default Re: [BUGS] postgresql installation on centOS not working - 12-12-2006 , 01:57 PM




--=-YuhHzkAgFDEwfJYE7LV9
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Hi,

On Tue, 2006-12-12 at 19:23 +0530, Danish Siddiqui wrote:
Quote:
Im not able to install postgresql-8.1.2 on CentOS 4.1
"How" it is not working? What is the error message?

--=20
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/





--=-YuhHzkAgFDEwfJYE7LV9
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBFfwmHpme12CBXnxERAhhSAKCvZLNL3Uy7sv0rfLxWyG g648cQEgCgpg88
LGO6CARClQrwAC8lGIdD+44=
=GHob
-----END PGP SIGNATURE-----

--=-YuhHzkAgFDEwfJYE7LV9--



Reply With Quote
  #4  
Old   
Heikki Linnakangas
 
Posts: n/a

Default Re: [BUGS] postgresql installation on centOS not working - 12-13-2006 , 03:47 AM



Danish Siddiqui wrote:
Quote:
Heikki Linnakangas wrote:
Danish Siddiqui wrote:
Im not able to install postgresql-8.1.2 on CentOS 4.1

What's the error you're getting?

When I do
#./configure

it configures and shows statements that its creating the make file and
checking all the dependencies..but then when I do
#make
it again starts checking for all the dependencies and this keeps on
repeating...
Please keep the mailing list cc'd!

I'm no Makefile guru, but that sounds like an issue with modification
timestamps on the files. I'd suggest checking the timestamps on
config.status. I can reproduce that behavior if I run "touch -d
2007-01-01 configure". If that's your problem, "touch configure" should
help.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match


Reply With Quote
  #5  
Old   
Tom Lane
 
Posts: n/a

Default Re: [BUGS] postgresql installation on centOS not working - 12-13-2006 , 10:13 AM



Heikki Linnakangas <heikki (AT) enterprisedb (DOT) com> writes:
Quote:
Danish Siddiqui wrote:
it configures and shows statements that its creating the make file and
checking all the dependencies..but then when I do
#make
it again starts checking for all the dependencies and this keeps on
repeating...

I'm no Makefile guru, but that sounds like an issue with modification
timestamps on the files. I'd suggest checking the timestamps on
config.status.
No, just fix your system clock setting. This is the standard behavior
seen when the source files have timestamps "in the future" according
to the system clock --- make keeps trying to generate derived files
that are newer, and yet they still seem to be out of date compared
to the sources ...

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend


Reply With Quote
  #6  
Old   
Danish Siddiqui
 
Posts: n/a

Default Re: [BUGS] postgresql installation on centOS not working - 12-14-2006 , 09:34 AM



Tom Lane wrote:
Quote:
Heikki Linnakangas <heikki (AT) enterprisedb (DOT) com> writes:

Danish Siddiqui wrote:

it configures and shows statements that its creating the make file and
checking all the dependencies..but then when I do
#make
it again starts checking for all the dependencies and this keeps on
repeating...



I'm no Makefile guru, but that sounds like an issue with modification
timestamps on the files. I'd suggest checking the timestamps on
config.status.


No, just fix your system clock setting. This is the standard behavior
seen when the source files have timestamps "in the future" according
to the system clock --- make keeps trying to generate derived files
that are newer, and yet they still seem to be out of date compared
to the sources ...

regards, tom lane



Thanks a lot...it worked

I just set the timestamp...the time on my system was 20 March 2000...

Danish

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

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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.