Re: [squid-users] Squid 3.5.13 transparent compiling fails with ubuntu 14.04 server

2016-01-29 Thread Yuri Voinov
nux-gnu' 'CFLAGS=-g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall' 'LDFLAGS=-fPIE -pie -Wl,-z,relro -Wl,-z,now' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security' > >

Re: [squid-users] Squid 3.5.13 transparent compiling fails with ubuntu 14.04 server

2016-01-29 Thread Amos Jeffries
On 30/01/2016 4:26 a.m., L.P.H. van Belle wrote: >>> ## 2) we added --enable-ssl , --with-open-ssl=/etc/ssl/openssl.cnf, >> >> Neither of which is a valid ./configure option for Squid. > > Not ? works perfect on debian. By "works perfect" I assume you mean autoconf doing its usual thing of ignor

Re: [squid-users] Squid 3.5.13 transparent compiling fails with ubuntu 14.04 server

2016-01-29 Thread L . P . H . van Belle
x27; 'CXXFLAGS=-g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security' > > ## --enable-linux-netfilter' to the debian/rules in squid. > > > > Netfilter is a built-in part of Linux and auto-enabled by Squid. No need > to build specially for it.

Re: [squid-users] Squid 3.5.13 transparent compiling fails with ubuntu 14.04 server

2016-01-29 Thread Amos Jeffries
On 30/01/2016 2:26 a.m., L.P.H. van Belle wrote: > This works on a debian Jessie, so to adapt this for ubuntu 14.04 should be > simple. > > Have a look whats doen here, and change it to Ubuntu. > > > > I’ve put : ## CHECK THIS for Ubuntu where you need to check things for > Ubuntu. > >

Re: [squid-users] Squid 3.5.13 transparent compiling fails with ubuntu 14.04 server

2016-01-29 Thread L . P . H . van Belle
>> squid3-3.5.12/debian/changelog.new     mv squid3-3.5.12/debian/changelog squid3-3.5.12/debian/changelog.old     mv squid3-3.5.12/debian/changelog.new squid3-3.5.12/debian/changelog   fi apt-get build-dep squid apt-get source squid -b update-debs   apt-cache policy squid

Re: [squid-users] Squid 3.5.13 transparent compiling fails with ubuntu 14.04 server

2016-01-29 Thread Yuri Voinov
IPFilter does not exists in Linux'es and never exists in Linux'es. Drop out --enable-ipf-transparent from your ./configure. 29.01.16 19:05, Hardik Dangar пишет: Hello, I am trying to build squid 3.5.13 with following options on ubuntu 14.04 freshly installed server, # apt-get update # apt-

[squid-users] Squid 3.5.13 transparent compiling fails with ubuntu 14.04 server

2016-01-29 Thread Hardik Dangar
Hello, I am trying to build squid 3.5.13 with following options on ubuntu 14.04 freshly installed server, # apt-get update # apt-get build-dep squid3 # apt-get install build-essential sharutils ccze libzip-dev libssl-dev # ./configure --prefix=/usr --exec-prefix=/usr --includedir=/usr/include