For documentation purposes, and in case someone else runs into this issue, configure fails to find termcap.h, provided by ncurses-devel. I added CPPFLAGS="-I/usr/include/ncurses" to my configure line, and completed the compilation per the manual.
I now have a bconsole binary in /usr/sbin. CPPFLAGS="-I/usr/include/ncurses" CFLAGS="-g -Wall" ./configure --prefix=/usr --sbindir=/usr/sbin --sysconfdir=/etc/bacula --with-scriptdir=/etc/bacula --enable-smartalloc --with-postgresql --with-working-dir=/var/bacula --with-pid-dir=/var/run --with-subsys-dir=/var/lock/subsys --enable-conio -----Original Message----- From: Drew Myers Sent: Tuesday, May 15, 2007 2:29 PM To: '[email protected]' Subject: bconsole missing? Hi, I recently built bacula from source (v2.0.3) on RHEL4 ES. Here's the configuration options I specified at build-time: $ ./configure --prefix=/usr --sbindir=/usr/sbin --sysconfdir=/etc/bacula --with-scriptdir=/etc/bacula --enable-smartalloc --with-postgresql --with-working-dir=/var/bacula --with-pid-dir=/var/run --with-subsys-dir=/var/lock/subsys --enable-conio I have the bconsole config file: /etc/bacula/bconsole, but there is no bconsole binary in /usr/sbin. Can someone help identify what I did wrong? Thanks, Drew ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
