Burn wrote:
> Thanks for your comment. After some research I discovered that configure 
> script does not detect termcap.h:
> 
> checking for msgfmt... (cached) /usr/bin/msgfmt
> checking termcap.h usability... no
> checking termcap.h presence... no
> checking for termcap.h... no
> checking curses.h usability... yes
> 
> .......
> 
> ==>Entering directory /home/rpmbuilder/rpmbuild/BUILD/bacula-5.0.0/src/console
> make[1]: Entering directory 
> `/home/rpmbuilder/rpmbuild/BUILD/bacula-5.0.0/src/console'
> conio.c:87:21: error: termcap.h: No such file or directory
> make[1]: *** [depend] Error 1
> make[1]: Leaving directory 
> `/home/rpmbuilder/rpmbuild/BUILD/bacula-5.0.0/src/console'
> 
> I checked permissions, reinstalled both ncurses and ncurses-devel, that 
> didn't help. Then I tried
> cd  /usr/include
> ln -s ncurses/termcap.h
> 
> and that actually did the trick. Looks like script looking in the wrong 
> place. Installed version of ncurses is ncurses-5.5-24.20060715, 
> ncurses-devel-5.5-24.20060715

Burn,

My system has termcap.h from libtermcap-devel:

rpm -qf /usr/include/termcap.h
libtermcap-devel-2.0.8-46.1

Regards,

        Andy


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to