(based on these entries form config.log): ~ configure:30793: checking how to build rpc_lsa ~ configure:30824: result: not ~ configure:30829: checking how to build rpc_reg ~ configure:30860: result: not ~ configure:30865: checking how to build rpc_lsa_ds ~ configure:30896: result: not ~ configure:30901: checking how to build rpc_wks ~ configure:30932: result: not ~ configure:30937: checking how to build rpc_net ~ configure:30968: result: not I've seen this reported by a couple of people and my only guess is that the elif is failing here: AC_DEFUN(SMB_MODULE, [ ~ AC_MSG_CHECKING([how to build $1]) ~ if test "$[MODULE_][$1]"; then ~ DEST=$[MODULE_][$1] ~ elif test "$[MODULE_]translit([$4], [A-Z], [a-z])" ~ -a "$[MODULE_DEFAULT_][$1]"; then ~ DEST=$[MODULE_]translit([$4], [A-Z], [a-z]) ~ else ~ DEST=$[MODULE_DEFAULT_][$1] ~ fi ~From config.status: configured by ./configure, generated by GNU Autoconf 2.53, ~ with options \"'--prefix=/tool/local' ~ '--exec_prefix=/tool/local/sunos-5-sparc' '--sysconfdir=/etc/samba' ~ '--with-swatdir=/tool/local/sunos-5-sparc/swat' '--localstatedir=/var' ~ '--with-smbwrapper' '--with-automount' '--with-configdir=/etc/samba' ~ '--with-logfilebase=/var/log' '--enable-cups' '--with-acl-support' ~ '--with-privatedir=/etc/samba/private' ~ '--with-lockdir=/var/spool/locks' ~ '--with-piddir=/var/spool/locks' ~ '--with-readline=/tool/local/sunos-5-sparc/lib' '--with-pam' ~ '--with-pam_smbpass' '--with-libsmbclient' '--with-winbind' ~ '-with-utmp' ~ '--with-msdfs' '--with-quotas' 'CFLAGS=-I/tool/local/cups/include ~ -I/tool/local/include -L/tool/local/cups/sunos-5-sparc/lib -Wl,-rpath ~ -Wl,/tool/local/cups/sunos-5-sparc/lib ~ -L/tool/local/sunos-5-sparc/lib'\" ~From the generated Makefile: ~ RPC_SERVER_OBJ = $(RPC_SVC_OBJ) $(RPC_SPOOLSS_OBJ) $(RPC_PIPE_OBJ)
*** Bug 731 has been marked as a duplicate of this bug. ***
*** Bug 513 has been marked as a duplicate of this bug. ***
*** Bug 536 has been marked as a duplicate of this bug. ***
I've reproduced this! Whoop! Thanks to Brian Dudek for the inspiration in bug 374. Make sure that /usr/ucb does not precede /bin & /usr/bin in you PATH.