[SOLVED] 32 bit libraries (termcap) on a 64 bit system

General support questions
Post Reply
jingless
Posts: 2
Joined: 2012/05/31 07:33:42

[SOLVED] 32 bit libraries (termcap) on a 64 bit system

Post by jingless » 2012/05/31 07:42:37

Hi there, I'm running a 6.2 64 bit system and I need to install the 32 bit termcap package but it is not in the regular repositories, ¿can anyone help me please?

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

[SOLVED] 32 bit libraries (termcap) on a 64 bit system

Post by pschaff » 2012/05/31 14:38:03

Welcome to the CentOS fora. Please see the recommended reading for new users linked in my signature.

The termcap facility is obsolete. The replacement is terminfo. The compat-libtermcap package does provide /etc/termcap and there are i686 and x86_64 packages:
[code]# yum provides /etc/termcap
Loaded plugins: changelog, fastestmirror, priorities
Loading mirror speeds from cached hostfile
compat-libtermcap-2.0.8-49.el6.i686 : A basic system library for accessing the
: termcap database
Repo : base
Matched from:
Filename : /etc/termcap



compat-libtermcap-2.0.8-49.el6.x86_64 : A basic system library for accessing the
: termcap database
Repo : base
Matched from:
Filename : /etc/termcap
[/code]
So
[code]yum install compat-libtermcap.i686[/code]

jingless
Posts: 2
Joined: 2012/05/31 07:33:42

Re: 32 bit libraries (termcap) on a 64 bit system

Post by jingless » 2012/06/01 08:48:18

ok, that was easy, I'm new to centos, thank you very much

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: [SOLVED] 32 bit libraries (termcap) on a 64 bit system

Post by pschaff » 2012/06/01 14:17:51

You are welcome. Thanks for reporting back. Marking this thread [SOLVED] for posterity.

Post Reply