I had my build scripts working with the 3.5 betas, but i've switched over to the mainline and I'm getting a ton of invalid switches.
So far I've had to comment out the following, as I'm getting errors such as config.status: executing libtool commands + --enable-snmp --enable-storeio=aufs,diskd,ufs,rock --enable-wccpv2 --enable-esi --enable-ssl --enable-ssl-crtd --enable-icmp --with-aio --with-default-user=squid --with-filedescriptors=16384 --with-dl --with-openssl --with-pthreads --with-included-ltdl --disable-arch-native --without-nettle /var/tmp/rpm-tmp.Gsh6Y6: line 80: --enable-snmp: command not found error: Bad exit status from /var/tmp/rpm-tmp.Gsh6Y6 (%build) #--enable-cache-digests \ #--enable-cachemgr-hostname=localhost \ #--enable-delay-pools \ #--enable-epoll \ #--enable-icap-client \ #--enable-ident-lookups \ %ifnarch ppc64 ia64 x86_64 s390x --with-large-files \ %endif #--enable-linux-netfilter \ #--enable-removal-policies="heap,lru" \ #--enable-snmp \ Here is my configure statements (again the comments are all new as I was trying to figure out what was going on..) %configure \ --exec_prefix=/usr \ --libexecdir=%{_libdir}/squid \ --localstatedir=/var \ --datadir=%{_datadir}/squid \ --sysconfdir=%{_sysconfdir}/squid \ --with-logdir='$(localstatedir)/log/squid' \ --with-pidfile='$(localstatedir)/run/squid.pid' \ --disable-dependency-tracking \ --enable-follow-x-forwarded-for \ --enable-auth \ --enable-auth-basic="DB,LDAP,NCSA,NIS,PAM,POP3,RADIUS,SASL,SMB,getpwnam" \ --enable-auth-ntlm="smb_lm,fake" \ --enable-auth-digest="file,LDAP,eDirectory" \ --enable-auth-negotiate="kerberos,wrapper" \ --enable-external-acl-helpers="wbinfo_group,kerberos_ldap_group" \ #--enable-external-acl-helpers="wbinfo_group,kerberos_ldap_group,AD_group" \ #--enable-cache-digests \ #--enable-cachemgr-hostname=localhost \ #--enable-delay-pools \ #--enable-epoll \ #--enable-icap-client \ #--enable-ident-lookups \ %ifnarch ppc64 ia64 x86_64 s390x --with-large-files \ %endif #--enable-linux-netfilter \ #--enable-removal-policies="heap,lru" \ --enable-snmp \ --enable-storeio="aufs,diskd,ufs,rock" \ --enable-wccpv2 \ --enable-esi \ --enable-ssl \ --enable-ssl-crtd \ --enable-icmp \ --with-aio \ --with-default-user="squid" \ --with-filedescriptors=16384 \ --with-dl \ --with-openssl \ --with-pthreads \ --with-included-ltdl \ --disable-arch-native \ --without-nettle
_______________________________________________ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users