From: andrew.miskell on
Already have compiled and installed Heimdal, it's located in
/opt/CMNSsamba, I point to the installation with the
--with-krb5=/opt/CMNSsamba flag at configure.

One thing I have noticed is that if I use gcc, it properly undefines
HAVE_SHORT_KRB5_MK_ERROR_INTERFACE in config.h, but if I use the IBM C
compiler it does not undefine it.

I'm wondering if there's a bug in the configure script, or maybe IBM's C
compiler itself which is returning inaccurate results in the test during
the configure.

__________

Andrew Miskell
Domain Architecture - Infrastructure
andrew.miskellATcummins.com

"When you've done things right, people won't be sure you've done anything
at all."



From: David Markey <admin(a)dmarkey.com>
To: andrew.miskell(a)cummins.com
Cc: samba(a)lists.samba.org
Date: 05/12/2010 10:48 AM
Subject: Re: [Samba] Samba 3.5.2 compile on AIX



You might have to download heimdal and compile it yourself, then link
against that

On 12 May 2010 16:42, <andrew.miskell(a)cummins.com> wrote:
I'm having trouble compiling Samba 3.5.2 on AIX 5.3 TL10 SP1.

I'm compiling Samba with ADS support against a locally installed Heimdal
1.3.2 Kerberos installation and I'm getting a failure while compiling
clikrb5.c

This is using the IBM xl_C compiler.

Below is the complete build logs. I'm able to get around the error if I
undef HAVE_SHORT_KRB5_MK_ERROR_INTERFACE in the config.h, but I doubt
that's the right way to handle this.

