[squid-users] problem installing squid 3.0 PRE3

From: <Werner.Rost@dont-contact.us>
Date: Fri, 29 Aug 2003 16:25:14 +0200

The configure command runs without error messages, but does not create a
Makefile. Therefore the command "make all" gives:
     
         Make: Don't know how to make all. Stop.

Waht is wrong?

configure:

./configure --enable-auth="ntlm,basic" \
            --enable-external-acl-helpers="winbind_group,wbinfo_group" \
            --enable-basic-auth-helpers="winbind" \
            --enable-ntlm-auth-helpers="winbind" \
            --prefix=/usr/local/squid \
            --with-samba-sources=/usr/local/samba-2.2.5

Output of the configure command:

loading cache ./config.cache
checking for a BSD compatible install... cfgaux/install-sh -c
checking whether build environment is sane... yes
checking for mawk... (cached) nawk
checking whether make sets ${MAKE}... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) cc
checking whether the C compiler (cc -g) works... yes
checking whether the C compiler (cc -g) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc accepts -g... (cached) yes
checking for style of include used by make... GNU
checking dependency style of cc... (cached) tru64
checking whether cc understands -c and -o together... (cached) yes
checking host system type... alphaev6-dec-osf5.1
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for object suffix... (cached) o
Store modules built: ufs
Removal policies built: lru
Auth scheme modules built: ntlm basic
Basic auth helpers built: winbind
NTLM auth helpers built: winbind
External acl helpers built: winbind_group wbinfo_group
Using Samba sources from /usr/local/samba-2.2.5
unlinkd enabled
checking how to run the C preprocessor... (cached) cc -E
checking for a BSD compatible install... cfgaux/install-sh -c
checking for ranlib... (cached) ranlib
checking whether ln -s works... (cached) yes
checking for sh... (cached) /sbin/sh
checking for false... (cached) /usr/bin/false
checking for true... (cached) /usr/bin/true
checking for rm... (cached) /sbin/rm
checking for mv... (cached) /sbin/mv
checking for mkdir... (cached) /sbin/mkdir
checking for ln... (cached) /sbin/ln
checking for perl... (cached) /usr/bin/perl
checking for ar... (cached) /usr/bin/ar
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for ANSI C header files... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for arpa/nameser.h... (cached) yes
checking for assert.h... (cached) yes
checking for bstring.h... (cached) no
checking for crypt.h... (cached) yes
checking for ctype.h... (cached) yes
checking for errno.h... (cached) yes
checking for execinfo.h... (cached) no
checking for fcntl.h... (cached) yes
checking for getopt.h... (cached) yes
checking for gnumalloc.h... (cached) no
checking for grp.h... (cached) yes
checking for ip_compat.h... (cached) no
checking for ip_fil_compat.h... (cached) no
checking for ip_fil.h... (cached) no
checking for ip_nat.h... (cached) no
checking for libc.h... (cached) no
checking for limits.h... (cached) yes
checking for linux/netfilter_ipv4.h... (cached) no
checking for malloc.h... (cached) yes
checking for math.h... (cached) yes
checking for memory.h... (cached) yes
checking for mount.h... (cached) no
checking for net/if.h... (cached) yes
checking for net/pfvar.h... (cached) no
checking for netdb.h... (cached) yes
checking for netinet/if_ether.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for netinet/tcp.h... (cached) yes
checking for netinet/ip_compat.h... (cached) no
checking for netinet/ip_fil_compat.h... (cached) no
checking for netinet/ip_fil.h... (cached) no
checking for netinet/ip_nat.h... (cached) no
checking for openssl/err.h... (cached) no
checking for openssl/md5.h... (cached) no
checking for openssl/ssl.h... (cached) no
checking for poll.h... (cached) yes
checking for pwd.h... (cached) yes
checking for regex.h... (cached) yes
checking for resolv.h... (cached) yes
checking for sched.h... (cached) yes
checking for signal.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdio.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/bitypes.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/mount.h... (cached) yes
checking for sys/msg.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/statvfs.h... (cached) yes
checking for syscall.h... (cached) yes
checking for sys/syscall.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/vfs.h... (cached) no
checking for sys/wait.h... (cached) yes
checking for syslog.h... (cached) yes
checking for time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking for varargs.h... (cached) yes
checking for byteswap.h... (cached) no
checking for glib.h... (cached) no
checking for stdint.h... (cached) no
checking for inttypes.h... (cached) yes
checking for grp.h... (cached) yes
checking for nss_common.h... (cached) no
checking for nss.h... (cached) no
checking for working const... (cached) yes
checking whether byte ordering is bigendian... (cached) no
checking if ANSI prototypes work... (cached) yes
checking for tm->tm_gmtoff... (cached) yes
checking for struct mallinfo... (cached) yes
checking for extended mallinfo... (cached) no
checking for struct rusage... (cached) yes
checking for ip->ip_hl... (cached) yes
checking size of void *... (cached) 8
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking size of __int64... (cached) 8
checking size of int16_t... (cached) 2
checking size of uint16_t... (cached) 2
checking size of u_int16_t... (cached) 2
checking size of int32_t... (cached) 4
checking size of uint32_t... (cached) 4
checking size of u_int32_t... (cached) 4
checking size of int64_t... (cached) 8
checking size of uint64_t... (cached) 8
checking size of u_int64_t... (cached) 8
checking for int16_t... (cached) yes
checking for u_int16_t... (cached) yes
checking for int32_t... (cached) yes
checking for u_int32_t... (cached) yes
checking for int64_t... (cached) yes
checking for u_int64_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking for ssize_t... (cached) yes
checking for off_t... (cached) yes
checking for mode_t... (cached) yes
checking for fd_mask... (cached) yes
checking size of off_t... (cached) 8
checking size of size_t... (cached) 8
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for socklen_t... (cached) no
checking for mtyp_t... (cached) yes
checking for main in -lnsl... (cached) no
checking for main in -lsocket... (cached) no
checking for unix domain sockets... (cached) yes
checking for main in -lgnumalloc... (cached) no
checking for main in -lmalloc... (cached) no
checking for main in -lbsd... (cached) yes
checking for main in -lregex... (cached) no
checking for gethostbyname in -lbind... (cached) no
checking for inet_aton in -lresolv... (cached) yes
checking for inet_aton in -l44bsd... (cached) no
checking for main in -lresolv... (cached) yes
checking for main in -lm... (cached) yes
checking for crypt in -lcrypt... (cached) no
checking for bcopy... (cached) yes
checking for backtrace_symbols_fd... (cached) no
checking for crypt... (cached) yes
checking for fchmod... (cached) yes
checking for getdtablesize... (cached) yes
checking for getpagesize... (cached) yes
checking for getpass... (cached) yes
checking for getrusage... (cached) yes
checking for getspnam... (cached) no
checking for lrand48... (cached) yes
checking for mallinfo... (cached) yes
checking for mallocblksize... (cached) yes
checking for mallopt... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for memset... (cached) yes
checking for mkstemp... (cached) yes
checking for mktime... (cached) yes
checking for mstats... (cached) no
checking for poll... (cached) yes
checking for pthread_attr_setscope... (cached) no
checking for pthread_setschedparam... (cached) no
checking for pthread_attr_setschedparam... (cached) no
checking for pthread_sigmask... (cached) no
checking for putenv... (cached) yes
checking for random... (cached) yes
checking for regcomp... (cached) yes
checking for regexec... (cached) yes
checking for regfree... (cached) yes
checking for res_init... (cached) yes
checking for rint... (cached) yes
checking for sbrk... (cached) yes
checking for seteuid... (cached) yes
checking for setgroups... (cached) yes
checking for setpgrp... (cached) yes
checking for setrlimit... (cached) yes
checking for getrlimit... (cached) yes
checking for setsid... (cached) yes
checking for sigaction... (cached) yes
checking for snprintf... (cached) yes
checking for srand48... (cached) yes
checking for srandom... (cached) yes
checking for statfs... (cached) yes
checking for sysconf... (cached) yes
checking for syslog... (cached) yes
checking for timegm... (cached) no
checking for vsnprintf... (cached) yes
checking for bswap_16... (cached) no
checking for bswap_32... (cached) no
checking if setresuid is implemented... (cached) no
checking if GNUregex needs to be compiled... no
checking for drand48... (cached) yes
checking for tempnam... (cached) yes
checking for strerror... (cached) yes
checking Default FD_SETSIZE value... 4096
checking Maximum number of filedescriptors we can open... 4096
checking Default UDP send buffer size... 9216
checking Default UDP receive buffer size... 42240
checking Default TCP send buffer size... 61440
checking Default TCP receive buffer size... 61440
checking if sys_errlist is already defined... (cached) yes
checking for libresolv _dns_ttl_ hack... no
checking if inet_ntoa() actually works... yes
checking for working statvfs() interface... yes
checking for _res.nsaddr_list... (cached) yes
creating ./config.status
creating Makefile
creating lib/Makefile
creating scripts/Makefile
creating scripts/RunCache
creating scripts/RunAccel
creating src/Makefile
creating src/fs/Makefile
creating src/repl/Makefile
creating src/auth/Makefile
creating src/auth/basic/Makefile
creating src/auth/digest/Makefile
creating src/auth/ntlm/Makefile
creating contrib/Makefile
creating snmplib/Makefile
creating icons/Makefile
creating errors/Makefile
creating src/fs/aufs/Makefile
creating src/fs/coss/Makefile
creating src/fs/diskd/Makefile
creating src/fs/null/Makefile
creating src/fs/ufs/Makefile
creating src/repl/heap/Makefile
creating src/repl/lru/Makefile
creating doc/Makefile
creating helpers/Makefile
creating helpers/basic_auth/Makefile
creating helpers/basic_auth/LDAP/Makefile
creating helpers/basic_auth/MSNT/Makefile
creating helpers/basic_auth/NCSA/Makefile
creating helpers/basic_auth/PAM/Makefile
creating helpers/basic_auth/SMB/Makefile
creating helpers/basic_auth/YP/Makefile
creating helpers/basic_auth/getpwnam/Makefile
creating helpers/basic_auth/multi-domain-NTLM/Makefile
creating helpers/basic_auth/SASL/Makefile
creating helpers/basic_auth/winbind/Makefile
creating helpers/digest_auth/Makefile
creating helpers/digest_auth/password/Makefile
creating helpers/ntlm_auth/Makefile
creating helpers/ntlm_auth/fakeauth/Makefile
creating helpers/ntlm_auth/no_check/Makefile
creating helpers/ntlm_auth/SMB/Makefile
creating helpers/ntlm_auth/SMB/smbval/Makefile
creating helpers/ntlm_auth/winbind/Makefile
creating helpers/external_acl/Makefile
creating helpers/external_acl/ip_user/Makefile
creating helpers/external_acl/ldap_group/Makefile
creating helpers/external_acl/unix_group/Makefile
creating helpers/external_acl/wbinfo_group/Makefile
creating helpers/external_acl/winbind_group/Makefile
creating include/autoconf.h

Mit freundlichem Gruß / regards
 
Werner Rost
GM-FIR - Netzwerk
 
ZF Boge Elastmetall GmbH
Friesdorfer Str. 175
53175 Bonn
 
Tel. +49 228 38 25 - 420
Fax +49 228 38 25 - 398
mailto:werner.rost@zfboge.com
www.zf.com/boge-elastmetall
 
 
Received on Fri Aug 29 2003 - 08:24:56 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:19:17 MST