Re: [squid-users] Erm, Need Make Install Command Syntax for Debian

From: Andrew Beverley <andy_at_andybev.com>
Date: Fri, 11 Nov 2011 20:27:36 +0000

On Fri, 2011-11-11 at 10:09 -0800, someone wrote:
> Im trying to Upgrade my squid install, I need to compile a newer version
> of squid 3.1 on a debian machine, but when I run Make Install, it puts
> everything in the wrong directories.
>
> Does anyone know the proper Make Install command for debian
> so everything goes into the proper directories?

The easiest way is to run "squid3 -v" which will print the configure
command that was used to compile your current version.

The one that I use (slightly customised) on Squeeze is:

./configure --with-netfilter-conntrack '--build=x86_64-linux-gnu'
'--prefix=/usr' '--includedir=${prefix}/include' '--mandir=
${prefix}/share/man' '--infodir=${prefix}/share/info'
'--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=
${prefix}/lib/squid3' '--disable-maintainer-mode'
'--disable-dependency-tracking' '--disable-silent-rules' '--srcdir=.'
'--datadir=/usr/share/squid3' '--sysconfdir=/etc/squid3'
'--mandir=/usr/share/man' '--with-cppunit-basedir=/usr'
'--enable-inline' '--enable-async-io=8'
'--enable-storeio=ufs,aufs,diskd' '--enable-removal-policies=lru,heap'
'--enable-delay-pools' '--enable-cache-digests' '--enable-underscores'
'--enable-icap-client' '--enable-follow-x-forwarded-for' '--enable-auth'
'--enable-basic-auth-helpers=LDAP,MSNT,NCSA,PAM,SASL,SMB,YP,DB,POP3,getpwnam,squid_radius_auth,multi-domain-NTLM' '--enable-ntlm-auth-helpers=smb_lm,' '--enable-digest-auth-helpers=ldap,password' '--enable-negotiate-auth-helpers=squid_kerb_auth' '--enable-external-acl-helpers=ip_user,ldap_group,session,unix_group,wbinfo_group' '--enable-arp-acl' '--enable-esi' '--disable-translation' '--with-logdir=/var/log/squid3' '--with-pidfile=/var/run/squid3.pid' '--with-filedescriptors=65536' '--with-large-files' '--with-default-user=proxy' '--enable-linux-netfilter' --disable-ipv6 'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2 -g -Wall -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CXXFLAGS=-g -O2 -g -Wall -O2'

Andy
Received on Fri Nov 11 2011 - 20:27:44 MST

This archive was generated by hypermail 2.2.0 : Sat Nov 12 2011 - 12:00:02 MST