LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-28-2008, 08:05 AM   #1
Hawkin
LQ Newbie
 
Registered: Jun 2008
Posts: 22

Rep: Reputation: 15
Question Problem installing PostgreSQL on RH9


Hi @ all,

I want to install PostgreSQL 8.3.3 on a Webserver based on RH9, but when I executed the regression test after executing ./configure, gmake and changing the authorisation of the directory "src/test/regress" and "contrib/spi" which exists, it failed with the following error code:

Quote:
[root@localhost postgresql-8.3.3]# chmod -R a+w src/test/regress
[root@localhost postgresql-8.3.3]# chmod -R a+w contrib/spi
[root@localhost postgresql-8.3.3]# su mcservice
[mcservice@localhost postgresql-8.3.3]$ gmake check
gmake -C doc all
gmake[1]: Entering directory `/usr/local/src/PostgreSQL/postgresql-8.3.3/doc'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/local/src/PostgreSQL/postgresql-8.3.3/doc'
gmake -C src all
gmake[1]: Entering directory `/usr/local/src/PostgreSQL/postgresql-8.3.3/src'
gmake -C port all
gmake[2]: Entering directory `/usr/local/src/PostgreSQL/postgresql-8.3.3/src/port'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/local/src/PostgreSQL/postgresql-8.3.3/src/port'
gmake -C timezone all
gmake[2]: Entering directory `/usr/local/src/PostgreSQL/postgresql-8.3.3/src/timezone'
gmake -C ../../src/port all
gmake[3]: Entering directory `/usr/local/src/PostgreSQL/postgresql-8.3.3/src/port'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/local/src/PostgreSQL/postgresql-8.3.3/src/port'
gmake[2]: Leaving directory `/usr/local/src/PostgreSQL/postgresql-8.3.3/src/timezone'
gmake -C backend all
gmake[2]: Entering directory `/usr/local/src/PostgreSQL/postgresql-8.3.3/src/backend'
gmake -C ../../src/port all
gmake[3]: Entering directory `/usr/local/src/PostgreSQL/postgresql-8.3.3/src/port'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/local/src/PostgreSQL/postgresql-8.3.3/src/port'
gmake[2]: stat:../../src/include/parser/parse.h: Permission denied
prereqdir=`cd parser/ >/dev/null && pwd` && \
cd ../../src/include/parser/ && rm -f parse.h && \
ln -s "$prereqdir/parse.h" .
/bin/sh: line 1: cd: parser/: No such file or directory
gmake[2]: *** [../../src/include/parser/parse.h] Error 1
gmake[2]: Leaving directory `/usr/local/src/PostgreSQL/postgresql-8.3.3/src/backend'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/local/src/PostgreSQL/postgresql-8.3.3/src'
gmake: *** [all] Error 2
Any ideas for solving that problem?!
Or is that okay...following the documentation the regression test is recommend, but not necessary. Errors can affect negativ on the following installation routine, but must not...correct?!

Regards

P.S.: Manual for installation routine: Klick me(only in german...-.-)

Last edited by Hawkin; 07-28-2008 at 08:20 AM.
 
Old 07-28-2008, 09:44 AM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 271Reputation: 271Reputation: 271
Well, it's permissions issues where I can see the errors starting from your output:

Code:
gmake[2]: stat:../../src/include/parser/parse.h: Permission denied
prereqdir=`cd parser/ >/dev/null && pwd` && \
cd ../../src/include/parser/ && rm -f parse.h && \
ln -s "$prereqdir/parse.h" .
/bin/sh: line 1: cd: parser/: No such file or directory
RH9 is rather old as well, you may want to upgrade to a newer release if possible as you may run into dependency issues with newer software releases.
 
Old 07-28-2008, 10:35 AM   #3
Hawkin
LQ Newbie
 
Registered: Jun 2008
Posts: 22

Original Poster
Rep: Reputation: 15
the problem ist, that i am forced to use rh9 for buidling an RIS MALL... concerning the installation guide according: http://ihedoc.wustl.edu/mesasoftware...nix_binary.pdf ...

Any other idea?1 And the other problem is, that i cannot update Linux because i've got not the permission...but i am registered..why?!

Regards

Last edited by Hawkin; 07-28-2008 at 10:39 AM.
 
Old 07-28-2008, 10:53 AM   #4
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 271Reputation: 271Reputation: 271
Quote:
Originally Posted by Hawkin View Post
the problem ist, that i am forced to use rh9 for buidling an RIS MALL... concerning the installation guide according: http://ihedoc.wustl.edu/mesasoftware...nix_binary.pdf ...

Any other idea?1 And the other problem is, that i cannot update Linux because i've got not the permission...but i am registered..why?!

Regards
Well, you might have RH 9 registered but Red Hat discontinued updates for Red Hat 9 a long time ago, that's why you won't be able to update it with Red Hat. It's no longer being maintained.

If you're forced to use RH 9, perhaps you should explain to whoever is forcing you to use it that the OS is no longer maintained, updated and is dead technically, they should upgrade and change their policy if they want continued updates for their OS of choice.
 
Old 07-29-2008, 02:43 AM   #5
Hawkin
LQ Newbie
 
Registered: Jun 2008
Posts: 22

Original Poster
Rep: Reputation: 15
@ trickykid

The whole Task is, to install the RIS MALL (for IHE Tests) on a Linux system as it is described in the document "Installation Guide Unix Binary Option"(Link) from 5th December 2005...

I am a apprentice for Software Engineering with no experience with Linux, so I've got some questions.
A Developer forced me to use solaris, redhat oder suse...but it must be open source alternatively for free...

Can you advise me an other OS which aproximate the requirements and with them i can process the installation guide better? Can you just take a look to it?!

Regards and Greetings from Bruchsal
 
Old 07-29-2008, 09:15 AM   #6
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 271Reputation: 271Reputation: 271
Well, if they went with RH9 before, I'd say go with CentOS which is a RHEL clone and is up to date. Go with Red Hat (RHEL) official version you can pay for if you need some type of support.
 
Old 07-30-2008, 06:23 AM   #7
Hawkin
LQ Newbie
 
Registered: Jun 2008
Posts: 22

Original Poster
Rep: Reputation: 15
Okay... i tried CentOS, but are the commands the same? Can i use the Guide with the same commands like /usr/bin/redhat-config-packages?!

And are Updates available for this Distribution?!
 
Old 07-30-2008, 06:56 AM   #8
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,430

Rep: Reputation: 2788Reputation: 2788Reputation: 2788Reputation: 2788Reputation: 2788Reputation: 2788Reputation: 2788Reputation: 2788Reputation: 2788Reputation: 2788Reputation: 2788
Updates are avail for Centos, its a current distro (free equiv of RH Enterprise Linux).
The other current RH distro, completely free, is called Fedora. Versions 8 and 9 are currently supported, as in updates.

If you try to use really old SW or OS, you're going to have endless issues.
Get the latest/current from here:http://ihedoc.wustl.edu/mesasoftware...dist/index.htm
prob choosing the Fedora 5 option (if you go for Fedora), or take the last option on that page (source code).
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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



Similar Threads
Thread Thread Starter Forum Replies Last Post
login and postgresql problem after installing openldap robertngo Linux - Software 1 07-18-2005 07:47 PM
problem with installing PostgreSQL . Configuring false with Java kernelvn Linux - Software 0 08-30-2004 04:15 AM
How to configure PHP+Apache+PostgreSQL (already installed from RPM)on RH9 nehal_b_s Linux - Software 0 10-17-2003 01:22 AM
problem installing rh9 BarrSpin Linux - Newbie 4 09-28-2003 08:36 AM
Problem installing RH9/Suse8.2 grannyknot Linux - Software 4 07-18-2003 08:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration