Carlo Filippetto wrote:
> I don't know you response,
> but why you don't try to build it from the source code?
> 

because it is not scalable nor mantainable.


Andy Howell wrote:
> 
> My guess is the build is not completing earlier, maybe some required package 
> is missing? I 
> can rebuild and send you the output of the build if that helps.
> 
> Regards,
> 
>       Andy
> 

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

+----------------------------------------------------------------------
|This was sent by sc...@gorodok.net via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
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