root(a)valisaix53:/compile/sources/samba-3.5.2/source3
# ./autogen.sh
../autogen.sh: running script/mkversion.sh
../script/mkversion.sh: 'include/version.h' created for Samba("3.5.2")
../autogen.sh: running autoheader -Im4 -I../m4 -I../lib/replace
-I../source4
samba4.m4:6: warning: file `../m4/check_python.m4' included several times
samba4.m4:83: warning: file `../lib/tdb/libtdb.m4' included several times
.../source4/build/m4/public.m4:70: SMB_EXT_LIB_FROM_PKGCONFIG is expanded
from...
samba4.m4:83: the top level
.../lib/tevent/samba.m4:3: warning: file `../lib/tevent/libtevent.m4'
included several times
.../lib/tevent/samba.m4:3: the top level
../autogen.sh: running autoconf -Im4 -I../m4 -I../lib/replace -I../source4
samba4.m4:6: warning: file `../m4/check_python.m4' included several times
samba4.m4:83: warning: file `../lib/tdb/libtdb.m4' included several times
.../source4/build/m4/public.m4:70: SMB_EXT_LIB_FROM_PKGCONFIG is expanded
from...
samba4.m4:83: the top level
.../lib/tevent/samba.m4:3: warning: file `../lib/tevent/libtevent.m4'
included several times
.../lib/tevent/samba.m4:3: the top level
Now run ./configure (or ./configure.developer) and then make.
root(a)valisaix53:/compile/sources/samba-3.5.2/source3
# ./configure --prefix=/opt/CMNSsamba --with-libiconv=/opt/CMNSsamba
--with-krb5=/opt/CMNSsamba
configure: WARNING: $PATH contains /usr/ucb - build errors may follow
SAMBA VERSION: 3.5.2
-
-
# define SAMBA_VERSION_STRING SAMBA_VERSION_OFFICIAL_STRING
checking build system type... powerpc-ibm-aix5.3.0.0
checking host system type... powerpc-ibm-aix5.3.0.0
checking target system type... powerpc-ibm-aix5.3.0.0
LIBREPLACE_LOCATION_CHECKS: START
LIBREPLACE_LOCATION_CHECKS: END
LIBREPLACE_CC_CHECKS: START
checking for gcc... no
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... -qlanglvl=extc89
checking for cc -qlanglvl=extc89 option to accept ISO C99...
-qlanglvl=extc99
checking how to run the C preprocessor... cc -qlanglvl=extc89
-qlanglvl=extc99 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether byte ordering is bigendian... yes
checking for inline... inline
checking for C99 designated initializers... yes
checking for a BSD-compatible install... ./install-sh -c
checking for library containing strerror... none required
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... unknown
checking for _LARGE_FILES value needed for large files... 1
checking standards.h usability... yes
checking standards.h presence... yes
checking for standards.h... yes
checking for long long... yes
checking size of int... 4
checking size of char... 1
checking size of short... 2
checking size of long... 4
checking size of long long... 8
checking for uint_t... yes
checking for int8_t... yes
checking for uint8_t... yes
checking for int16_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for int64_t... yes
checking for uint64_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking size of off_t... 8
checking size of size_t... 4
checking size of ssize_t... 4
checking for intptr_t... yes
checking for uintptr_t... yes
checking for ptrdiff_t... yes
checking for immediate structures... no
LIBREPLACE_CC_CHECKS: END
checking sys/epoll.h usability... no
checking sys/epoll.h presence... no
checking for sys/epoll.h... no
checking for epoll_create... no
checking whether to use profiling... no
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking for gmake... no
checking for make... /usr/local/bin/make
checking whether we have GNU make... yes
checking for perl... /usr/bin/perl
checking for ar... ar
checking if the linker (ld) is GNU ld... no
checking whether cc -qlanglvl=extc89 -qlanglvl=extc99 and cc understand -c
and -o together... yes
checking that the C compiler understands -Werror... no
checking that the C compiler understands -w2... no
checking that the C compiler understands -errwarn... no
checking that the C compiler understands negative enum values... yes
checking for C99 designated initializers... yes
checking uname -s... AIX
checking uname -r... 3
checking uname -m... 00C94F804C00
checking uname -p... powerpc
checking uname -i... unknown
LIBREPLACE_BROKEN_CHECKS: START
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... (cached) yes
checking for pid_t... yes
checking for struct stat.st_rdev... yes
checking for ino_t... yes
checking for loff_t... no
checking for offset_t... yes
checking for working memcmp... yes
checking for pipe... yes
checking for strftime... yes
checking for srandom... yes
checking for random... yes
checking for srand... yes
checking for rand... yes
checking for usleep... yes
checking for setbuffer... yes
checking for lstat... yes
checking for getpgrp... yes
checking for utime... yes
checking for utimes... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking for stdint.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for stdint.h... (cached) yes
checking for stdbool.h... (cached) yes
checking for bool... yes
checking for _Bool... yes
checking for working mmap... yes
checking sys/syslog.h usability... yes
checking sys/syslog.h presence... yes
checking for sys/syslog.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking vararg.h usability... no
checking vararg.h presence... no
checking for vararg.h... no
checking sys/mount.h usability... no
checking sys/mount.h presence... no
checking for sys/mount.h... no
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking unix.h usability... no
checking unix.h presence... no
checking for unix.h... no
checking for seteuid... yes
checking for setresuid... no
checking for setegid... yes
checking for setresgid... no
checking for chroot... yes
checking for bzero... yes
checking for strerror... yes
checking for vsyslog... no
checking for setlinebuf... yes
checking for mktime... yes
checking for ftruncate... yes
checking for chsize... no
checking for rename... yes
checking for waitpid... yes
checking for wait4... yes
checking for strlcpy... no
checking for strlcat... no
checking for initgroups... yes
checking for memmove... yes
checking for strdup... yes
checking for pread... yes
checking for pwrite... yes
checking for strndup... yes
checking for strcasestr... no
checking for strtok_r... yes
checking for mkdtemp... no
checking for dup2... yes
checking for isatty... yes
checking for chown... yes
checking for lchown... yes
checking for link... yes
checking for readlink... yes
checking for symlink... yes
checking for realpath... yes
checking for setresuid declaration... no
checking for setresgid declaration... no
checking for errno declaration... yes
checking for secure mkstemp... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for strings.h... (cached) yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether asprintf is declared... no
checking whether vasprintf is declared... no
checking for snprintf... yes
checking for vsnprintf... yes
checking for asprintf... no
checking for vasprintf... no
checking for C99 vsnprintf... no
checking for va_copy... yes
checking for __FUNCTION__ macro... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for comparison_fn_t... no
checking for setenv declaration... yes
checking for setenv... yes
checking for unsetenv... yes
checking for environ declaration... yes
checking for strnlen... yes
checking for strtoull... yes
checking for __strtoull... no
checking for strtouq... no
checking for strtoll... yes
checking for __strtoll... no
checking for strtoq... no
checking for sig_atomic_t type... yes
checking for O_DIRECT flag to open(2)... no
checking that the C compiler understands volatile... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/fcntl.h usability... no
checking sys/fcntl.h presence... no
checking for sys/fcntl.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mode.h usability... yes
checking sys/mode.h presence... yes
checking for sys/mode.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/fs/s5param.h usability... no
checking sys/fs/s5param.h presence... no
checking for sys/fs/s5param.h... no
checking sys/filsys.h usability... yes
checking sys/filsys.h presence... yes
checking for sys/filsys.h... yes
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking acl/libacl.h usability... no
checking acl/libacl.h presence... no
checking for acl/libacl.h... no
checking for sys/select.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for utime.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for utime... (cached) yes
checking for utimes... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking sys/capability.h usability... no
checking sys/capability.h presence... no
checking for sys/capability.h... no
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/id.h usability... yes
checking sys/id.h presence... yes
checking for sys/id.h... yes
checking compat.h usability... no
checking compat.h presence... no
checking for compat.h... no
checking shadow.h usability... no
checking shadow.h presence... no
checking for shadow.h... no
checking sys/priv.h usability... yes
checking sys/priv.h presence... yes
checking for sys/priv.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/security.h usability... no
checking sys/security.h presence... no
checking for sys/security.h... no
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getpwent_r... yes
checking for getpwent_r declaration... no
checking for prototype struct passwd *getpwent_r(struct passwd *src, char
*buf, int buflen)... no
checking for prototype struct passwd *getpwent_r(struct passwd *src, char
*buf, size_t buflen)... no
checking for getgrnam_r... yes
checking for getgrgid_r... yes
checking for getgrent_r... yes
checking for getgrent_r declaration... no
checking for prototype struct group *getgrent_r(struct group *src, char
*buf, int buflen)... no
checking for prototype struct group *getgrent_r(struct group *src, char
*buf, size_t buflen)... no
checking for getgrouplist... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking sys/termio.h usability... yes
checking sys/termio.h presence... yes
checking for sys/termio.h... yes
checking for library containing dlopen... none required
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for dlopen... yes
checking for dlsym... yes
checking for dlerror... yes
checking for dlclose... yes
checking for library containing shl_load... no
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for shl_load... no
checking for shl_unload... no
checking for shl_findsym... no
checking for prototype void *dlopen(const char* filename, unsigned int
flags)... no
checking for getpass... yes
checking for getpassphrase... no
checking whether getpass should be replaced... yes
checking whether strptime is available and works... no
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking whether mkdir supports mode... yes
checking for timegm... no
checking for broken readdir... no
checking for dirfd... no
checking for dirfd declaration... no
checking a usable readdir()... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking for library containing crypt... none required
checking for printf... yes
checking for memset... yes
checking for memcpy... yes
LIBREPLACE_BROKEN_CHECKS: END
checking for syslog... yes
LIBREPLACE_NETWORK_CHECKS: START
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking for netinet/ip.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking netinet/in_ip.h usability... no
checking netinet/in_ip.h presence... no
checking for netinet/in_ip.h... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for usable net/if.h... yes
checking for socklen_t... yes
checking for sa_family_t... yes
checking for struct addrinfo... yes
checking for struct sockaddr... yes
checking for struct sockaddr_storage... yes
checking for struct sockaddr_in6... yes
checking for struct sockaddr_storage.ss_family... yes
checking for sin_len in sock... yes
checking for unix domain sockets... yes
checking for connect... yes
checking for gethostbyname... yes
checking for if_nametoindex... yes
checking for socketpair... yes
checking for broken inet_ntoa... no
checking for inet_ntoa... yes
checking for inet_aton... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for getaddrinfo... yes
checking ifaddrs.h usability... no
checking ifaddrs.h presence... no
checking for ifaddrs.h... no
checking for struct sockaddr.sa_len... yes
checking for getifaddrs and freeifaddrs... no
checking for iface getifaddrs... no
checking for iface AIX... en0 IP=146.91.8.38
en0 IP=146.91.8.38
lo0 IP=127.0.0.1
lo0 IP=127.0.0.1
lo0 IP=127.0.0.1
yes
checking for ipv6 support... yes
LIBREPLACE_NETWORK_CHECKS: END
checking aio.h usability... yes
checking aio.h presence... yes
checking for aio.h... yes
checking for sys/fcntl.h... (cached) no
checking for sys/select.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking sys/unistd.h usability... no
checking sys/unistd.h presence... no
checking for sys/unistd.h... no
checking rpc/nettype.h usability... yes
checking rpc/nettype.h presence... yes
checking for rpc/nettype.h... yes
checking for unistd.h... (cached) yes
checking for grp.h... (cached) yes
checking for sys/id.h... (cached) yes
checking for memory.h... (cached) yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking for limits.h... (cached) yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking rpc/rpc.h usability... yes
checking rpc/rpc.h presence... yes
checking for rpc/rpc.h... yes
checking rpcsvc/nis.h usability... no
checking rpcsvc/nis.h presence... no
checking for rpcsvc/nis.h... no
checking rpcsvc/ypclnt.h usability... yes
checking rpcsvc/ypclnt.h presence... yes
checking for rpcsvc/ypclnt.h... yes
checking for sys/param.h... (cached) yes
checking for ctype.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/ipc.h... (cached) yes
checking sys/prctl.h usability... no
checking sys/prctl.h presence... no
checking for sys/prctl.h... no
checking sys/sysctl.h usability... no
checking sys/sysctl.h presence... no
checking for sys/sysctl.h... no
checking for sys/mman.h... (cached) yes
checking for sys/filio.h... (cached) no
checking for sys/priv.h... (cached) yes
checking for sys/shm.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/mount.h... (cached) no
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking for sys/fs/s5param.h... (cached) no
checking for sys/filsys.h... (cached) yes
checking for termios.h... (cached) yes
checking for termio.h... (cached) yes
checking for sys/termio.h... (cached) yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/dustat.h usability... no
checking sys/dustat.h presence... no
checking for sys/dustat.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking for stdarg.h... (cached) yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking for sys/syslog.h... (cached) yes
checking for syslog.h... (cached) yes
checking for langinfo.h... (cached) yes
checking for locale.h... (cached) yes
checking xfs/libxfs.h usability... no
checking xfs/libxfs.h presence... no
checking for xfs/libxfs.h... no
checking netgroup.h usability... no
checking netgroup.h presence... no
checking for netgroup.h... no
checking for rpcsvc/yp_prot.h... yes
checking for sys/mode.h... (cached) yes
checking CoreFoundation/CFStringEncodingConverter.h usability... no
checking CoreFoundation/CFStringEncodingConverter.h presence... no
checking for CoreFoundation/CFStringEncodingConverter.h... no
checking CFStringEncodingConverter.h usability... no
checking CFStringEncodingConverter.h presence... no
checking for CFStringEncodingConverter.h... no
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking for shadow.h... (cached) no
checking nss.h usability... no
checking nss.h presence... no
checking for nss.h... no
checking nss_common.h usability... no
checking nss_common.h presence... no
checking for nss_common.h... no
checking nsswitch.h usability... no
checking nsswitch.h presence... no
checking for nsswitch.h... no
checking ns_api.h usability... no
checking ns_api.h presence... no
checking for ns_api.h... no
checking for sys/security.h... (cached) no
checking syscall.h usability... no
checking syscall.h presence... no
checking for syscall.h... no
checking sys/syscall.h usability... no
checking sys/syscall.h presence... no
checking for sys/syscall.h... no
checking sys/attributes.h usability... no
checking sys/attributes.h presence... no
checking for sys/attributes.h... no
checking attr/xattr.h usability... no
checking attr/xattr.h presence... no
checking for attr/xattr.h... no
checking sys/xattr.h usability... no
checking sys/xattr.h presence... no
checking for sys/xattr.h... no
checking sys/extattr.h usability... no
checking sys/extattr.h presence... no
checking for sys/extattr.h... no
checking for sys/uio.h... (cached) yes
checking sys/ea.h usability... yes
checking sys/ea.h presence... yes
checking for sys/ea.h... yes
checking sys/proplist.h usability... no
checking sys/proplist.h presence... no
checking for sys/proplist.h... no
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking utmpx.h usability... yes
checking utmpx.h presence... yes
checking for utmpx.h... yes
checking lastlog.h usability... no
checking lastlog.h presence... no
checking for lastlog.h... no
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking size of short... (cached) 2
checking for an ANSI C-conforming const... yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) yes
checking whether char is unsigned... yes
checking return type of signal handlers... (cached) void
checking for uid_t in sys/types.h... (cached) yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for pid_t... (cached) yes
checking for struct stat.st_rdev... (cached) yes
checking for d_off in dirent... no
checking for ssize_t... (cached) yes
checking for wchar_t... yes
checking for cups-config... no
checking if the compiler will optimize out function calls... yes
checking for fd passing via msg_control... yes
checking for fd passing via msg_acctrights... no
checking for dirfd... (cached) no
checking for struct sigevent type... yes
checking for struct sigevent.sigev_value.sival_ptr... yes
checking for struct sigevent.sigev_value.sigval_ptr... no
checking for struct timespec type... yes
checking for real setresuid... no
checking for real setresgid... no
checking for working memcmp... (cached) yes
checking whether to use readline... yes
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking history.h usability... no
checking history.h presence... no
checking for history.h... no
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking readline/history.h usability... no
checking readline/history.h presence... no
checking for readline/history.h... no
checking for readline.h... (cached) no
checking for readline/readline.h... (cached) no
checking for rl_completion_matches in -lreadline... no
checking whether rl_event_hook is declared... no
checking for history_list in -lreadline... no
checking for library containing yp_get_default_domain... none required
checking for yp_get_default_domain... yes
checking for execl... yes
checking for getcwd... yes
checking for fchown... yes
checking for chmod... yes
checking for fchmod... yes
checking for mknod... yes
checking for mknod64... no
checking for strtol... yes
checking for strchr... yes
checking for chflags... no
checking for getrlimit... yes
checking for fsync... yes
checking for fdatasync... yes
checking for setpgid... yes
checking for setsid... yes
checking for glob... yes
checking for strpbrk... yes
checking for crypt16... no
checking for getauthuid... no
checking for sigprocmask... yes
checking for sigblock... yes
checking for sigaction... yes
checking for sigset... yes
checking for innetgr... yes
checking for setnetgrent... yes
checking for getnetgrent... yes
checking for endnetgrent... yes
checking for initgroups... (cached) yes
checking for select... yes
checking for poll... yes
checking for rdchk... no
checking for getgrnam... yes
checking for getgrent... yes
checking for pathconf... yes
checking for setpriv... yes
checking for setgidx... yes
checking for setuidx... yes
checking for setgroups... yes
checking for sysconf... yes
checking for stat64... yes
checking for fstat64... yes
checking for lstat64... yes
checking for fopen64... yes
checking for atexit... yes
checking for grantpt... yes
checking for lseek64... yes
checking for ftruncate64... yes
checking for posix_fallocate... yes
checking for posix_fallocate64... no
checking for fseek64... no
checking for fseeko64... yes
checking for ftell64... no
checking for ftello64... yes
checking for setluid... no
checking for getpwanam... no
checking for opendir64... yes
checking for readdir64... yes
checking for seekdir64... yes
checking for telldir64... yes
checking for rewinddir64... yes
checking for closedir64... yes
checking for getpwent_r... (cached) yes
checking for getdents64... no
checking for setenv... (cached) yes
checking for strcasecmp... yes
checking for fcvt... yes
checking for fcvtl... no
checking for syslog... (cached) yes
checking for vsyslog... (cached) no
checking for timegm... (cached) no
checking for setlocale... yes
checking for nl_langinfo... yes
checking for nanosleep... yes
checking for utimensat... no
checking for mlock... yes
checking for munlock... yes
checking for mlockall... yes
checking for munlockall... yes
checking for memalign... no
checking for posix_memalign... yes
checking for hstrerror... yes
checking for sys/mman.h... (cached) yes
checking for shmget... yes
checking for shm_open... yes
checking for gettext... no
checking for dgettext... no
checking for bindtextdomain... no
checking for textdomain... no
checking for strupr... no
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking libexc.h usability... no
checking libexc.h presence... no
checking for libexc.h... no
checking libunwind.h usability... no
checking libunwind.h presence... no
checking for libunwind.h... no
checking for library containing backtrace_symbols... no
checking for backtrace_symbols... no
checking for trace_back_stack in -lexc... no
checking for sysctlbyname... no
checking gpfs_gpl.h usability... no
checking gpfs_gpl.h presence... no
checking for gpfs_gpl.h... no
checking for Isilon OneFS... no
checking for libunwind... no
checking for _dup... no
checking for _dup2... no
checking for _opendir... no
checking for _readdir... yes
checking for _seekdir... no
checking for _telldir... no
checking for _closedir... no
checking for __dup... no
checking for __dup2... no
checking for __opendir... no
checking for __readdir... no
checking for __seekdir... no
checking for __telldir... no
checking for __closedir... no
checking for __getcwd... no
checking for _getcwd... no
checking for __xstat... no
checking for __fxstat... no
checking for __lxstat... no
checking for _stat... no
checking for _lstat... no
checking for _fstat... no
checking for __stat... no
checking for __lstat... no
checking for __fstat... no
checking for _acl... no
checking for __acl... no
checking for _facl... no
checking for __facl... no
checking for _open... no
checking for __open... no
checking for _chdir... no
checking for __chdir... no
checking for _close... no
checking for __close... no
checking for _fchdir... no
checking for __fchdir... no
checking for _fcntl... no
checking for __fcntl... yes
checking for getdents... no
checking for __getdents... no
checking for _lseek... yes
checking for __lseek... no
checking for _read... no
checking for __read... no
checking for getdirentries... yes
checking for _write... no
checking for __write... no
checking for _fork... no
checking for __fork... yes
checking for _stat64... no
checking for __stat64... no
checking for _fstat64... no
checking for __fstat64... no
checking for _lstat64... no
checking for __lstat64... no
checking for __sys_llseek... no
checking for llseek... yes
checking for _llseek... no
checking for __llseek... no
checking for readdir64... (cached) yes
checking for _readdir64... yes
checking for __readdir64... no
checking for pread... (cached) yes
checking for _pread... no
checking for __pread... no
checking for pread64... yes
checking for _pread64... no
checking for __pread64... no
checking for pwrite... (cached) yes
checking for _pwrite... no
checking for __pwrite... no
checking for pwrite64... yes
checking for _pwrite64... no
checking for __pwrite64... no
checking for open64... yes
checking for _open64... no
checking for __open64... no
checking for creat64... yes
checking for prctl... no
checking for getgrouplist... (cached) no
checking for struct stat.st_mtim.tv_nsec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_mtimespec.tv_nsec... no
checking for struct stat.st_mtime_n... yes
checking for struct stat.st_umtime... no
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtime... no
checking whether there is DOS flags support in the stat struct... no
checking for dn_expand in -lresolv... no
checking for _dn_expand in -lresolv... no
checking for __dn_expand in -lresolv... no
checking for putprpwnam... no
checking for putprpwnam in -lsecurity... no
checking for putprpwnam... (cached) no
checking for putprpwnam in -lsec... no
checking for set_auth_parameters... no
checking for set_auth_parameters in -lsecurity... no
checking for set_auth_parameters... (cached) no
checking for set_auth_parameters in -lsec... no
checking for getspnam... no
checking for getspnam in -lgen... no
checking for getspnam... (cached) no
checking for getspnam in -lsecurity... no
checking for getspnam... (cached) no
checking for getspnam in -lsec... no
checking for bigcrypt... no
checking for bigcrypt in -lsecurity... no
checking for bigcrypt... (cached) no
checking for bigcrypt in -lsec... no
checking for getprpwnam... no
checking for getprpwnam in -lsecurity... no
checking for getprpwnam... (cached) no
checking for getprpwnam in -lsec... no
checking for strsignal... yes
checking for library containing getxattr... no
checking for getxattr... no
checking for lgetxattr... no
checking for fgetxattr... no
checking for listxattr... no
checking for llistxattr... no
checking for getea... yes
checking for fgetea... yes
checking for lgetea... yes
checking for listea... yes
checking for flistea... yes
checking for llistea... yes
checking for removeea... yes
checking for fremoveea... yes
checking for lremoveea... yes
checking for setea... yes
checking for fsetea... yes
checking for lsetea... yes
checking for flistxattr... no
checking for removexattr... no
checking for lremovexattr... no
checking for fremovexattr... no
checking for setxattr... no
checking for lsetxattr... no
checking for fsetxattr... no
checking for attr_get... no
checking for attr_list... no
checking for attr_set... no
checking for attr_remove... no
checking for attr_getf... no
checking for attr_listf... no
checking for attr_setf... no
checking for attr_removef... no
checking for extattr_delete_fd... no
checking for extattr_delete_file... no
checking for extattr_delete_link... no
checking for extattr_get_fd... no
checking for extattr_get_file... no
checking for extattr_get_link... no
checking for extattr_list_fd... no
checking for extattr_list_file... no
checking for extattr_list_link... no
checking for extattr_set_fd... no
checking for extattr_set_file... no
checking for extattr_set_link... no
checking for -pie and -fPIE... no
checking for -Wl,-z,relro... no
checking ability to build shared libraries... true
checking if -Wl,--as-needed works... no
checking if -Wl,-z,ignore works... no
checking if -z ignore works... no
checking if -Wl,-z,defs works... no
checking if -error_unresolved works... no
checking if -Wl,-error_unresolved works... no
checking LDSHFLAGS_Z_DEFS...
checking LDFLAGS... -L./bin
checking DYNEXP... -Wl,-brtl,-bexpfull,-bbigtoc
checking SHLD... ${CC} ${CFLAGS}
checking LDSHFLAGS... -Wl,-G,-bexpfull,-bbigtoc,-brtl
checking SHLIBEXT... so
checking SONAMEFLAG... #
checking PICFLAG... -O2
checking NSSSONAMEVERSIONSUFFIX...
checking whether building shared libraries actually works... yes
checking used PICFLAG... -O2
checking whether to use shared libraries internally... true
checking for pkg-config... no
checking for LIBTALLOC... checking size of size_t... (cached) 4
checking size of void *... 4
checking whether to build the libtalloc shared library... yes
checking for LIBTDB... checking for mmap... yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for getpagesize... yes
checking for utime... (cached) yes
checking getopt.h usability... no
checking getopt.h presence... no
checking for getopt.h... no
checking for sys/select.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for pread declaration... yes
checking for pwrite declaration... yes
checking whether to build the libtdb shared library... yes
checking whether to build the libnetapi shared library... yes
checking whether to build the libsmbclient shared library... yes
checking whether to build the libsmbsharemodes shared library... yes
checking whether to build the libaddns shared library... no
shared library not selected
checking for long long... yes
checking for intptr_t... (cached) yes
checking for LL suffix on long long integers... yes
checking for 64 bit time_t... no
checking for 64 bit off_t... yes
checking for off64_t... no
checking for 64 bit ino_t... no
checking for ino64_t... yes
checking for 64 bit dev_t... no
checking for dev64_t... yes
checking for struct dirent64... yes
checking for struct dirent64... yes
checking for major macro... no
checking for minor macro... no
checking for makedev macro... no
checking for unsigned char... yes
checking whether seekdir returns void... yes
checking for __FUNCTION__ macro... yes
checking if gettimeofday takes tz argument... yes
checking for broken readdir name... no
checking for utimbuf... yes
checking for pututline... yes
checking for pututxline... yes
checking for updwtmp... yes
checking for updwtmpx... no
checking for getutmpx... no
checking for getutxent... yes
checking for ut_name in utmp... yes
checking for ut_user in utmp... yes
checking for ut_id in utmp... yes
checking for ut_host in utmp... yes
checking for ut_time in utmp... yes
checking for ut_tv in utmp... no
checking for ut_type in utmp... yes
checking for ut_pid in utmp... yes
checking for ut_exit in utmp... yes
checking for ut_addr_v6 in utmp... no
checking for ut_addr in utmp... no
checking whether pututline returns pointer... yes
checking for ut_syslen in utmpx... no
checking for iconv in /opt/CMNSsamba/lib... yes
checking can we convert from CP850 to UCS2-LE?... CP850
checking can we convert from ASCII to UCS2-LE?... ASCII
checking can we convert from UTF-8 to UCS2-LE?... UTF-8
checking for Linux kernel oplocks... no
checking for kernel change notify support... no
checking for inotify support... checking linux/inotify.h usability... no
checking linux/inotify.h presence... no
checking for linux/inotify.h... no
checking asm/unistd.h usability... no
checking asm/unistd.h presence... no
checking for asm/unistd.h... no
checking sys/inotify.h usability... no
checking sys/inotify.h presence... no
checking for sys/inotify.h... no
checking for inotify_init... no
checking for __NR_inotify_init declaration... no

