rpmbuild: command not found

Started by Tri Quachabout 18 years ago10 messagesgeneral
Jump to latest
#1Tri Quach
tquach@k12.hi.us

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.

#2Joshua D. Drake
jd@commandprompt.com
In reply to: Tri Quach (#1)
Re: rpmbuild: command not found

-----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-----

#3Tri Quach
tquach@k12.hi.us
In reply to: Joshua D. Drake (#2)
Which RHEL

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.

#4Devrim GÜNDÜZ
devrim@gunduz.org
In reply to: Tri Quach (#1)
Re: rpmbuild: command not found

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/

#5Devrim GÜNDÜZ
devrim@gunduz.org
In reply to: Tri Quach (#3)
Re: 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/

#6Joshua D. Drake
jd@commandprompt.com
In reply to: Tri Quach (#3)
Re: Which RHEL

-----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-----

#7Chris
dmagick@gmail.com
In reply to: Tri Quach (#3)
Re: Which RHEL

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/

#8Rodrigo Gonzalez
rjgonzale@gmail.com
In reply to: Tri Quach (#3)
Re: Which RHEL

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

#9Tri Quach
tquach@k12.hi.us
In reply to: Devrim GÜNDÜZ (#5)
Re: Which RHEL

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/

#10- Edwin -
ml2edwin@gmail.com
In reply to: Tri Quach (#1)
Re: rpmbuild: command not found

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