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

Reply via email to