tcl and rpms for rhel3

Started by javier wilsonalmost 22 years ago3 messagesgeneral
Jump to latest
#1javier wilson
axioma@yahoo.com

i just build the rpm for rhel3 based on
postgresql-7.4.3-3PGDG.src.rpm but i did not get the
postgresql-tcl package.

i looked for it in some mirrors like
ftp://ftp22.us.postgresql.org/mirrors/www.postgresql.org/binary/v7.4.3/redhat/rhel3/
but apparently it is not included in the RPM version
of postgresql 7.4.3

is this true? or it requires a development package i
lack? has anyone else had this problem?

i have rhel3 with tcl and tcl-devel installed.

javier

__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

#2Devrim GÜNDÜZ
devrim@gunduz.org
In reply to: javier wilson (#1)
Re: tcl and rpms for rhel3

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

Hi,

On Thu, 15 Jul 2004, javier wilson wrote:

i just build the rpm for rhel3 based on
postgresql-7.4.3-3PGDG.src.rpm but i did not get the
postgresql-tcl package.

i looked for it in some mirrors like
ftp://ftp22.us.postgresql.org/mirrors/www.postgresql.org/binary/v7.4.3/redhat/rhel3/
but apparently it is not included in the RPM version
of postgresql 7.4.3

is this true? or it requires a development package i
lack? has anyone else had this problem?

You should edit the spec file, alter the tcl settings from 0 to 1 and
rebuild the rpms for tcl support.

Or you may call this command:

rpmbuild --rebuild --define 'xargs --with-tcl --with-tcldevel' --target
i686 postgresql-7.4.3-2PGDG.src.rpm

i have rhel3 with tcl and tcl-devel installed.

AFAIK, RHEL does not ship with tcl-devel package, that's why I've disabled
tcl support in spec file. Did you build the rpms from other distributions?

Regards,

- --
Devrim GUNDUZ
devrim~gunduz.org devrim.gunduz~linux.org.tr
http://www.tdmsoft.com
http://www.gunduz.org

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

iD8DBQFA9kHBtl86P3SPfQ4RAk4dAKDhbNgG5gy4WWZGEvlaeqkZozUyOgCgnquc
RWpfaXiuMLnPFnOzyEWGL00=
=k2pI
-----END PGP SIGNATURE-----

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Devrim GÜNDÜZ (#2)
Re: tcl and rpms for rhel3

Devrim GUNDUZ <devrim@gunduz.org> writes:

AFAIK, RHEL does not ship with tcl-devel package, that's why I've disabled
tcl support in spec file.

Builds just fine for me...

regards, tom lane