Displaying 2 results from an estimated 2 matches for "libcunit1".
2014 May 29
2
libguestfs error
Hi
I'm getting following error while compiling libguestfs-1.26.1...
CCLD guestfish
guestfish-progress.o: In function `progress_bar_init':
/home/ubuntu/libguestfs-1.26.1/fish/progress.c:123: undefined reference to
`tgetent'
guestfish-progress.o: In function `progress_bar_set':
/home/ubuntu/libguestfs-1.26.1/fish/progress.c:282: undefined reference to
`tgetnum'
2014 May 29
2
Re: libguestfs error
Hi Rich
I'm sure that this is some dependeny issue.
libtinfo-dev is already installed.
I have install libcunit1-ncurses-dev,libncurses5
However the package ncurses-devel is nor present in ubuntu.
apt-cache search ncurses-devel returns nothing
Thanks for the quick reply
On Thu, May 29, 2014 at 5:18 PM, Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Thu, May 29, 2014 at 05:05:30PM +0530, abh...