Mandrake does not include a curses development library only ncurses. I can not figure out how I was able to build and run this the first time. I had some trouble getting the configurations OK but no problems building it.
This is driving me crazy and the client really needs the files back on line. It is starting to affect their customers. Ron -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ron Wheeler Sent: August 10, 2005 6:08 PM To: Paul Heinlein Cc: Phil Stracchino; bacula-users@lists.sourceforge.net Subject: RE: FW: [Bacula-users] bconsole spawns thousands of copies of itself I might give strace a try but right now I am trying to figure out why termcap.h is not found which seems to be related to configure using curses rather than ncurses. The only copy of termcap.h is in the ncurses directory Ron -----Original Message----- From: Paul Heinlein [mailto:[EMAIL PROTECTED] Sent: August 10, 2005 5:45 PM To: Ron Wheeler Cc: Phil Stracchino; bacula-users@lists.sourceforge.net Subject: RE: FW: [Bacula-users] bconsole spawns thousands of copies of itself On Wed, 10 Aug 2005, Ron Wheeler wrote: > The fact that it crashes on -? and the eror in building conio is > leaningthis way. I do not know why the build is successful if the > compile of conio fails. That looks like a bug in the make. I'm a recent subscriber to bacula-users, so forgive me if using strace has already been suggested... strace -f -o /tmp/bconsole.trace ./bconsole -? The output in /tmp/bconsole.trace should provide some clue as to what system call is tripping up. Also, it might be worthwhile running ldd against your binary to make sure you're linked against the right libraries, e.g., # ldd /usr/sbin/bconsole libtermcap.so.2 => /lib/libtermcap.so.2 (0x00990000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0x002ca000) libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x005a2000) libm.so.6 => /lib/tls/libm.so.6 (0x00bfa000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x0057f000) libc.so.6 => /lib/tls/libc.so.6 (0x00dfa000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x004af000) -- Paul Heinlein <[EMAIL PROTECTED]> ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users