<div dir="ltr"><div><div><div><div><div>Hi Rich<br><br></div>I using ubuntu 13.10 with powerpc arch.<br></div>I tried the above stepss and below are the output of the related commands..<br><br>nm -D /usr/lib/powerpc-linux-gnu/libtinfo.so | grep tgetent<br>
0000def0 T tgetent<br>ubuntu@t4240-ubuntu1310:~$ dpkg -S /usr/lib/powerpc-linux-gnu/libtinfo.so<br>libtinfo-dev:powerpc: /usr/lib/powerpc-linux-gnu/libtinfo.so<br><br></div>However I'm  not able to perform   rm -f config.cache as there is no config.cache file<br>
<br></div>Thanks for the wonderful support.<br><br></div><div><div><div><br><br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 29, 2014 at 6:27 PM, Richard W.M. Jones <span dir="ltr"><<a href="mailto:rjones@redhat.com" target="_blank">rjones@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Thu, May 29, 2014 at 05:31:20PM +0530, abhishek jain wrote:<br>
> Hi Rich<br>
><br>
> I'm sure that this is some dependeny  issue.<br>
> libtinfo-dev is already installed.<br>
<br>
</div>Did you rerun configure after installing the package?  This is<br>
necessary because the autoconf script changes one of the variable<br>
definitions depending on what is installed.<br>
<br>
If in doubt this should fix things:<br>
<br>
  sudo apt-get install libtinfo-dev<br>
  rm -f config.cache<br>
  ./configure<br>
  make clean<br>
  make<br>
<br>
FYI on my Ubuntu 13.10 machine:<br>
<br>
  $ nm -D /usr/lib/x86_64-linux-gnu/libtinfo.so | grep tgetent<br>
  00000000000112c0 T tgetent<br>
  $ dpkg -S /usr/lib/x86_64-linux-gnu/libtinfo.so<br>
  libtinfo-dev:amd64: /usr/lib/x86_64-linux-gnu/libtinfo.so<br>
<div class="HOEnZb"><div class="h5"><br>
Rich.<br>
<br>
<br>
--<br>
Richard Jones, Virtualization Group, Red Hat <a href="http://people.redhat.com/~rjones" target="_blank">http://people.redhat.com/~rjones</a><br>
Read my programming and virtualization blog: <a href="http://rwmj.wordpress.com" target="_blank">http://rwmj.wordpress.com</a><br>
virt-top is 'top' for virtual machines.  Tiny program with many<br>
powerful monitoring features, net stats, disk stats, logging, etc.<br>
<a href="http://people.redhat.com/~rjones/virt-top" target="_blank">http://people.redhat.com/~rjones/virt-top</a><br>
</div></div></blockquote></div><br></div>