./configure \
            --sysconfdir=/etc/bacula \
                    --sbindir=/sbin \
            --oldincludedir=/usr/include/mysql \
            --enable-smartalloc \
                    --enable-bat \
            --disable-nls \
            --with-mysql \
                    --with-systemd \
            --with-pid-dir=/etc/bacula/working \
            --with-subsys-dir=/etc/bacula/working \
                    --with-working-dir=/etc/bacula/working \
                    --with-plugindir=/etc/bacula/plugins \
            --with-logdir=/var/log/bacula \
                    --with-dump-email=user@domain \
            --with-job-email=user@domain \
            --with-smtp-host=localhost \
            --with-dir-password=####################### \
            --with-fd-password=####################### \
            --with-sd-password=####################### \
            --with-mon-dir-password=####################### \
            --with-mon-fd-password=####################### \
            --with-mon-sd-password=####################### \
            --with-db-password=####################### \

Sincerely

Dan Hicks | BWI | 916-999-2711

From: Radosław Korzeniewski <rados...@korzeniewski.net>
Sent: Monday, October 21, 2019 3:17 AM
To: Hicks, Daniel CTR OSD DMEA <daniel.hicks....@dmea.osd.mil>
Cc: Bacula-users@lists.sourceforge.net
Subject: [Non-DoD Source] Re: [Bacula-users] Bacula 9.4.4 make error bsockcore 
timer unsinged int

Hello,

pt., 18 paź 2019 o 20:09 Hicks, Daniel CTR OSD DMEA via Bacula-users 
<bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>> 
napisał(a):
Hello all

I am trying to update my Bacula server to 9.4.4. The configure runs without 
error

What configure parameters did you setup?

but when I run make I get the following error.

/opt/Bacula-9.4.4/src/qt-consold/../lib/bsockcore.h:191: undefined reference to 
‘start_bsock_timer(BSOCKCORE*, unsinged int)’
Collect2: error: ld returned 1 exit status
Make[1]: ***[bat] Error 1
Make[1]: Leaving directory `/opt/Bacula-9.4.4/src/qt-console’


What object build generated this error?

This function is included in the main libbac library so it is a very strange 
why this compile fail here.

$ objdump -x -C libbac-9.6.0.so<http://libbac-9.6.0.so> | grep start_bsock_timer
0000000000053ae0 g     F .text 00000000000000ca              
_start_bsock_timer(BSOCK*, unsigned int)
0000000000053bc0 g     F .text 0000000000000005              
start_bsock_timer(BSOCK*, unsigned int)
0000000000053bb0 g     F .text 0000000000000005              
start_bsock_timer(BSOCKCORE*, unsigned int)

best regards
--
Radosław Korzeniewski
rados...@korzeniewski.net<mailto:rados...@korzeniewski.net>
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to