Displaying 1 result from an estimated 1 matches for "lp__ctdbd_socket".
2020 Mar 12
0
Linking Error Building Samba on AIX 7
Hi,
I am getting the following error from the linker while building Samba 4.11.6 on AIX 7. I am not explicitly disabling cluster support (which this seems to be related to), but I see in the configure that it gets disabled (presumably due to --without-ads).
ld: 0711-317 ERROR: Undefined symbol: .lp__ctdbd_socket
Here is my configure setup.
./configure \
--prefix=$WHERE \
--with-privatedir=$WHERE/etc/samba \
--with-configdir=$WHERE/etc/samba \
--with-logfilebase=$WHERE/var/log \...