Operating System - Linux
1753653 Members
5411 Online
108798 Solutions
New Discussion юеВ

Re: error: no termcap library found in GNU GDB Debugger

 
SOLVED
Go to solution
Mr.AjeetKumar
Advisor

error: no termcap library found in GNU GDB Debugger

Hi,

I am getting "no termcap library found " while installing GNU GDB Debugger in my server.

[root gdb-6.8]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.1 (Tikanga)
[root gdb-6.8]#

I have checked the termcap and software are already installed there.

root gdb-6.8]# rpm -qa |grep -i termcap
termcap-5.5-1.20060701.1
libtermcap-2.0.8-46.1
libtermcap-2.0.8-46.1
[root gdb-6.8]#


And there is a file in etc for termcap also i.e. /etc/termcap.

Can anybody help me in this ?

Thanks in advance.
2 REPLIES 2
smatador
Honored Contributor
Solution

Re: error: no termcap library found in GNU GDB Debugger

Hi,
Do you install the rpm of gnu gdb debugguer for RHEL 5.1 or try to compile it.
If you compile, perhaps you have to try
./configure --with-termcap=/directory of termcap
Mr.AjeetKumar
Advisor

Re: error: no termcap library found in GNU GDB Debugger

thanks