Thread: rpmbuild: command not found

rpmbuild: command not found

From
"Tri Quach"
Date:

Hi All,

 

Does anyone know where I can download rmpbuild for RHEL 3?

I tried to install postgresql-8.2.6-1PGDG.f8.src.rpm.  I got error rpmbuild: command not found.

 

rpmbuild --rebuild --define 'buildrhel3 1' postgresql-8.2.6-1PGDG.f8.src.rpm

-bash: rpmbuild: command not found

 

Thank you for your help,

Tri.

 

Re: rpmbuild: command not found

From
"Joshua D. Drake"
Date:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, 19 Mar 2008 14:22:53 -1000
"Tri Quach" <tquach@k12.hi.us> wrote:

> Hi All,
> 
>  
> 
> Does anyone know where I can download rmpbuild for RHEL 3? 
> 
> I tried to install postgresql-8.2.6-1PGDG.f8.src.rpm.  I got error
> rpmbuild: command not found.

up2date install rpm-build I think.
 
> rpmbuild --rebuild --define 'buildrhel3 1'
> postgresql-8.2.6-1PGDG.f8.src.rpm

However... you are missing a great deal more than rpmbuild if you think
you are going to build 8.2.6 on RHEL3.

Joshua D. Drake


- -- 
The PostgreSQL Company since 1997: http://www.commandprompt.com/ 
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate


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

iD8DBQFH4cu+ATb/zqfZUUQRAp8cAJ9vyIEdyJPmFEEVmxtmbw/X5fpSLgCfQwmY
VMIapsYWF1g95hGZsiLUeYY=
=6l43
-----END PGP SIGNATURE-----

Which RHEL

From
"Tri Quach"
Date:
Hi All,

I am not sure which RHEL is on my server.

[root@lyris3 pq8.2.6]# uname -a
Linux lyris3.k12.hi.us 2.4.21-20.EL #1 SMP Wed Aug 18 20:34:58 EDT 2004
x86_64 x86_64 x86_64 GNU/Linux

Thank you for your help.
Tri.



Re: rpmbuild: command not found

From
Devrim GÜNDÜZ
Date:
Hi,

On Wed, 2008-03-19 at 14:22 -1000, Tri Quach wrote:
> Does anyone know where I can download rmpbuild for RHEL 3?

RHEL 3 - PostgreSQL 8.2.6 packages:

http://www.postgresql.org/ftp/binary/v8.2.6/linux/rpms/redhat/rhel3.0/

We don't have 8.2.7, yet.

Regards,
--
Devrim GÜNDÜZ , RHCE
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/

Attachment

Re: Which RHEL

From
Devrim GÜNDÜZ
Date:
Hi,

On Wed, 2008-03-19 at 16:40 -1000, Tri Quach wrote:
> I am not sure which RHEL is on my server.

cat /etc/redhat-release

Regards,
--
Devrim GÜNDÜZ , RHCE
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/

Attachment

Re: Which RHEL

From
"Joshua D. Drake"
Date:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, 19 Mar 2008 16:40:30 -1000
"Tri Quach" <tquach@k12.hi.us> wrote:

> Hi All,
> 
> I am not sure which RHEL is on my server.  
> 
> [root@lyris3 pq8.2.6]# uname -a
> Linux lyris3.k12.hi.us 2.4.21-20.EL #1 SMP Wed Aug 18 20:34:58 EDT
> 2004 x86_64 x86_64 x86_64 GNU/Linux
> 
> Thank you for your help.

cat /etc/redhat-release

However, the very fact that you are running a 2.4 kernel suggests RHEL3.

> Tri. 
> 
> 
> 


- -- 
The PostgreSQL Company since 1997: http://www.commandprompt.com/ 
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate


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

iD8DBQFH4dFcATb/zqfZUUQRAjhMAKCDzmYBd/03OeCLuRI3MNZaF46S1ACfWUTT
nCmAEEQLuNJHPu9W9zQBNts=
=s5sc
-----END PGP SIGNATURE-----

Re: Which RHEL

From
Chris
Date:
Tri Quach wrote:
> Hi All,
>
> I am not sure which RHEL is on my server.

cat /etc/redhat-release

--
Postgresql & php tutorials
http://www.designmagick.com/

Re: Which RHEL

From
Rodrigo Gonzalez
Date:
Tri Quach escribió:
> Hi All,
>
> I am not sure which RHEL is on my server.
>
> [root@lyris3 pq8.2.6]# uname -a
> Linux lyris3.k12.hi.us 2.4.21-20.EL #1 SMP Wed Aug 18 20:34:58 EDT 2004
> x86_64 x86_64 x86_64 GNU/Linux
>
> Thank you for your help.
> Tri.
>
>
>
>
cat /etc/redhat-release



Attachment

Re: Which RHEL

From
"Tri Quach"
Date:
Thanks all.  I think it must be RHEL 3.

[root@lyris3 pq8.2.6]# cat /etc/redhat-release
Red Hat Enterprise Linux AS release 3 (Taroon Update 3)
[root@lyris3 pq8.2.6]#

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org] On Behalf Of Devrim GÜNDÜZ
Sent: Wednesday, March 19, 2008 4:51 PM
To: Tri Quach
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Which RHEL

Hi,

On Wed, 2008-03-19 at 16:40 -1000, Tri Quach wrote:
> I am not sure which RHEL is on my server.

cat /etc/redhat-release

Regards,
--
Devrim GÜNDÜZ , RHCE
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/


Re: rpmbuild: command not found

From
"- Edwin -"
Date:
Hi,

On Thu, Mar 20, 2008 at 9:22 AM, Tri Quach wrote:
[ ... ]
> Does anyone know where I can download rmpbuild for RHEL 3?
>
> I tried to install postgresql-8.2.6-1PGDG.f8.src.rpm.  I got error rpmbuild:
> command not found.

If you don't have your install CDs, try https://rhn.redhat.com/ .
Or, just try installing the one from CentOS.

  http://mirror.centos.org/centos/3/os/

--
- Edwin -
"Happy are those conscious of their spiritual need..."
                                           - Matthew 5:3