Port sysutils/bacula, core dump

Lukasz Ciazynski lciazyns at altosusers.com
Wed Apr 28 16:33:40 PDT 2004


I'm having trouble with bacula director. I am getting segmentation 
fault, while trying to start it. Quick info: bacula-1.32f5 compiled 
against mysql-client-4.0.18_1. Default configuration files. Both bacula 
file deamon and storage deamon start with no problems.
(uname -v)
FreeBSD 5.2.1-RELEASE-p4 #1: Mon Apr 12 09:03:05 MDT 2004 ...

This is what I get when running gdb
(gdb)
Program received signal SIGSEGV, Segmentation fault.
0x280df4d1 in sigprocmask () from /usr/lib/libc_r.so.5

(ls -la /usr/lib/libc_r.so.5)
-r--r--r--  1 root  wheel  107592 Apr 13 22:23 /usr/lib/libc_r.so.5
and my src/lib/libc_r/Makefile is
v 1.36 2003/07/13 05:35:30
Am I using the wrong threading library?

Below is the summary of make configure in sysutils/bacula

  Host:                       i386-portbld-freebsd5.2.1 -- freebsd 
5.2.1-RELEASE-p4
  Bacula version:             1.32f-5 (09 Mar 2004)
  Source code location:       .
  Install binaries:           /usr/local/sbin
  Install config files:       /usr/local/etc
  Scripts directory:          /usr/local/etc
  Working directory:          /var/db/bacula
  PID directory:              /var/run
  Subsys directory:           /var/run/subsys
  C Compiler:                 cc 3.3.3
  C++ Compiler:               c++ 3.3.3
  Compiler flags:              -O -pipe -march=pentium4
  Linker flags:                -L/usr/local/lib -lc_r
  Libraries:                  -lc_r  -lwrap -lxpg4
  Statically Linked Tools:    no
  Statically Linked FD:       no
  Statically Linked SD:       no
  Statically Linked DIR:      no
  Statically Linked CONS:     no
  Database type:              MySQL
  Database lib:               -L/usr/local/lib/mysql -lmysqlclient_r -lz

  Job Output Email:           root at localhost
  Traceback Email:            root at localhost
  SMTP Host Address:          localhost

  Director Port:              9101
  File daemon Port:           9102
  Storage daemon Port:        9103

  Director User:            bacula
  Director Group:           bacula
  Storage Daemon User:      bacula
  Storage DaemonGroup:      operator
  File Daemon User:         root
  File Daemon Group:        wheel

  SQL binaries Directory      /usr/local/bin

  Large file support:         yes
  readline support:           yes
  TCP Wrappers support:       yes
  ZLIB support:               yes
  enable-smartalloc:          yes
  enable-gnome:               no
  client-only:                no



More information about the freebsd-ports mailing list