checking fam.h usability... no
checking fam.h presence... no
checking for fam.h... no
checking for dm_get_eventlist in -ldm... no
checking for dm_get_eventlist in -ljfsdm... no
checking for dm_get_eventlist in -ldmapi... no
checking for dm_get_eventlist in -lxdsm... yes
checking sys/dmi.h usability... no
checking sys/dmi.h presence... no
checking for sys/dmi.h... no
checking xfs/dmapi.h usability... no
checking xfs/dmapi.h presence... no
checking for xfs/dmapi.h... no
checking sys/jfsdmapi.h usability... no
checking sys/jfsdmapi.h presence... no
checking for sys/jfsdmapi.h... no
checking sys/dmapi.h usability... yes
checking sys/dmapi.h presence... yes
checking for sys/dmapi.h... yes
checking dmapi.h usability... no
checking dmapi.h presence... no
checking for dmapi.h... no
configure: Found DMAPI support in -lxdsm
checking for kernel share modes... no
checking for IRIX kernel oplock type definitions... no
checking for sys/capability.h... (cached) no
checking for int16 typedef included by rpc/rpc.h... yes
checking for uint16 typedef included by rpc/rpc.h... no
checking for int32 typedef included by rpc/rpc.h... yes
checking for uint32 typedef included by rpc/rpc.h... no
checking for conflicting AUTH_ERROR define in rpc/rpc.h... no
checking for test routines... yes
checking for ftruncate extend... yes
checking for broken getgroups... no
checking for sysconf(_SC_NGROUPS_MAX)... yes
checking for sysconf(_SC_NPROC_ONLN)... no
checking for sysconf(_SC_NPROCESSORS_ONLN)... yes
checking for sysconf(_SC_PAGESIZE)... yes
checking for getpagesize... (cached) yes
checking for setreuid... OK
yes
checking for the Darwin initgroups system call... no
checking for fcntl locking... yes
checking for broken (glibc2.1/x86) 64 bit fcntl locking... no
checking for 64 bit fcntl locking... yes
checking for broken posix_fallocate... no
checking for st_blocks in struct stat... yes
checking for blksize_t... yes
checking for blkcnt_t... yes
checking for st_blksize in struct stat... yes
checking for st_flags in struct stat... no
checking for broken nisplus include files... no
checking if the realpath function allows a NULL argument... no
checking whether to use AFS clear-text auth... no
checking whether to use AFS fake-kaserver... no
checking whether to use AFS ACL mapping module... no
checking whether to use DFS clear-text auth... no
checking for LDAP support... auto
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking lber.h usability... yes
checking lber.h presence... yes
checking for lber.h... yes
checking for ber_tag_t... yes
checking for ber_scanf in -llber... yes
checking for ber_sockbuf_add_io... yes
checking for LDAP_OPT_SOCKBUF... yes
checking for LBER_OPT_LOG_PRINT_FN... yes
checking for ldap_init in -lldap... yes
checking for ldap_set_rebind_proc... yes
checking whether ldap_set_rebind_proc takes 3 arguments... 3
checking for ldap_initialize... yes
checking whether LDAP support is used... yes
checking for Active Directory and krb5 support... auto
checking for ldap_initialize... (cached) yes
checking for ldap_add_result_entry... yes
checking for kerberos 5 install path... /opt/CMNSsamba
checking for krb5-config... no
checking for working krb5-config... no. Fallback to previous krb5
detection strategy
checking krb5.h usability... yes
checking krb5.h presence... yes
checking for krb5.h... yes
checking for krb5/locate_plugin.h... yes
checking for KRB5_DEPRECATED define taking an identifier... no
checking gssapi.h usability... yes
checking gssapi.h presence... yes
checking for gssapi.h... yes
checking gssapi/gssapi_generic.h usability... no
checking gssapi/gssapi_generic.h presence... no
checking for gssapi/gssapi_generic.h... no
checking gssapi/gssapi.h usability... yes
checking gssapi/gssapi.h presence... yes
checking for gssapi/gssapi.h... yes
checking com_err.h usability... yes
checking com_err.h presence... yes
checking for com_err.h... yes
checking for _et_list in -lcom_err... no
checking for krb5_encrypt_data in -lk5crypto... no
checking for des_set_key in -lcrypto... no
checking for copy_Authenticator in -lasn1... yes
checking for roken_getaddrinfo_hostspec in -lroken... yes
checking for gss_display_status in -lgssapi... yes
checking for krb5_mk_req_extended in -lkrb5... yes
checking for krb5_kt_compare in -lkrb5... yes
checking for krb5_set_real_time... yes
checking for krb5_set_default_in_tkt_etypes... yes
checking for krb5_set_default_tgs_enctypes... no
checking for krb5_set_default_tgs_ktypes... no
checking for krb5_principal2salt... no
checking for krb5_use_enctype... no
checking for krb5_string_to_key... yes
checking for krb5_get_pw_salt... yes
checking for krb5_string_to_key_salt... yes
checking for krb5_auth_con_setkey... yes
checking for krb5_auth_con_setuseruserkey... no
checking for krb5_locate_kdc... no
checking for krb5_get_permitted_enctypes... no
checking for krb5_get_default_in_tkt_etypes... yes
checking for krb5_free_data_contents... yes
checking for krb5_principal_get_comp_string... yes
checking for krb5_free_unparsed_name... yes
checking for krb5_free_keytab_entry_contents... no
checking for krb5_kt_free_entry... yes
checking for krb5_krbhst_init... yes
checking for krb5_krbhst_get_addrinfo... yes
checking for krb5_c_enctype_compare... yes
checking for krb5_enctypes_compatible_keys... yes
checking for krb5_crypto_init... yes
checking for krb5_crypto_destroy... yes
checking for krb5_decode_ap_req... yes
checking for free_AP_REQ... yes
checking for krb5_verify_checksum... yes
checking for krb5_c_verify_checksum... yes
checking for krb5_principal_compare_any_realm... yes
checking for krb5_parse_name_norealm... no
checking for krb5_princ_size... no
checking for krb5_get_init_creds_opt_set_pac_request... yes
checking for krb5_get_renewed_creds... yes
checking for krb5_get_kdc_cred... yes
checking for krb5_free_error_contents... yes
checking for initialize_krb5_error_table... yes
checking for krb5_get_init_creds_opt_alloc... yes
checking for krb5_get_init_creds_opt_free... yes
checking for krb5_get_init_creds_opt_get_error... yes
checking for krb5_enctype_to_string... yes
checking for krb5_fwd_tgt_creds... yes
checking for krb5_auth_con_set_req_cksumtype... no
checking for krb5_get_creds_opt_alloc... yes
checking for krb5_get_creds_opt_set_impersonate... yes
checking for krb5_get_creds... yes
checking for krb5_get_credentials_for_user... no
checking for krb5_get_host_realm... yes
checking for krb5_free_host_realm... yes
checking whether krb5_get_credentials_for_user is declared... no
checking whether krb5_auth_con_set_req_cksumtype is declared... no
checking whether krb5_ticket contains kvno and enctype... no
checking whether krb5_get_init_creds_opt_free takes a context argument...
yes
checking whether krb5_verify_checksum takes 7 arguments... 6
checking for checksum in krb5_checksum... yes
checking for etype in EncryptedData... yes
checking for ticket pointer in krb5_ap_req... no
checking for e_data pointer in krb5_error... yes
checking for krb5_crypto type... yes
checking for krb5_encrypt_block type... no
checking for addrtype in krb5_address... no
checking for addr_type in krb5_address... yes
checking for enc_part2 in krb5_ticket... no
checking for keyblock in krb5_creds... no
checking for session in krb5_creds... yes
checking for keyvalue in krb5_keyblock... yes
checking for ENCTYPE_ARCFOUR_HMAC_MD5... yes
checking for KEYTYPE_ARCFOUR_56... yes
checking for AP_OPTS_USE_SUBKEY... yes
checking for KV5M_KEYTAB... no
checking for KRB5_KU_OTHER_CKSUM... yes
checking for KRB5_KEYUSAGE_APP_DATA_CKSUM... no
checking for the krb5_princ_component macro... no
checking for key in krb5_keytab_entry... no
checking for keyblock in krb5_keytab_entry... yes
checking for magic in krb5_address... no
checking for WRFILE: keytab support... yes
checking for krb5_realm type... yes
checking for krb5_princ_realm returns krb5_realm or krb5_data... yes
checking for krb5_addresses type... yes
checking whether krb5_mk_error takes 3 arguments MIT or 9 Heimdal... yes
checking for krb5_error_code krb5_enctype_to_string(krb5_context context,
krb5_enctype enctype, char **str)... yes
checking for krb5_error_code krb5_enctype_to_string(krb5_enctype enctype,
char *str, size_t len)... no
checking for krb5_principal_get_realm... yes
checking for krb5_princ_realm... no
checking whether Active Directory and krb5 support is used... yes
checking for nscd_flush_cache in -lnscd... no
checking whether to enable DNS Updates support... no
checking whether to use automount... no
checking whether to build mount.cifs... no
checking whether to build umount.cifs... no
checking keyutils.h usability... no
checking keyutils.h presence... no
checking for keyutils.h... no
checking whether to build cifs.upcall... no
checking whether to try PAM support... auto
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
checking pam/pam_appl.h usability... no
checking pam/pam_appl.h presence... no
checking for pam/pam_appl.h... no
checking for pam_get_data in -lpam... yes
checking for security/pam_modules.h... yes
checking for pam/pam_modules.h... no
checking security/pam_ext.h usability... no
checking security/pam_ext.h presence... no
checking for security/pam_ext.h... no
checking security/_pam_macros.h usability... no
checking security/_pam_macros.h presence... no
checking for security/_pam_macros.h... no
checking pam/pam_ext.h usability... no
checking pam/pam_ext.h presence... no
checking for pam/pam_ext.h... no
checking pam/_pam_macros.h usability... no
checking pam/_pam_macros.h presence... no
checking for pam/_pam_macros.h... no
checking for pam_vsyslog... no
checking whether to use PAM support... yes
checking whether to have PAM MODULES support... yes
checking whether to use pam_smbpass... yes
checking whether to use NISPLUS_HOME... no
checking whether to use syslog logging... no
checking whether to use a custom syslog facility... checking whether to
try disk-quotas support... no
checking whether to try the new lib/sysquotas.c interface... auto
checking whether to try the lib/sysquotas.c interface on aix5.3.0.0... no
checking asm/types.h usability... no
checking asm/types.h presence... no
checking for asm/types.h... no
checking sys/fs/vx_quota.h usability... no
checking sys/fs/vx_quota.h presence... no
checking for sys/fs/vx_quota.h... no
checking linux/dqblk_xfs.h usability... no
checking linux/dqblk_xfs.h presence... no
checking for linux/dqblk_xfs.h... no
checking sys/quota.h usability... no
checking sys/quota.h presence... no
checking for sys/quota.h... no
checking for XFS QUOTA in <sys/quota.h>... no
checking if struct dqblk has .dqb_fsoftlimit... no
checking for long quotactl(int cmd, char *special, qid_t id, caddr_t
addr)... no
checking for int quotactl(const char *path, int cmd, int id, char
*addr)... no
checking for CRAY int quotactl (char *spec, int request, char *arg)... no
checking for mntent.h... (cached) yes
checking for setmntent... yes
checking for getmntent... yes
checking for endmntent... yes
checking devnm.h usability... no
checking devnm.h presence... no
checking for devnm.h... no
checking for devnm... no
checking whether the old quota support works... yes
checking whether to use the old quota support... no
checking whether to support utmp accounting... yes
configure: checking how to get filesystem space usage...
checking statvfs64 function (SVR4)... yes
checking that statvfs.f_fsid is an integer... no
checking that statvfs.f_frsize works... yes
checking that statvfs.statvfs_f_flag works... yes
checking that statvfs.statvfs_f_flags works... no
checking if large file support can be enabled... yes
checking for ctdb.h... no
checking for ctdb_private.h... no
checking for CTDB_CONTROL_TRANS3_COMMIT declaration... no
checking for struct ctdb_tcp_client... no
checking for struct ctdb_control_tcp... no
checking for struct ctdb_control_tcp_addr... no
checking cluster support... no
checking whether to support ACLs... auto
configure: checking whether ACL support is available:
configure: Using AIX ACLs
checking whether to support asynchronous io... no
checking whether to check to support sendfile... yes
checking for AIX send_file support... yes
checking for Linux readahead... no
checking for readahead declaration... no
checking for posix_fadvise... yes
checking for splice declaration... no
checking for a broken readlink syscall... yes
checking whether to build winbind... yes
checking for union nss_XbyY_key.ipnode.af_family... no
checking for struct passwd.pw_comment... no
checking for struct passwd.pw_age... no
checking for struct secmethod_table.method_attrlist... yes
checking for struct secmethod_table.method_version... yes
checking for SO_PEERCRED... no
checking for poptGetContext in -lpopt... no
checking whether to use included popt... yes
checking avahi-common/watch.h usability... no
checking avahi-common/watch.h presence... no
checking for avahi-common/watch.h... no
checking avahi-client/client.h usability... no
checking avahi-client/client.h presence... no
checking for avahi-client/client.h... no
checking for avahi_client_new in -lavahi-client... no
checking for avahi_strerror in -lavahi-common... no
checking for pthread_attr_init in -lpthread... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for iniparser_load in -liniparser... no
checking whether to use included iniparser... yes
checking for getmntent... (cached) yes
checking for sys/statfs.h... (cached) yes
checking vfs_fileid: checking for statfs() and struct statfs.f_fsid)...
yes
checking how to build pdb_ldap... static
checking how to build pdb_ads... not
checking how to build pdb_smbpasswd... static
checking how to build pdb_tdbsam... static
checking how to build pdb_wbc_sam... static
checking how to build rpc_lsarpc... static
checking how to build rpc_winreg... static
checking how to build rpc_initshutdown... static
checking how to build rpc_dssetup... static
checking how to build rpc_wkssvc... static
checking how to build rpc_svcctl... static
checking how to build rpc_ntsvcs... static
checking how to build rpc_netlogon... static
checking how to build rpc_netdfs... static
checking how to build rpc_srvsvc... static
checking how to build rpc_spoolss... static
checking how to build rpc_eventlog... static
checking how to build rpc_samr... static
checking how to build rpc_rpcecho... not
checking how to build idmap_ldap... static
checking how to build idmap_tdb... static
checking how to build idmap_tdb2... not
checking how to build idmap_passdb... static
checking how to build idmap_nss... static
checking how to build idmap_rid... not
checking how to build idmap_ad... not
checking how to build idmap_hash... not
checking how to build idmap_adex... not
checking how to build nss_info_template... static
checking how to build charset_weird... not
checking how to build charset_CP850... shared
checking how to build charset_CP437... shared
checking how to build charset_macosxfs... not
checking how to build auth_sam... static
checking how to build auth_unix... static
checking how to build auth_winbind... static
checking how to build auth_wbc... static
checking how to build auth_server... static
checking how to build auth_domain... static
checking how to build auth_builtin... static
checking how to build auth_script... shared
checking how to build auth_netlogond... static
checking how to build vfs_default... static
checking how to build vfs_recycle... shared
checking how to build vfs_audit... shared
checking how to build vfs_extd_audit... shared
checking how to build vfs_full_audit... shared
checking how to build vfs_netatalk... shared
checking how to build vfs_fake_perms... shared
checking how to build vfs_default_quota... shared
checking how to build vfs_readonly... shared
checking how to build vfs_cap... shared
checking how to build vfs_expand_msdfs... shared
checking how to build vfs_shadow_copy... shared
checking how to build vfs_shadow_copy2... shared
checking how to build vfs_afsacl... not
checking how to build vfs_xattr_tdb... shared
checking how to build vfs_posixacl... not
checking how to build vfs_aixacl... static
checking how to build vfs_aixacl2... not
checking how to build vfs_solarisacl... not
checking how to build vfs_irixacl... not
checking how to build vfs_hpuxacl... not
checking how to build vfs_tru64acl... not
checking how to build vfs_catia... shared
checking how to build vfs_streams_xattr... shared
checking how to build vfs_streams_depot... shared
checking how to build vfs_cacheprime... not
checking how to build vfs_prealloc... not
checking how to build vfs_commit... not
checking how to build vfs_gpfs... not
checking how to build vfs_readahead... shared
checking how to build vfs_tsmsm... not
checking how to build vfs_fileid... shared
checking how to build vfs_aio_fork... not
checking how to build vfs_preopen... shared
checking how to build vfs_syncops... not
checking how to build vfs_zfsacl... not
checking how to build vfs_notify_fam... not
checking how to build vfs_acl_xattr... shared
checking how to build vfs_acl_tdb... shared
checking how to build vfs_smb_traffic_analyzer... shared
checking how to build vfs_onefs... not
checking how to build vfs_onefs_shadow_copy... not
checking how to build vfs_dirsort... not
checking how to build vfs_scannedonly... shared
checking how to build perfcount_onefs... not
checking how to build perfcount_test... not
checking how to build gpext_registry... not
checking how to build gpext_scripts... not
checking how to build gpext_security... not
checking whether to enable build farm hacks... no
checking for python2.6... no
checking for python2.5... no
checking for python2.4... no
checking for python... no
configure: WARNING: No python found
checking for python2.6-config... no
checking for python2.5-config... no
checking for python2.4-config... no
checking for python-config... no
configure: WARNING: No python-config found
checking working python module support... no
checking whether it would be possible to do a merged build... no
checking zlib.h usability... no
checking zlib.h presence... no
checking for zlib.h... no
checking for zlibVersion in -lz... yes
checking for zlib >= 1.2.3... no
Using libraries:
LIBS = -liconv
KRB5_LIBS = -lkrb5 -lgssapi -lroken -lasn1 -L/opt/CMNSsamba/lib
LDAP_LIBS = -lldap -llber
DNSSD_LIBS =
AUTH_LIBS = -lpam
checking configure summary... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating script/findsmb
config.status: creating smbadduser
config.status: creating script/gen-8bit-gap.sh
config.status: creating script/installbin.sh
config.status: creating script/uninstallbin.sh
config.status: creating lib/netapi/examples/Makefile
config.status: creating lib/netapi/tests/Makefile
config.status: creating pkgconfig/smbclient.pc
config.status: creating pkgconfig/wbclient.pc
config.status: creating pkgconfig/netapi.pc
config.status: creating pkgconfig/smbsharemodes.pc
config.status: creating ../examples/libsmbclient/Makefile.internal
config.status: creating include/config.h
config.status: executing rm-stdint.h commands
config.status: executing rm-stdbool.h commands
root(a)valisaix53:/compile/sources/samba-3.5.2/source3
# make
Using CFLAGS = -I../lib/zlib -I/opt/CMNSsamba/include
-D_LINUX_SOURCE_COMPAT -qmaxmem=32000 -D_LINUX_SOURCE_COMPAT
-qmaxmem=32000 -I. -I/compile/sources/samba-3.5.2/source3
-I/compile/sources/samba-3.5.2/source3/../lib/popt
-I/compile/sources/samba-3.5.2/source3/iniparser/src -Iinclude -I./include
-I. -I. -I./../lib/replace -I./../lib/tevent -I./libaddns -I./librpc
-I./.. -I./../lib/talloc -I../lib/tdb/include -DHAVE_CONFIG_H
-I/opt/CMNSsamba/include -Iinclude -I./include -I. -I. -I./../lib/replace
-I./../lib/tevent -I./libaddns -I./librpc -I./.. -I./../lib/popt
-I/opt/CMNSsamba/include -DLDAP_DEPRECATED
-I/compile/sources/samba-3.5.2/source3/lib -I.. -I../source4
-D_SAMBA_BUILD_=3 -D_SAMBA_BUILD_=3
PICFLAG = -O2
LIBS = -liconv
LDFLAGS = -L/opt/CMNSsamba/lib -L./bin -L/opt/CMNSsamba/lib
DYNEXP = -Wl,-brtl,-bexpfull,-bbigtoc
LDSHFLAGS = -Wl,-G,-bexpfull,-bbigtoc,-brtl -L/opt/CMNSsamba/lib
-L./bin -L/opt/CMNSsamba/lib -lc
SHLIBEXT = so
SONAMEFLAG = #
mkdir bin
Compiling ../lib/talloc/talloc.c
Linking non-shared library bin/libtalloc.a
Compiling ../lib/replace/replace.c
Compiling ../lib/replace/snprintf.c
Compiling ../lib/replace/getpass.c
Compiling ../lib/replace/strptime.c
Compiling ../lib/replace/timegm.c
Compiling ../lib/replace/getifaddrs.c
"../lib/replace/getifaddrs.c", line 290.38: 1506-280 (W) Function argument
assignment between types "struct addrinfo*" and "struct ifaddrs*" is not
allowed.
"../lib/replace/getifaddrs.c", line 309.38: 1506-280 (W) Function argument
assignment between types "struct addrinfo*" and "struct ifaddrs*" is not
allowed.
"../lib/replace/getifaddrs.c", line 316.38: 1506-280 (W) Function argument
assignment between types "struct addrinfo*" and "struct ifaddrs*" is not
allowed.
creating /compile/sources/samba-3.5.2/source3/exports/libtalloc.syms
Linking shared library bin/libtalloc.so.2
ld: 0711-224 WARNING: Duplicate symbol: .fprintf
ld: 0711-224 WARNING: Duplicate symbol: fprintf
ld: 0711-224 WARNING: Duplicate symbol: .printf
ld: 0711-224 WARNING: Duplicate symbol: printf
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
Compiling ../lib/tdb/common/tdb.c
Compiling ../lib/tdb/common/dump.c
Compiling ../lib/tdb/common/transaction.c
Compiling ../lib/tdb/common/error.c
Compiling ../lib/tdb/common/traverse.c
Compiling ../lib/tdb/common/freelist.c
Compiling ../lib/tdb/common/freelistcheck.c
Compiling ../lib/tdb/common/io.c
Compiling ../lib/tdb/common/lock.c
Compiling ../lib/tdb/common/open.c
Compiling ../lib/tdb/common/check.c
Linking non-shared library bin/libtdb.a
creating /compile/sources/samba-3.5.2/source3/exports/libtdb.syms
Linking shared library bin/libtdb.so.1
ld: 0711-224 WARNING: Duplicate symbol: .printf
ld: 0711-224 WARNING: Duplicate symbol: printf
ld: 0711-224 WARNING: Duplicate symbol: .fprintf
ld: 0711-224 WARNING: Duplicate symbol: fprintf
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
Compiling ../nsswitch/libwbclient/wbclient.c
Compiling ../nsswitch/libwbclient/wbc_util.c
Compiling ../nsswitch/libwbclient/wbc_pwd.c
Compiling ../nsswitch/libwbclient/wbc_idmap.c
Compiling ../nsswitch/libwbclient/wbc_sid.c
Compiling ../nsswitch/libwbclient/wbc_guid.c
Compiling ../nsswitch/libwbclient/wbc_pam.c
Compiling ../nsswitch/libwbclient/wb_reqtrans.c
Compiling ../nsswitch/libwbclient/wbc_async.c
Compiling ../nsswitch/wb_common.c
Compiling ../lib/async_req/async_sock.c
Compiling ../lib/util/tevent_unix.c
Compiling ../lib/util/blocking.c
Compiling ../lib/tevent/tevent.c
Compiling ../lib/tevent/tevent_debug.c
Compiling ../lib/tevent/tevent_util.c
Compiling ../lib/tevent/tevent_fd.c
Compiling ../lib/tevent/tevent_timed.c
Compiling ../lib/tevent/tevent_immediate.c
Compiling ../lib/tevent/tevent_signal.c
Compiling ../lib/tevent/tevent_req.c
Compiling ../lib/tevent/tevent_wakeup.c
Compiling ../lib/tevent/tevent_queue.c
Compiling ../lib/tevent/tevent_standard.c
Compiling ../lib/tevent/tevent_select.c
creating /compile/sources/samba-3.5.2/source3/exports/libwbclient.syms
Linking shared library bin/libwbclient.so.0
ld: 0711-224 WARNING: Duplicate symbol: .printf
ld: 0711-224 WARNING: Duplicate symbol: .fprintf
ld: 0711-224 WARNING: Duplicate symbol: fprintf
ld: 0711-224 WARNING: Duplicate symbol: printf
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
Compiling libaddns/dnsrecord.c
Compiling libaddns/dnsutils.c
Compiling libaddns/dnssock.c
Compiling libaddns/dnsgss.c
Compiling libaddns/dnsmarshall.c
Linking non-shared library bin/libaddns.a
Compiling lib/netapi/netapi.c
Compiling lib/netapi/c
From: Volker Lendecke on
On Wed, May 12, 2010 at 04:42:05PM +0100, andrew.miskell(a)cummins.com wrote:
> I'm having trouble compiling Samba 3.5.2 on AIX 5.3 TL10 SP1.
>
> I'm compiling Samba with ADS support against a locally installed Heimdal
> 1.3.2 Kerberos installation and I'm getting a failure while compiling
> clikrb5.c
>
> This is using the IBM xl_C compiler.
>
> Below is the complete build logs. I'm able to get around the error if I
> undef HAVE_SHORT_KRB5_MK_ERROR_INTERFACE in the config.h, but I doubt
> that's the right way to handle this.

