>>>>> On Mon, 25 Feb 2008 22:36:18 -0700, Glen Vickers said:
> 
> I'll try to address every post repsponce and I appreciate your help...

Thanks.


> I ran the make install again after I cleaned out the b files manually.
> Here's the results of the make install.
> 
> ...snip...
> make[1]: Entering directory `/downloads/bacula-2.2.8/src/console'
> Compiling conio.c
> conio.c:82:21: error: termcap.h: No such file or directory
> conio.c: In function âvoid rawmode(FILE*)â:
> conio.c:988: error: âtgetentâ was not declared in this scope
> conio.c:994: error: âtgetnumâ was not declared in this scope
> conio.c:998: error: âtgetstrâ was not declared in this scope
> conio.c: In function âvoid ascurs(int, int)â:
> conio.c:1164: error: âtgotoâ was not declared in this scope
> make[1]: *** [conio.o] Error 1
> make[1]: Leaving directory `/downloads/bacula-2.2.8/src/console'

This is the problem -- the bconsole executable is not being built because of
an error during compilation: termcap.h: No such file or directory.

You need to install the package that provides /usr/include/termcap.h, which is
probably named something like libtermcap-devel.

__Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to