Hi,

26.02.2008 06:36, Glen Vickers wrote:

As your mail is getting hard to reply to I'll only address the lst 
issue you found now...

...
> I ran the make install again after I cleaned out the b files manually.
> Here's the results of the make install.
> 
> ./autoconf/mkinstalldirs /root/bacula/sbin
> mkdir -p -- /root/bacula/sbin
> ./autoconf/mkinstalldirs /root/bacula/etc
> mkdir -p -- /root/bacula/etc
> ./autoconf/mkinstalldirs /root/bacula/etc
> if test ! -d /root/bacula/bin/working ; then \
>            ./autoconf/mkinstalldirs /root/bacula/bin/working; \
>            chmod 770 /root/bacula/bin/working; \
>         fi
> mkdir -p -- /root/bacula/bin/working
> if test "xbacula" != "x" ; then \
>            chown bacula /root/bacula/bin/working; \
>         fi
> if test "xbacula" != "x" ; then \
>            chgrp bacula /root/bacula/bin/working; \
>         fi

Ok, directories are created as needed.

...
> /usr/bin/install -c -m 0754 bconsole /root/bacula/etc/bconsole

This should be the configuration file.

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

bconsole was not compiled.

Did you run 'make' before 'make install'?

...
> I took a suggestion from the first post and used --prefix.....
> 
> It made 3 directories for me.  Bin sbin and etc
> There was no bconsole.conf still though. There was 1 in source so I copied
> it over.
> New interesting dilemma now with the change after using --prefix
> 
> updatedb
> [EMAIL PROTECTED] sbin]# locate bconsole
> /downloads/bacula-2.2.8/manpages/bconsole.8
> /downloads/bacula-2.2.8/scripts/bconsole
> /downloads/bacula-2.2.8/scripts/bconsole.in
> /downloads/bacula-2.2.8/src/console/bconsole.conf
> /downloads/bacula-2.2.8/src/console/bconsole.conf.in
> /downloads/bacula-2.2.8/src/win32/installer/bconsole.conf.in
> /root/bacula/bin/man8/bconsole.8.gz
> /root/bacula/etc/bconsole
> /root/bacula/etc/bconsole.conf
> 
> [EMAIL PROTECTED] etc]# ./bconsole
> ./bconsole: line 22: /root/bacula/sbin/bconsole: No such file or directory
> [EMAIL PROTECTED] etc]#

See above - bconsole is not compiled, and so can't be installed. I 
suspect that you are missing some header files - according to the 
error message above, conio.h is missing. Depending on your 
distribution, you need packages like conio-devel or termcap-devel or 
something.

Install that, re-run ./configure, make and make install, and see what 
happens then. I guess that ./configure reports missing dependencies, 
too, and it might tell you that bconsole will not be built, too.

Arno



-- 
Arno Lehmann
IT-Service Lehmann
www.its-lehmann.de

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