Please file a bug at https://bugzilla.samba.org/

Thanks,

Volker
From: David Markey on
You might have to download heimdal and compile it yourself, then link
against that

On 12 May 2010 16:42, <andrew.miskell(a)cummins.com> wrote:

> I'm having trouble compiling Samba 3.5.2 on AIX 5.3 TL10 SP1.
>
> I'm compiling Samba with ADS support against a locally installed Heimdal
> 1.3.2 Kerberos installation and I'm getting a failure while compiling
> clikrb5.c
>
> This is using the IBM xl_C compiler.
>
> Below is the complete build logs. I'm able to get around the error if I
> undef HAVE_SHORT_KRB5_MK_ERROR_INTERFACE in the config.h, but I doubt
> that's the right way to handle this.
>
> root(a)valisaix53:/compile/sources/samba-3.5.2/source3
> # ./autogen.sh
> ./autogen.sh: running script/mkversion.sh
> ./script/mkversion.sh: 'include/version.h' created for Samba("3.5.2")
> ./autogen.sh: running autoheader -Im4 -I../m4 -I../lib/replace
> -I../source4
> samba4.m4:6: warning: file `../m4/check_python.m4' included several times
> samba4.m4:83: warning: file `../lib/tdb/libtdb.m4' included several times
> ../source4/build/m4/public.m4:70: SMB_EXT_LIB_FROM_PKGCONFIG is expanded
> from...
> samba4.m4:83: the top level
> ../lib/tevent/samba.m4:3: warning: file `../lib/tevent/libtevent.m4'
> included several times
> ../lib/tevent/samba.m4:3: the top level
> ./autogen.sh: running autoconf -Im4 -I../m4 -I../lib/replace -I../source4
> samba4.m4:6: warning: file `../m4/check_python.m4' included several times
> samba4.m4:83: warning: file `../lib/tdb/libtdb.m4' included several times
> ../source4/build/m4/public.m4:70: SMB_EXT_LIB_FROM_PKGCONFIG is expanded
> from...
> samba4.m4:83: the top level
> ../lib/tevent/samba.m4:3: warning: file `../lib/tevent/libtevent.m4'
> included several times
> ../lib/tevent/samba.m4:3: the top level
> Now run ./configure (or ./configure.developer) and then make.
> root(a)valisaix53:/compile/sources/samba-3.5.2/source3
> # ./configure --prefix=/opt/CMNSsamba --with-libiconv=/opt/CMNSsamba
> --with-krb5=/opt/CMNSsamba
> configure: WARNING: $PATH contains /usr/ucb - build errors may follow
> SAMBA VERSION: 3.5.2
> -
> -
> # define SAMBA_VERSION_STRING SAMBA_VERSION_OFFICIAL_STRING
> checking build system type... powerpc-ibm-aix5.3.0.0
> checking host system type... powerpc-ibm-aix5.3.0.0
> checking target system type... powerpc-ibm-aix5.3.0.0
> LIBREPLACE_LOCATION_CHECKS: START
> LIBREPLACE_LOCATION_CHECKS: END
> LIBREPLACE_CC_CHECKS: START
> checking for gcc... no
> checking for cc... cc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... no
> checking whether cc accepts -g... yes
> checking for cc option to accept ISO C89... -qlanglvl=extc89
> checking for cc -qlanglvl=extc89 option to accept ISO C99...
> -qlanglvl=extc99
> checking how to run the C preprocessor... cc -qlanglvl=extc89
> -qlanglvl=extc99 -E
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking whether byte ordering is bigendian... yes
> checking for inline... inline
> checking for C99 designated initializers... yes
> checking for a BSD-compatible install... ./install-sh -c
> checking for library containing strerror... none required
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... unknown
> checking for _LARGE_FILES value needed for large files... 1
> checking standards.h usability... yes
> checking standards.h presence... yes
> checking for standards.h... yes
> checking for long long... yes
> checking size of int... 4
> checking size of char... 1
> checking size of short... 2
> checking size of long... 4
> checking size of long long... 8
> checking for uint_t... yes
> checking for int8_t... yes
> checking for uint8_t... yes
> checking for int16_t... yes
> checking for uint16_t... yes
> checking for int32_t... yes
> checking for uint32_t... yes
> checking for int64_t... yes
> checking for uint64_t... yes
> checking for size_t... yes
> checking for ssize_t... yes
> checking size of off_t... 8
> checking size of size_t... 4
> checking size of ssize_t... 4
> checking for intptr_t... yes
> checking for uintptr_t... yes
> checking for ptrdiff_t... yes
> checking for immediate structures... no
> LIBREPLACE_CC_CHECKS: END
> checking sys/epoll.h usability... no
> checking sys/epoll.h presence... no
> checking for sys/epoll.h... no
> checking for epoll_create... no
> checking whether to use profiling... no
> checking for gawk... no
> checking for mawk... no
> checking for nawk... nawk
> checking for gmake... no
> checking for make... /usr/local/bin/make
> checking whether we have GNU make... yes
> checking for perl... /usr/bin/perl
> checking for ar... ar
> checking if the linker (ld) is GNU ld... no
> checking whether cc -qlanglvl=extc89 -qlanglvl=extc99 and cc understand -c
> and -o together... yes
> checking that the C compiler understands -Werror... no
> checking that the C compiler understands -w2... no
> checking that the C compiler understands -errwarn... no
> checking that the C compiler understands negative enum values... yes
> checking for C99 designated initializers... yes
> checking uname -s... AIX
> checking uname -r... 3
> checking uname -m... 00C94F804C00
> checking uname -p... powerpc
> checking uname -i... unknown
> LIBREPLACE_BROKEN_CHECKS: START
> checking return type of signal handlers... void
> checking for uid_t in sys/types.h... yes
> checking for mode_t... yes
> checking for off_t... yes
> checking for size_t... (cached) yes
> checking for pid_t... yes
> checking for struct stat.st_rdev... yes
> checking for ino_t... yes
> checking for loff_t... no
> checking for offset_t... yes
> checking for working memcmp... yes
> checking for pipe... yes
> checking for strftime... yes
> checking for srandom... yes
> checking for random... yes
> checking for srand... yes
> checking for rand... yes
> checking for usleep... yes
> checking for setbuffer... yes
> checking for lstat... yes
> checking for getpgrp... yes
> checking for utime... yes
> checking for utimes... yes
> checking stdbool.h usability... yes
> checking stdbool.h presence... yes
> checking for stdbool.h... yes
> checking for stdint.h... (cached) yes
> checking sys/select.h usability... yes
> checking sys/select.h presence... yes
> checking for sys/select.h... yes
> checking setjmp.h usability... yes
> checking setjmp.h presence... yes
> checking for setjmp.h... yes
> checking utime.h usability... yes
> checking utime.h presence... yes
> checking for utime.h... yes
> checking for stdint.h... (cached) yes
> checking for stdbool.h... (cached) yes
> checking for bool... yes
> checking for _Bool... yes
> checking for working mmap... yes
> checking sys/syslog.h usability... yes
> checking sys/syslog.h presence... yes
> checking for sys/syslog.h... yes
> checking syslog.h usability... yes
> checking syslog.h presence... yes
> checking for syslog.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking time.h usability... yes
> checking time.h presence... yes
> checking for time.h... yes
> checking stdarg.h usability... yes
> checking stdarg.h presence... yes
> checking for stdarg.h... yes
> checking vararg.h usability... no
> checking vararg.h presence... no
> checking for vararg.h... no
> checking sys/mount.h usability... no
> checking sys/mount.h presence... no
> checking for sys/mount.h... no
> checking mntent.h usability... yes
> checking mntent.h presence... yes
> checking for mntent.h... yes
> checking stropts.h usability... yes
> checking stropts.h presence... yes
> checking for stropts.h... yes
> checking unix.h usability... no
> checking unix.h presence... no
> checking for unix.h... no
> checking for seteuid... yes
> checking for setresuid... no
> checking for setegid... yes
> checking for setresgid... no
> checking for chroot... yes
> checking for bzero... yes
> checking for strerror... yes
> checking for vsyslog... no
> checking for setlinebuf... yes
> checking for mktime... yes
> checking for ftruncate... yes
> checking for chsize... no
> checking for rename... yes
> checking for waitpid... yes
> checking for wait4... yes
> checking for strlcpy... no
> checking for strlcat... no
> checking for initgroups... yes
> checking for memmove... yes
> checking for strdup... yes
> checking for pread... yes
> checking for pwrite... yes
> checking for strndup... yes
> checking for strcasestr... no
> checking for strtok_r... yes
> checking for mkdtemp... no
> checking for dup2... yes
> checking for isatty... yes
> checking for chown... yes
> checking for lchown... yes
> checking for link... yes
> checking for readlink... yes
> checking for symlink... yes
> checking for realpath... yes
> checking for setresuid declaration... no
> checking for setresgid declaration... no
> checking for errno declaration... yes
> checking for secure mkstemp... yes
> checking stdio.h usability... yes
> checking stdio.h presence... yes
> checking for stdio.h... yes
> checking for strings.h... (cached) yes
> checking whether snprintf is declared... yes
> checking whether vsnprintf is declared... yes
> checking whether asprintf is declared... no
> checking whether vasprintf is declared... no
> checking for snprintf... yes
> checking for vsnprintf... yes
> checking for asprintf... no
> checking for vasprintf... no
> checking for C99 vsnprintf... no
> checking for va_copy... yes
> checking for __FUNCTION__ macro... yes
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking for comparison_fn_t... no
> checking for setenv declaration... yes
> checking for setenv... yes
> checking for unsetenv... yes
> checking for environ declaration... yes
> checking for strnlen... yes
> checking for strtoull... yes
> checking for __strtoull... no
> checking for strtouq... no
> checking for strtoll... yes
> checking for __strtoll... no
> checking for strtoq... no
> checking for sig_atomic_t type... yes
> checking for O_DIRECT flag to open(2)... no
> checking that the C compiler understands volatile... yes
> checking for dirent.h that defines DIR... yes
> checking for library containing opendir... none required
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking sys/fcntl.h usability... no
> checking sys/fcntl.h presence... no
> checking for sys/fcntl.h... no
> checking sys/resource.h usability... yes
> checking sys/resource.h presence... yes
> checking for sys/resource.h... yes
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking sys/mode.h usability... yes
> checking sys/mode.h presence... yes
> checking for sys/mode.h... yes
> checking sys/filio.h usability... no
> checking sys/filio.h presence... no
> checking for sys/filio.h... no
> checking sys/fs/s5param.h usability... no
> checking sys/fs/s5param.h presence... no
> checking for sys/fs/s5param.h... no
> checking sys/filsys.h usability... yes
> checking sys/filsys.h presence... yes
> checking for sys/filsys.h... yes
> checking sys/acl.h usability... yes
> checking sys/acl.h presence... yes
> checking for sys/acl.h... yes
> checking acl/libacl.h usability... no
> checking acl/libacl.h presence... no
> checking for acl/libacl.h... no
> checking for sys/select.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking for utime.h... (cached) yes
> checking whether time.h and sys/time.h may both be included... yes
> checking for utime... (cached) yes
> checking for utimes... (cached) yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking sys/capability.h usability... no
> checking sys/capability.h presence... no
> checking for sys/capability.h... no
> checking grp.h usability... yes
> checking grp.h presence... yes
> checking for grp.h... yes
> checking sys/id.h usability... yes
> checking sys/id.h presence... yes
> checking for sys/id.h... yes
> checking compat.h usability... no
> checking compat.h presence... no
> checking for compat.h... no
> checking shadow.h usability... no
> checking shadow.h presence... no
> checking for shadow.h... no
> checking sys/priv.h usability... yes
> checking sys/priv.h presence... yes
> checking for sys/priv.h... yes
> checking pwd.h usability... yes
> checking pwd.h presence... yes
> checking for pwd.h... yes
> checking sys/security.h usability... no
> checking sys/security.h presence... no
> checking for sys/security.h... no
> checking for getpwnam_r... yes
> checking for getpwuid_r... yes
> checking for getpwent_r... yes
> checking for getpwent_r declaration... no
> checking for prototype struct passwd *getpwent_r(struct passwd *src, char
> *buf, int buflen)... no
> checking for prototype struct passwd *getpwent_r(struct passwd *src, char
> *buf, size_t buflen)... no
> checking for getgrnam_r... yes
> checking for getgrgid_r... yes
> checking for getgrent_r... yes
> checking for getgrent_r declaration... no
> checking for prototype struct group *getgrent_r(struct group *src, char
> *buf, int buflen)... no
> checking for prototype struct group *getgrent_r(struct group *src, char
> *buf, size_t buflen)... no
> checking for getgrouplist... no
> checking ctype.h usability... yes
> checking ctype.h presence... yes
> checking for ctype.h... yes
> checking locale.h usability... yes
> checking locale.h presence... yes
> checking for locale.h... yes
> checking langinfo.h usability... yes
> checking langinfo.h presence... yes
> checking for langinfo.h... yes
> checking fnmatch.h usability... yes
> checking fnmatch.h presence... yes
> checking for fnmatch.h... yes
> checking sys/ipc.h usability... yes
> checking sys/ipc.h presence... yes
> checking for sys/ipc.h... yes
> checking sys/mman.h usability... yes
> checking sys/mman.h presence... yes
> checking for sys/mman.h... yes
> checking sys/shm.h usability... yes
> checking sys/shm.h presence... yes
> checking for sys/shm.h... yes
> checking termios.h usability... yes
> checking termios.h presence... yes
> checking for termios.h... yes
> checking termio.h usability... yes
> checking termio.h presence... yes
> checking for termio.h... yes
> checking sys/termio.h usability... yes
> checking sys/termio.h presence... yes
> checking for sys/termio.h... yes
> checking for library containing dlopen... none required
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for dlopen... yes
> checking for dlsym... yes
> checking for dlerror... yes
> checking for dlclose... yes
> checking for library containing shl_load... no
> checking dl.h usability... no
> checking dl.h presence... no
> checking for dl.h... no
> checking for shl_load... no
> checking for shl_unload... no
> checking for shl_findsym... no
> checking for prototype void *dlopen(const char* filename, unsigned int
> flags)... no
> checking for getpass... yes
> checking for getpassphrase... no
> checking whether getpass should be replaced... yes
> checking whether strptime is available and works... no
> checking direct.h usability... no
> checking direct.h presence... no
> checking for direct.h... no
> checking windows.h usability... no
> checking windows.h presence... no
> checking for windows.h... no
> checking winsock2.h usability... no
> checking winsock2.h presence... no
> checking for winsock2.h... no
> checking ws2tcpip.h usability... no
> checking ws2tcpip.h presence... no
> checking for ws2tcpip.h... no
> checking whether mkdir supports mode... yes
> checking for timegm... no
> checking for broken readdir... no
> checking for dirfd... no
> checking for dirfd declaration... no
> checking a usable readdir()... yes
> checking crypt.h usability... yes
> checking crypt.h presence... yes
> checking for crypt.h... yes
> checking for library containing crypt... none required
> checking for printf... yes
> checking for memset... yes
> checking for memcpy... yes
> LIBREPLACE_BROKEN_CHECKS: END
> checking for syslog... yes
> LIBREPLACE_NETWORK_CHECKS: START
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking netdb.h usability... yes
> checking netdb.h presence... yes
> checking for netdb.h... yes
> checking arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking for arpa/inet.h... yes
> checking netinet/in_systm.h usability... yes
> checking netinet/in_systm.h presence... yes
> checking for netinet/in_systm.h... yes
> checking for netinet/ip.h... yes
> checking netinet/tcp.h usability... yes
> checking netinet/tcp.h presence... yes
> checking for netinet/tcp.h... yes
> checking netinet/in_ip.h usability... no
> checking netinet/in_ip.h presence... no
> checking for netinet/in_ip.h... no
> checking sys/sockio.h usability... no
> checking sys/sockio.h presence... no
> checking for sys/sockio.h... no
> checking sys/un.h usability... yes
> checking sys/un.h presence... yes
> checking for sys/un.h... yes
> checking sys/uio.h usability... yes
> checking sys/uio.h presence... yes
> checking for sys/uio.h... yes
> checking for usable net/if.h... yes
> checking for socklen_t... yes
> checking for sa_family_t... yes
> checking for struct addrinfo... yes
> checking for struct sockaddr... yes
> checking for struct sockaddr_storage... yes
> checking for struct sockaddr_in6... yes
> checking for struct sockaddr_storage.ss_family... yes
> checking for sin_len in sock... yes
> checking for unix domain sockets... yes
> checking for connect... yes
> checking for gethostbyname... yes
> checking for if_nametoindex... yes
> checking for socketpair... yes
> checking for broken inet_ntoa... no
> checking for inet_ntoa... yes
> checking for inet_aton... yes
> checking for inet_ntop... yes
> checking for inet_pton... yes
> checking for getaddrinfo... yes
> checking ifaddrs.h usability... no
> checking ifaddrs.h presence... no
> checking for ifaddrs.h... no
> checking for struct sockaddr.sa_len... yes
> checking for getifaddrs and freeifaddrs... no
> checking for iface getifaddrs... no
> checking for iface AIX... en0 IP=146.91.8.38
> en0 IP=146.91.8.38
> lo0 IP=127.0.0.1
> lo0 IP=127.0.0.1
> lo0 IP=127.0.0.1
> yes
> checking for ipv6 support... yes
> LIBREPLACE_NETWORK_CHECKS: END
> checking aio.h usability... yes
> checking aio.h presence... yes
> checking for aio.h... yes
> checking for sys/fcntl.h... (cached) no
> checking for sys/select.h... (cached) yes
> checking for fcntl.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking sys/unistd.h usability... no
> checking sys/unistd.h presence... no
> checking for sys/unistd.h... no
> checking rpc/nettype.h usability... yes
> checking rpc/nettype.h presence... yes
> checking for rpc/nettype.h... yes
> checking for unistd.h... (cached) yes
> checking for grp.h... (cached) yes
> checking for sys/id.h... (cached) yes
> checking for memory.h... (cached) yes
> checking alloca.h usability... yes
> checking alloca.h presence... yes
> checking for alloca.h... yes
> checking for limits.h... (cached) yes
> checking float.h usability... yes
> checking float.h presence... yes
> checking for float.h... yes
> checking libintl.h usability... no
> checking libintl.h presence... no
> checking for libintl.h... no
> checking rpc/rpc.h usability... yes
> checking rpc/rpc.h presence... yes
> checking for rpc/rpc.h... yes
> checking rpcsvc/nis.h usability... no
> checking rpcsvc/nis.h presence... no
> checking for rpcsvc/nis.h... no
> checking rpcsvc/ypclnt.h usability... yes
> checking rpcsvc/ypclnt.h presence... yes
> checking for rpcsvc/ypclnt.h... yes
> checking for sys/param.h... (cached) yes
> checking for ctype.h... (cached) yes
> checking for sys/wait.h... (cached) yes
> checking for sys/resource.h... (cached) yes
> checking for sys/ioctl.h... (cached) yes
> checking for sys/ipc.h... (cached) yes
> checking sys/prctl.h usability... no
> checking sys/prctl.h presence... no
> checking for sys/prctl.h... no
> checking sys/sysctl.h usability... no
> checking sys/sysctl.h presence... no
> checking for sys/sysctl.h... no
> checking for sys/mman.h... (cached) yes
> checking for sys/filio.h... (cached) no
> checking for sys/priv.h... (cached) yes
> checking for sys/shm.h... (cached) yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for sys/mount.h... (cached) no
> checking sys/vfs.h usability... yes
> checking sys/vfs.h presence... yes
> checking for sys/vfs.h... yes
> checking for sys/fs/s5param.h... (cached) no
> checking for sys/filsys.h... (cached) yes
> checking for termios.h... (cached) yes
> checking for termio.h... (cached) yes
> checking for sys/termio.h... (cached) yes
> checking sys/statfs.h usability... yes
> checking sys/statfs.h presence... yes
> checking for sys/statfs.h... yes
> checking sys/dustat.h usability... no
> checking sys/dustat.h presence... no
> checking for sys/dustat.h... no
> checking sys/statvfs.h usability... yes
> checking sys/statvfs.h presence... yes
> checking for sys/statvfs.h... yes
> checking for stdarg.h... (cached) yes
> checking sys/sysmacros.h usability... yes
> checking sys/sysmacros.h presence... yes
> checking for sys/sysmacros.h... yes
> checking for sys/syslog.h... (cached) yes
> checking for syslog.h... (cached) yes
> checking for langinfo.h... (cached) yes
> checking for locale.h... (cached) yes
> checking xfs/libxfs.h usability... no
> checking xfs/libxfs.h presence... no
> checking for xfs/libxfs.h... no
> checking netgroup.h usability... no
> checking netgroup.h presence... no
> checking for netgroup.h... no
> checking for rpcsvc/yp_prot.h... yes
> checking for sys/mode.h... (cached) yes
> checking CoreFoundation/CFStringEncodingConverter.h usability... no
> checking CoreFoundation/CFStringEncodingConverter.h presence... no
> checking for CoreFoundation/CFStringEncodingConverter.h... no
> checking CFStringEncodingConverter.h usability... no
> checking CFStringEncodingConverter.h presence... no
> checking for CFStringEncodingConverter.h... no
> checking valgrind.h usability... no
> checking valgrind.h presence... no
> checking for valgrind.h... no
> checking valgrind/valgrind.h usability... no
> checking valgrind/valgrind.h presence... no
> checking for valgrind/valgrind.h... no
> checking valgrind/memcheck.h usability... no
> checking valgrind/memcheck.h presence... no
> checking for valgrind/memcheck.h... no
> checking for shadow.h... (cached) no
> checking nss.h usability... no
> checking nss.h presence... no
> checking for nss.h... no
> checking nss_common.h usability... no
> checking nss_common.h presence... no
> checking for nss_common.h... no
> checking nsswitch.h usability... no
> checking nsswitch.h presence... no
> checking for nsswitch.h... no
> checking ns_api.h usability... no
> checking ns_api.h presence... no
> checking for ns_api.h... no
> checking for sys/security.h... (cached) no
> checking syscall.h usability... no
> checking syscall.h presence... no
> checking for syscall.h... no
> checking sys/syscall.h usability... no
> checking sys/syscall.h presence... no
> checking for sys/syscall.h... no
> checking sys/attributes.h usability... no
> checking sys/attributes.h presence... no
> checking for sys/attributes.h... no
> checking attr/xattr.h usability... no
> checking attr/xattr.h presence... no
> checking for attr/xattr.h... no
> checking sys/xattr.h usability... no
> checking sys/xattr.h presence... no
> checking for sys/xattr.h... no
> checking sys/extattr.h usability... no
> checking sys/extattr.h presence... no
> checking for sys/extattr.h... no
> checking for sys/uio.h... (cached) yes
> checking sys/ea.h usability... yes
> checking sys/ea.h presence... yes
> checking for sys/ea.h... yes
> checking sys/proplist.h usability... no
> checking sys/proplist.h presence... no
> checking for sys/proplist.h... no
> checking sys/cdefs.h usability... yes
> checking sys/cdefs.h presence... yes
> checking for sys/cdefs.h... yes
> checking glob.h usability... yes
> checking glob.h presence... yes
> checking for glob.h... yes
> checking utmp.h usability... yes
> checking utmp.h presence... yes
> checking for utmp.h... yes
> checking utmpx.h usability... yes
> checking utmpx.h presence... yes
> checking for utmpx.h... yes
> checking lastlog.h usability... no
> checking lastlog.h presence... no
> checking for lastlog.h... no
> checking size of int... (cached) 4
> checking size of long... (cached) 4
> checking size of long long... (cached) 8
> checking size of short... (cached) 2
> checking for an ANSI C-conforming const... yes
> checking for inline... (cached) inline
> checking whether byte ordering is bigendian... (cached) yes
> checking whether char is unsigned... yes
> checking return type of signal handlers... (cached) void
> checking for uid_t in sys/types.h... (cached) yes
> checking for mode_t... (cached) yes
> checking for off_t... (cached) yes
> checking for size_t... (cached) yes
> checking for pid_t... (cached) yes
> checking for struct stat.st_rdev... (cached) yes
> checking for d_off in dirent... no
> checking for ssize_t... (cached) yes
> checking for wchar_t... yes
> checking for cups-config... no
> checking if the compiler will optimize out function calls... yes
> checking for fd passing via msg_control... yes
> checking for fd passing via msg_acctrights... no
> checking for dirfd... (cached) no
> checking for struct sigevent type... yes
> checking for struct sigevent.sigev_value.sival_ptr... yes
> checking for struct sigevent.sigev_value.sigval_ptr... no
> checking for struct timespec type... yes
> checking for real setresuid... no
> checking for real setresgid... no
> checking for working memcmp... (cached) yes
> checking whether to use readline... yes
> checking readline.h usability... no
> checking readline.h presence... no
> checking for readline.h... no
> checking history.h usability... no
> checking history.h presence... no
> checking for history.h... no
> checking readline/readline.h usability... no
> checking readline/readline.h presence... no
> checking for readline/readline.h... no
> checking readline/history.h usability... no
> checking readline/history.h presence... no
> checking for readline/history.h... no
> checking for readline.h... (cached) no
> checking for readline/readline.h... (cached) no
> checking for rl_completion_matches in -lreadline... no
> checking whether rl_event_hook is declared... no
> checking for history_list in -lreadline... no
> checking for library containing yp_get_default_domain... none required
> checking for yp_get_default_domain... yes
> checking for execl... yes
> checking for getcwd... yes
> checking for fchown... yes
> checking for chmod... yes
> checking for fchmod... yes
> checking for mknod... yes
> checking for mknod64... no
> checking for strtol... yes
> checking for strchr... yes
> checking for chflags... no
> checking for getrlimit... yes
> checking for fsync... yes
> checking for fdatasync... yes
> checking for setpgid... yes
> checking for setsid... yes
> checking for glob... yes
> checking for strpbrk... yes
> checking for crypt16... no
> checking for getauthuid... no
> checking for sigprocmask... yes
> checking for sigblock... yes
> checking for sigaction... yes
> checking for sigset... yes
> checking for innetgr... yes
> checking for setnetgrent... yes
> checking for getnetgrent... yes
> checking for endnetgrent... yes
> checking for initgroups... (cached) yes
> checking for select... yes
> checking for poll... yes
> checking for rdchk... no
> checking for getgrnam... yes
> checking for getgrent... yes
> checking for pathconf... yes
> checking for setpriv... yes
> checking for setgidx... yes
> checking for setuidx... yes
> checking for setgroups... yes
> checking for sysconf... yes
> checking for stat64... yes
> checking for fstat64... yes
> checking for lstat64... yes
> checking for fopen64... yes
> checking for atexit... yes
> checking for grantpt... yes
> checking for lseek64... yes
> checking for ftruncate64... yes
> checking for posix_fallocate... yes
> checking for posix_fallocate64... no
> checking for fseek64... no
> checking for fseeko64... yes
> checking for ftell64... no
> checking for ftello64... yes
> checking for setluid... no
> checking for getpwanam... no
> checking for opendir64... yes
> checking for readdir64... yes
> checking for seekdir64... yes
> checking for telldir64... yes
> checking for rewinddir64... yes
> checking for closedir64... yes
> checking for getpwent_r... (cached) yes
> checking for getdents64... no
> checking for setenv... (cached) yes
> checking for strcasecmp... yes
> checking for fcvt... yes
> checking for fcvtl... no
> checking for syslog... (cached) yes
> checking for vsyslog... (cached) no
> checking for timegm... (cached) no
> checking for setlocale... yes
> checking for nl_langinfo... yes
> checking for nanosleep... yes
> checking for utimensat... no
> checking for mlock... yes
> checking for munlock... yes
> checking for mlockall... yes
> checking for munlockall... yes
> checking for memalign... no
> checking for posix_memalign... yes
> checking for hstrerror... yes
> checking for sys/mman.h... (cached) yes
> checking for shmget... yes
> checking for shm_open... yes
> checking for gettext... no
> checking for dgettext... no
> checking for bindtextdomain... no
> checking for textdomain... no
> checking for strupr... no
> checking execinfo.h usability... no
> checking execinfo.h presence... no
> checking for execinfo.h... no
> checking libexc.h usability... no
> checking libexc.h presence... no
> checking for libexc.h... no
> checking libunwind.h usability... no
> checking libunwind.h presence... no
> checking for libunwind.h... no
> checking for library containing backtrace_symbols... no
> checking for backtrace_symbols... no
> checking for trace_back_stack in -lexc... no
> checking for sysctlbyname... no
> checking gpfs_gpl.h usability... no
> checking gpfs_gpl.h presence... no
> checking for gpfs_gpl.h... no
> checking for Isilon OneFS... no
> checking for libunwind... no
> checking for _dup... no
> checking for _dup2... no
> checking for _opendir... no
> checking for _readdir... yes
> checking for _seekdir... no
> checking for _telldir... no
> checking for _closedir... no
> checking for __dup... no
> checking for __dup2... no
> checking for __opendir... no
> checking for __readdir... no
> checking for __seekdir... no
> checking for __telldir... no
> checking for __closedir... no
> checking for __getcwd... no
> checking for _getcwd... no
> checking for __xstat... no
> checking for __fxstat... no
> checking for __lxstat... no
> checking for _stat... no
> checking for _lstat... no
> checking for _fstat... no
> checking for __stat... no
> checking for __lstat... no
> checking for __fstat... no
> checking for _acl... no
> checking for __acl... no
> checking for _facl... no
> checking for __facl... no
> checking for _open... no
> checking for __open... no
> checking for _chdir... no
> checking for __chdir... no
> checking for _close... no
> checking for __close... no
> checking for _fchdir... no
> checking for __fchdir... no
> checking for _fcntl... no
> checking for __fcntl... yes
> checking for getdents... no
> checking for __getdents... no
> checking for _lseek... yes
> checking for __lseek... no
> checking for _read... no
> checking for __read... no
> checking for getdirentries... yes
> checking for _write... no
> checking for __write... no
> checking for _fork... no
> checking for __fork... yes
> checking for _stat64... no
> checking for __stat64... no
> checking for _fstat64... no
> checking for __fstat64... no
> checking for _lstat64... no
> checking for __lstat64... no
> checking for __sys_llseek... no
> checking for llseek... yes
> checking for _llseek... no
> checking for __llseek... no
> checking for readdir64... (cached) yes
> checking for _readdir64... yes
> checking for __readdir64... no
> checking for pread... (cached) yes
> checking for _pread... no
> checking for __pread... no
> checking for pread64... yes
> checking for _pread64... no
> checking for __pread64... no
> checking for pwrite... (cached) yes
> checking for _pwrite... no
> checking for __pwrite... no
> checking for pwrite64... yes
> checking for _pwrite64... no
> checking for __pwrite64... no
> checking for open64... yes
> checking for _open64... no
> checking for __open64... no
> checking for creat64... yes
> checking for prctl... no
> checking for getgrouplist... (cached) no
> checking for struct stat.st_mtim.tv_nsec... no
> checking for struct stat.st_mtimensec... no
> checking for struct stat.st_mtimespec.tv_nsec... no
> checking for struct stat.st_mtime_n... yes
> checking for struct stat.st_umtime... no
> checking for struct stat.st_birthtimespec.tv_nsec... no
> checking for struct stat.st_birthtime... no
> checking whether there is DOS flags support in the stat struct... no
> checking for dn_expand in -lresolv... no
> checking for _dn_expand in -lresolv... no
> checking for __dn_expand in -lresolv... no
> checking for putprpwnam... no
> checking for putprpwnam in -lsecurity... no
> checking for putprpwnam... (cached) no
> checking for putprpwnam in -lsec... no
> checking for set_auth_parameters... no
> checking for set_auth_parameters in -lsecurity... no
> checking for set_auth_parameters... (cached) no
> checking for set_auth_parameters in -lsec... no
> checking for getspnam... no
> checking for getspnam in -lgen... no
> checking for getspnam... (cached) no
> checking for getspnam in -lsecurity... no
> checking for getspnam... (cached) no
> checking for getspnam in -lsec... no
> checking for bigcrypt... no
> checking for bigcrypt in -lsecurity... no
> checking for bigcrypt... (cached) no
> checking for bigcrypt in -lsec... no
> checking for getprpwnam... no
> checking for getprpwnam in -lsecurity... no
> checking for getprpwnam... (cached) no
> checking for getprpwnam in -lsec... no
> checking for strsignal... yes
> checking for library containing getxattr... no
> checking for getxattr... no
> checking for lgetxattr... no
> checking for fgetxattr... no
> checking for listxattr... no
> checking for llistxattr... no
> checking for getea... yes
> checking for fgetea... yes
> checking for lgetea... yes
> checking for listea... yes
> checking for flistea... yes
> checking for llistea... yes
> checking for removeea... yes
> checking for fremoveea... yes
> checking for lremoveea... yes
> checking for setea... yes
> checking for fsetea... yes
> checking for lsetea... yes
> checking for flistxattr... no
> checking for removexattr... no
> checking for lremovexattr... no
> checking for fremovexattr... no
> checking for setxattr... no
> checking for lsetxattr... no
> checking for fsetxattr... no
> checking for attr_get... no
> checking for attr_list... no
> checking for attr_set... no
> checking for attr_remove... no
> checking for attr_getf... no
> checking for attr_listf... no
> checking for attr_setf... no
> checking for attr_removef... no
> checking for extattr_delete_fd... no
> checking for extattr_delete_file... no
> checking for extattr_delete_link... no
> checking for extattr_get_fd... no
> checking for extattr_get_file... no
> checking for extattr_get_link... no
> checking for extattr_list_fd... no
> checking for extattr_list_file... no
> checking for extattr_list_link... no
> checking for extattr_set_fd... no
> checking for extattr_set_file... no
> checking for extattr_set_link... no
> checking for -pie and -fPIE... no
> checking for -Wl,-z,relro... no
> checking ability to build shared libraries... true
> checking if -Wl,--as-needed works... no
> checking if -Wl,-z,ignore works... no
> checking if -z ignore works... no
> checking if -Wl,-z,defs works... no
> checking if -error_unresolved works... no
> checking if -Wl,-error_unresolved works... no
> checking LDSHFLAGS_Z_DEFS...
> checking LDFLAGS... -L./bin
> checking DYNEXP... -Wl,-brtl,-bexpfull,-bbigtoc
> checking SHLD... ${CC} ${CFLAGS}
> checking LDSHFLAGS... -Wl,-G,-bexpfull,-bbigtoc,-brtl
> checking SHLIBEXT... so
> checking SONAMEFLAG... #
> checking PICFLAG... -O2
> checking NSSSONAMEVERSIONSUFFIX...
> checking whether building shared libraries actually works... yes
> checking used PICFLAG... -O2
> checking whether to use shared libraries internally... true
> checking for pkg-config... no
> checking for LIBTALLOC... checking size of size_t... (cached) 4
> checking size of void *... 4
> checking whether to build the libtalloc shared library... yes
> checking for LIBTDB... checking for mmap... yes
> checking for pread... (cached) yes
> checking for pwrite... (cached) yes
> checking for getpagesize... yes
> checking for utime... (cached) yes
> checking getopt.h usability... no
> checking getopt.h presence... no
> checking for getopt.h... no
> checking for sys/select.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking for pread declaration... yes
> checking for pwrite declaration... yes
> checking whether to build the libtdb shared library... yes
> checking whether to build the libnetapi shared library... yes
> checking whether to build the libsmbclient shared library... yes
> checking whether to build the libsmbsharemodes shared library... yes
> checking whether to build the libaddns shared library... no
> shared library not selected
> checking for long long... yes
> checking for intptr_t... (cached) yes
> checking for LL suffix on long long integers... yes
> checking for 64 bit time_t... no
> checking for 64 bit off_t... yes
> checking for off64_t... no
> checking for 64 bit ino_t... no
> checking for ino64_t... yes
> checking for 64 bit dev_t... no
> checking for dev64_t... yes
> checking for struct dirent64... yes
> checking for struct dirent64... yes
> checking for major macro... no
> checking for minor macro... no
> checking for makedev macro... no
> checking for unsigned char... yes
> checking whether seekdir returns void... yes
> checking for __FUNCTION__ macro... yes
> checking if gettimeofday takes tz argument... yes
> checking for broken readdir name... no
> checking for utimbuf... yes
> checking for pututline... yes
> checking for pututxline... yes
> checking for updwtmp... yes
> checking for updwtmpx... no
> checking for getutmpx... no
> checking for getutxent... yes
> checking for ut_name in utmp... yes
> checking for ut_user in utmp... yes
> checking for ut_id in utmp... yes
> checking for ut_host in utmp... yes
> checking for ut_time in utmp... yes
> checking for ut_tv in utmp... no
> checking for ut_type in utmp... yes
> checking for ut_pid in utmp... yes
> checking for ut_exit in utmp... yes
> checking for ut_addr_v6 in utmp... no
> checking for ut_addr in utmp... no
> checking whether pututline returns pointer... yes
> checking for ut_syslen in utmpx... no
> checking for iconv in /opt/CMNSsamba/lib... yes
> checking can we convert from CP850 to UCS2-LE?... CP850
> checking can we convert from ASCII to UCS2-LE?... ASCII
> checking can we convert from UTF-8 to UCS2-LE?... UTF-8
> checking for Linux kernel oplocks... no
> checking for kernel change notify support... no
> checking for inotify support... checking linux/inotify.h usability... no
> checking linux/inotify.h presence... no
> checking for linux/inotify.h... no
> checking asm/unistd.h usability... no
> checking asm/unistd.h presence... no
> checking for asm/unistd.h... no
> checking sys/inotify.h usability... no
> checking sys/inotify.h presence... no
> checking for sys/inotify.h... no
> checking for inotify_init... no
> checking for __NR_inotify_init declaration... no
>
> checking fam.h usability... no
> checking fam.h presence... no
> checking for fam.h... no
> checking for dm_get_eventlist in -ldm... no
> checking for dm_get_eventlist in -ljfsdm... no
> checking for dm_get_eventlist in -ldmapi... no
> checking for dm_get_eventlist in -lxdsm... yes
> checking sys/dmi.h usability... no
> checking sys/dmi.h presence... no
> checking for sys/dmi.h... no
> checking xfs/dmapi.h usability... no
> checking xfs/dmapi.h presence... no
> checking for xfs/dmapi.h... no
> checking sys/jfsdmapi.h usability... no
> checking sys/jfsdmapi.h presence... no
> checking for sys/jfsdmapi.h... no
> checking sys/dmapi.h usability... yes
> checking sys/dmapi.h presence... yes
> checking for sys/dmapi.h... yes
> checking dmapi.h usability... no
> checking dmapi.h presence... no
> checking for dmapi.h... no
> configure: Found DMAPI support in -lxdsm
> checking for kernel share modes... no
> checking for IRIX kernel oplock type definitions... no
> checking for sys/capability.h... (cached) no
> checking for int16 typedef included by rpc/rpc.h... yes
> checking for uint16 typedef included by rpc/rpc.h... no
> checking for int32 typedef included by rpc/rpc.h... yes
> checking for uint32 typedef included by rpc/rpc.h... no
> checking for conflicting AUTH_ERROR define in rpc/rpc.h... no
> checking for test routines... yes
> checking for ftruncate extend... yes
> checking for broken getgroups... no
> checking for sysconf(_SC_NGROUPS_MAX)... yes
> checking for sysconf(_SC_NPROC_ONLN)... no
> checking for sysconf(_SC_NPROCESSORS_ONLN)... yes
> checking for sysconf(_SC_PAGESIZE)... yes
> checking for getpagesize... (cached) yes
> checking for setreuid... OK
> yes
> checking for the Darwin initgroups system call... no
> checking for fcntl locking... yes
> checking for broken (glibc2.1/x86) 64 bit fcntl locking... no
> checking for 64 bit fcntl locking... yes
> checking for broken posix_fallocate... no
> checking for st_blocks in struct stat... yes
> checking for blksize_t... yes
> checking for blkcnt_t... yes
> checking for st_blksize in struct stat... yes
> checking for st_flags in struct stat... no
> checking for broken nisplus include files... no
> checking if the realpath function allows a NULL argument... no
> checking whether to use AFS clear-text auth... no
> checking whether to use AFS fake-kaserver... no
> checking whether to use AFS ACL mapping module... no
> checking whether to use DFS clear-text auth... no
> checking for LDAP support... auto
> checking ldap.h usability... yes
> checking ldap.h presence... yes
> checking for ldap.h... yes
> checking lber.h usability... yes
> checking lber.h presence... yes
> checking for lber.h... yes
> checking for ber_tag_t... yes
> checking for ber_scanf in -llber... yes
> checking for ber_sockbuf_add_io... yes
> checking for LDAP_OPT_SOCKBUF... yes
> checking for LBER_OPT_LOG_PRINT_FN... yes
> checking for ldap_init in -lldap... yes
> checking for ldap_set_rebind_proc... yes
> checking whether ldap_set_rebind_proc takes 3 arguments... 3
> checking for ldap_initialize... yes
> checking whether LDAP support is used... yes
> checking for Active Directory and krb5 support... auto
> checking for ldap_initialize... (cached) yes
> checking for ldap_add_result_entry... yes
> checking for kerberos 5 install path... /opt/CMNSsamba
> checking for krb5-config... no
> checking for working krb5-config... no. Fallback to previous krb5
> detection strategy
> checking krb5.h usability... yes
> checking krb5.h presence... yes
> checking for krb5.h... yes
> checking for krb5/locate_plugin.h... yes
> checking for KRB5_DEPRECATED define taking an identifier... no
> checking gssapi.h usability... yes
> checking gssapi.h presence... yes
> checking for gssapi.h... yes
> checking gssapi/gssapi_generic.h usability... no
> checking gssapi/gssapi_generic.h presence... no
> checking for gssapi/gssapi_generic.h... no
> checking gssapi/gssapi.h usability... yes
> checking gssapi/gssapi.h presence... yes
> checking for gssapi/gssapi.h... yes
> checking com_err.h usability... yes
> checking com_err.h presence... yes
> checking for com_err.h... yes
> checking for _et_list in -lcom_err... no
> checking for krb5_encrypt_data in -lk5crypto... no
> checking for des_set_key in -lcrypto... no
> checking for copy_Authenticator in -lasn1... yes
> checking for roken_getaddrinfo_hostspec in -lroken... yes
> checking for gss_display_status in -lgssapi... yes
> checking for krb5_mk_req_extended in -lkrb5... yes
> checking for krb5_kt_compare in -lkrb5... yes
> checking for krb5_set_real_time... yes
> checking for krb5_set_default_in_tkt_etypes... yes
> checking for krb5_set_default_tgs_enctypes... no
> checking for krb5_set_default_tgs_ktypes... no
> checking for krb5_principal2salt... no
> checking for krb5_use_enctype... no
> checking for krb5_string_to_key... yes
> checking for krb5_get_pw_salt... yes
> checking for krb5_string_to_key_salt... yes
> checking for krb5_auth_con_setkey... yes
> checking for krb5_auth_con_setuseruserkey... no
> checking for krb5_locate_kdc... no
> checking for krb5_get_permitted_enctypes... no
> checking for krb5_get_default_in_tkt_etypes... yes
> checking for krb5_free_data_contents... yes
> checking for krb5_principal_get_comp_string... yes
> checking for krb5_free_unparsed_name... yes
> checking for krb5_free_keytab_entry_contents... no
> checking for krb5_kt_free_entry... yes
> checking for krb5_krbhst_init... yes
> checking for krb5_krbhst_get_addrinfo... yes
> checking for krb5_c_enctype_compare... yes
> checking for krb5_enctypes_compatible_keys... yes
> checking for krb5_crypto_init... yes
> checking for krb5_crypto_destroy... yes
> checking for krb5_decode_ap_req... yes
> checking for free_AP_REQ... yes
> checking for krb5_verify_checksum... yes
> checking for krb5_c_verify_checksum... yes
> checking for krb5_principal_compare_any_realm... yes
> checking for krb5_parse_name_norealm... no
> checking for krb5_princ_size... no
> checking for krb5_get_init_creds_opt_set_pac_request... yes
> checking for krb5_get_renewed_creds... yes
> checking for krb5_get_kdc_cred... yes
> checking for krb5_free_error_contents... yes
> checking for initialize_krb5_error_table... yes
> checking for krb5_get_init_creds_opt_alloc... yes
> checking for krb5_get_init_creds_opt_free... yes
> checking for krb5_get_init_creds_opt_get_error... yes
> checking for krb5_enctype_to_string... yes
> checking for krb5_fwd_tgt_creds... yes
> checking for krb5_auth_con_set_req_cksumtype... no
> checking for krb5_get_creds_opt_alloc... yes
> checking for krb5_get_creds_opt_set_impersonate... yes
> checking for krb5_get_creds... yes
> checking for krb5_get_credentials_for_user... no
> checking for krb5_get_host_realm... yes
> checking for krb5_free_host_realm... yes
> checking whether krb5_get_credentials_for_user is declared... no
> checking whether krb5_auth_con_set_req_cksumtype is declared... no
> checking whether krb5_ticket contains kvno and enctype... no
> checking whether krb5_get_init_creds_opt_free takes a context argument...
> yes
> checking whether krb5_verify_checksum takes 7 arguments... 6
> checking for checksum in krb5_checksum... yes
> checking for etype in EncryptedData... yes
> checking for ticket pointer in krb5_ap_req... no
> checking for e_data pointer in krb5_error... yes
> checking for krb5_crypto type... yes
> checking for krb5_encrypt_block type... no
> checking for addrtype in krb5_address... no
> checking for addr_type in krb5_address... yes
> checking for enc_part2 in krb5_ticket... no
> checking for keyblock in krb5_creds... no
> checking for session in krb5_creds... yes
> checking for keyvalue in krb5_keyblock... yes
> checking for ENCTYPE_ARCFOUR_HMAC_MD5... yes
> checking for KEYTYPE_ARCFOUR_56... yes
> checking for AP_OPTS_USE_SUBKEY... yes
> checking for KV5M_KEYTAB... no
> checking for KRB5_KU_OTHER_CKSUM... yes
> checking for KRB5_KEYUSAGE_APP_DATA_CKSUM... no
> checking for the krb5_princ_component macro... no
> checking for key in krb5_keytab_entry... no
> checking for keyblock in krb5_keytab_entry... yes
> checking for magic in krb5_address... no
> checking for WRFILE: keytab support... yes
> checking for krb5_realm type... yes
> checking for krb5_princ_realm returns krb5_realm or krb5_data... yes
> checking for krb5_addresses type... yes
> checking whether krb5_mk_error takes 3 arguments MIT or 9 Heimdal... yes
> checking for krb5_error_code krb5_enctype_to_string(krb5_context context,
> krb5_enctype enctype, char **str)... yes
> checking for krb5_error_code krb5_enctype_to_string(krb5_enctype enctype,
> char *str, size_t len)... no
> checking for krb5_principal_get_realm... yes
> checking for krb5_princ_realm... no
> checking whether Active Directory and krb5 support is used... yes
> checking for nscd_flush_cache in -lnscd... no
> checking whether to enable DNS Updates support... no
> checking whether to use automount... no
> checking whether to build mount.cifs... no
> checking whether to build umount.cifs... no
> checking keyutils.h usability... no
> checking keyutils.h presence... no
> checking for keyutils.h... no
> checking whether to build cifs.upcall... no
> checking whether to try PAM support... auto
> checking security/pam_appl.h usability... yes
> checking security/pam_appl.h presence... yes
> checking for security/pam_appl.h... yes
> checking pam/pam_appl.h usability... no
> checking pam/pam_appl.h presence... no
> checking for pam/pam_appl.h... no
> checking for pam_get_data in -lpam... yes
> checking for security/pam_modules.h... yes
> checking for pam/pam_modules.h... no
> checking security/pam_ext.h usability... no
> checking security/pam_ext.h presence... no
> checking for security/pam_ext.h... no
> checking security/_pam_macros.h usability... no
> checking security/_pam_macros.h presence... no
> checking for security/_pam_macros.h... no
> checking pam/pam_ext.h usability... no
> checking pam/pam_ext.h presence... no
> checking for pam/pam_ext.h... no
> checking pam/_pam_macros.h usability... no
> checking pam/_pam_macros.h presence... no
> checking for pam/_pam_macros.h... no
> checking for pam_vsyslog... no
> checking whether to use PAM support... yes
> checking whether to have PAM MODULES support... yes
> checking whether to use pam_smbpass... yes
> checking whether to use NISPLUS_HOME... no
> checking whether to use syslog logging... no
> checking whether to use a custom syslog facility... checking whether to
> try disk-quotas support... no
> checking whether to try the new lib/sysquotas.c interface... auto
> checking whether to try the lib/sysquotas.c interface on aix5.3.0.0... no
> checking asm/types.h usability... no
> checking asm/types.h presence... no
> checking for asm/types.h... no
> checking sys/fs/vx_quota.h usability... no
> checking sys/fs/vx_quota.h presence... no
> checking for sys/fs/vx_quota.h... no
> checking linux/dqblk_xfs.h usability... no
> checking linux/dqblk_xfs.h presence... no
> checking for linux/dqblk_xfs.h... no
> checking sys/quota.h usability... no
> checking sys/quota.h presence... no
> checking for sys/quota.h... no
> checking for XFS QUOTA in <sys/quota.h>... no
> checking if struct dqblk has .dqb_fsoftlimit... no
> checking for long quotactl(int cmd, char *special, qid_t id, caddr_t
> addr)... no
> checking for int quotactl(const char *path, int cmd, int id, char
> *addr)... no
> checking for CRAY int quotactl (char *spec, int request, char *arg)... no
> checking for mntent.h... (cached) yes
> checking for setmntent... yes
> checking for getmntent... yes
> checking for endmntent... yes
> checking devnm.h usability... no
> checking devnm.h presence... no
> checking for devnm.h... no
> checking for devnm... no
> checking whether the old quota support works... yes
> checking whether to use the old quota support... no
> checking whether to support utmp accounting... yes
> configure: checking how to get filesystem space usage...
> checking statvfs64 function (SVR4)... yes
> checking that statvfs.f_fsid is an integer... no
> checking that statvfs.f_frsize works... yes
> checking that statvfs.statvfs_f_flag works... yes
> checking that statvfs.statvfs_f_flags works... no
> checking if large file support can be enabled... yes
> checking for ctdb.h... no
> checking for ctdb_private.h... no
> checking for CTDB_CONTROL_TRANS3_COMMIT declaration... no
> checking for struct ctdb_tcp_client... no
> checking for struct ctdb_control_tcp... no
> checking for struct ctdb_control_tcp_addr... no
> checking cluster support... no
> checking whether to support ACLs... auto
> configure: checking whether ACL support is available:
> configure: Using AIX ACLs
> checking whether to support asynchronous io... no
> checking whether to check to support sendfile... yes
> checking for AIX send_file support... yes
> checking for Linux readahead... no
> checking for readahead declaration... no
> checking for posix_fadvise... yes
> checking for splice declaration... no
> checking for a broken readlink syscall... yes
> checking whether to build winbind... yes
> checking for union nss_XbyY_key.ipnode.af_family... no
> checking for struct passwd.pw_comment... no
> checking for struct passwd.pw_age... no
> checking for struct secmethod_table.method_attrlist... yes
> checking for struct secmethod_table.method_version... yes
> checking for SO_PEERCRED... no
> checking for poptGetContext in -lpopt... no
> checking whether to use included popt... yes
> checking avahi-common/watch.h usability... no
> checking avahi-common/watch.h presence... no
> checking for avahi-common/watch.h... no
> checking avahi-client/client.h usability... no
> checking avahi-client/client.h presence... no
> checking for avahi-client/client.h... no
> checking for avahi_client_new in -lavahi-client... no
> checking for avahi_strerror in -lavahi-common... no
> checking for pthread_attr_init in -lpthread... yes
> checking pthread.h usability... yes
> checking pthread.h presence... yes
> checking for pthread.h... yes
> checking for iniparser_load in -liniparser... no
> checking whether to use included iniparser... yes
> checking for getmntent... (cached) yes
> checking for sys/statfs.h... (cached) yes
> checking vfs_fileid: checking for statfs() and struct statfs.f_fsid)...
> yes
> checking how to build pdb_ldap... static
> checking how to build pdb_ads... not
> checking how to build pdb_smbpasswd... static
> checking how to build pdb_tdbsam... static
> checking how to build pdb_wbc_sam... static
> checking how to build rpc_lsarpc... static
> checking how to build rpc_winreg... static
> checking how to build rpc_initshutdown... static
> checking how to build rpc_dssetup... static
> checking how to build rpc_wkssvc... static
> checking how to build rpc_svcctl... static
> checking how to build rpc_ntsvcs... static
> checking how to build rpc_netlogon... static
> checking how to build rpc_netdfs... static
> checking how to build rpc_srvsvc... static
> checking how to build rpc_spoolss... static
> checking how to build rpc_eventlog... static
> checking how to build rpc_samr... static
> checking how to build rpc_rpcecho... not
> checking how to build idmap_ldap... static
> checking how to build idmap_tdb... static
> checking how to build idmap_tdb2... not
> checking how to build idmap_passdb... static
> checking how to build idmap_nss... static
> checking how to build idmap_rid... not
> checking how to build idmap_ad... not
> checking how to build idmap_hash... not
> checking how to build idmap_adex... not
> checking how to build nss_info_template... static
> checking how to build charset_weird... not
> checking how to build charset_CP850... shared
> checking how to build charset_CP437... shared
> checking how to build charset_macosxfs... not
> checking how to build auth_sam... static
> checking how to build auth_unix... static
> checking how to build auth_winbind... static
> checking how to build auth_wbc... static
> checking how to build auth_server... static
> checking how to build auth_domain... static
> checking how to build auth_builtin... static
> checking how to build auth_script... shared
> checking how to build auth_netlogond... static
> checking how to build vfs_default... static
> checking how to build vfs_recycle... shared
> checking how to build vfs_audit... shared
> checking how to build vfs_extd_audit... shared
> checking how to build vfs_full_audit... shared
> checking how to build vfs_netatalk... shared
> checking how to build vfs_fake_perms... shared
> checking how to build vfs_default_quota... shared
> checking how to build vfs_readonly... shared
> checking how to build vfs_cap... shared
> checking how to build vfs_expand_msdfs... shared
> checking how to build vfs_shadow_copy... shared
> checking how to build vfs_shadow_copy2... shared
> checking how to build vfs_afsacl... not
> checking how to build vfs_xattr_tdb... shared
> checking how to build vfs_posixacl... not
> checking how to build vfs_aixacl... static
> checking how to build vfs_aixacl2... not
> checking how to build vfs_solarisacl... not
> checking how to build vfs_irixacl... not
> checking how to build vfs_hpuxacl... not
> checking how to build vfs_tru64acl... not
> checking how to build vfs_catia... shared
> checking how to build vfs_streams_xattr... shared
> checking how to build vfs_streams_depot... shared
> checking how to build vfs_cacheprime... not
> checking how to build vfs_prealloc... not
> checking how to build vfs_commit... not
> checking how to build vfs_gpfs... not
> checking how to build vfs_readahead... shared
> checking how to build vfs_tsmsm... not
> checking how to build vfs_fileid... shared
> checking how to build vfs_aio_fork... not
> checking how to build vfs_preopen... shared
> checking how to build vfs_syncops... not
> checking how to build vfs_zfsacl... not
> checking how to build vfs_notify_fam... not
> checking how to build vfs_acl_xattr... shared
> checking how to build vfs_acl_tdb... shared
> checking how to build vfs_smb_traffic_analyzer... shared
> checking how to build vfs_onefs... not
> checking how to build vfs_onefs_shadow_copy... not
> checking how to build vfs_dirsort... not
> checking how to build vfs_scannedonly... shared
> checking how to build perfcount_onefs... not
> checking how to build perfcount_test... not
> checking how to build gpext_registry... not
> checking how to build gpext_scripts... not
> checking how to build gpext_security... not
> checking whether to enable build farm hacks... no
> checking for python2.6... no
> checking for python2.5... no
> checking for python2.4... no
> checking for python... no
> configure: WARNING: No python found
> checking for python2.6-config... no
> checking for python2.5-config... no
> checking for python2.4-config... no
> checking for python-config... no
> configure: WARNING: No python-config found
> checking working python module support... no
> checking whether it would be possible to do a merged build... no
> checking zlib.h usability... no
> checking zlib.h presence... no
> checking for zlib.h... no
> checking for zlibVersion in -lz... yes
> checking for zlib >= 1.2.3... no
> Using libraries:
> LIBS = -liconv
> KRB5_LIBS = -lkrb5 -lgssapi -lroken -lasn1 -L/opt/CMNSsamba/lib
> LDAP_LIBS = -lldap -llber
> DNSSD_LIBS =
> AUTH_LIBS = -lpam
> checking configure summary... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating script/findsmb
> config.status: creating smbadduser
> config.status: creating script/gen-8bit-gap.sh
> config.status: creating script/installbin.sh
> config.status: creating script/uninstallbin.sh
> config.status: creating lib/netapi/examples/Makefile
> config.status: creating lib/netapi/tests/Makefile
> config.status: creating pkgconfig/smbclient.pc
> config.status: creating pkgconfig/wbclient.pc
> config.status: creating pkgconfig/netapi.pc
> config.status: creating pkgconfig/smbsharemodes.pc
> config.status: creating ../examples/libsmbclient/Makefile.internal
> config.status: creating include/config.h
> config.status: executing rm-stdint.h commands
> config.status: executing rm-stdbool.h commands
> root(a)valisaix53:/compile/sources/samba-3.5.2/source3
> # make
> Using CFLAGS = -I../lib/zlib -I/opt/CMNSsamba/include
> -D_LINUX_SOURCE_COMPAT -qmaxmem=32000 -D_LINUX_SOURCE_COMPAT
> -qmaxmem=32000 -I. -I/compile/sources/samba-3.5.2/source3
> -I/compile/sources/samba-3.5.2/source3/../lib/popt
> -I/compile/sources/samba-3.5.2/source3/iniparser/src -Iinclude -I./include
> -I. -I. -I./../lib/replace -I./../lib/tevent -I./libaddns -I./librpc
> -I./.. -I./../lib/talloc -I../lib/tdb/include -DHAVE_CONFIG_H
> -I/opt/CMNSsamba/include -Iinclude -I./include -I. -I. -I./../lib/replace
> -I./../lib/tevent -I./libaddns -I./librpc -I./.. -I./../lib/popt
> -I/opt/CMNSsamba/include -DLDAP_DEPRECATED
> -I/compile/sources/samba-3.5.2/source3/lib -I.. -I../source4
> -D_SAMBA_BUILD_=3 -D_SAMBA_BUILD_=3
> PICFLAG = -O2
> LIBS = -liconv
> LDFLAGS = -L/opt/CMNSsamba/lib -L./bin -L/opt/CMNSsamba/lib
> DYNEXP = -Wl,-brtl,-bexpfull,-bbigtoc
> LDSHFLAGS = -Wl,-G,-bexpfull,-bbigtoc,-brtl -L/opt/CMNSsamba/lib
> -L./bin -L/opt/CMNSsamba/lib -lc
> SHLIBEXT = so
> SONAMEFLAG = #
> mkdir bin
> Compiling ../lib/talloc/talloc.c
> Linking non-shared library bin/libtalloc.a
> Compiling ../lib/replace/replace.c
> Compiling ../lib/replace/snprintf.c
> Compiling ../lib/replace/getpass.c
> Compiling ../lib/replace/strptime.c
> Compiling ../lib/replace/timegm.c
> Compiling ../lib/replace/getifaddrs.c
> "../lib/replace/getifaddrs.c", line 290.38: 1506-280 (W) Function argument
> assignment between types "struct addrinfo*" and "struct ifaddrs*" is not
> allowed.
> "../lib/replace/getifaddrs.c", line 309.38: 1506-280 (W) Function argument
> assignment between types "struct addrinfo*" and "struct ifaddrs*" is not
> allowed.
> "../lib/replace/getifaddrs.c", line 316.38: 1506-280 (W) Function argument
> assignment between types "struct addrinfo*" and "struct ifaddrs*" is not
> allowed.
> creating /compile/sources/samba-3.5.2/source3/exports/libtalloc.syms
> Linking shared library bin/libtalloc.so.2
> ld: 0711-224 WARNING: Duplicate symbol: .fprintf
> ld: 0711-224 WARNING: Duplicate symbol: fprintf
> ld: 0711-224 WARNING: Duplicate symbol: .printf
> ld: 0711-224 WARNING: Duplicate symbol: printf
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> information.
> Compiling ../lib/tdb/common/tdb.c
> Compiling ../lib/tdb/common/dump.c
> Compiling ../lib/tdb/common/transaction.c
> Compiling ../lib/tdb/common/error.c
> Compiling ../lib/tdb/common/traverse.c
> Compiling ../lib/tdb/common/freelist.c
> Compiling ../lib/tdb/common/freel