Hello,

pt., 18 paź 2019 o 20:09 Hicks, Daniel CTR OSD DMEA via Bacula-users <
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 | 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
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to