On Thu, Oct 10, 2013 at 11:09:09PM -0400, Casey Daniels wrote:
> Hello,
>     I'm trying to compile Squid 3.3.9 from Source and I keep getting the
> error
> 
> "checking size of size_t ... configure error in '/sources/squid-3.3.9'
> 
> Configure error: cannot compute size of (size_t).
> 
> here is the top of my config.log  I have the whole thing, its just huge
> and I also piped the output of the ./configure command if something in
> it will be a clue.
> 
 What you probably want is the _last_ error in config.log.  More
specifically, look at config.log in 'vim' or 'less' (you are on
ubuntu, so perhaps you don't have vim installed) and search for
'cannot compute size' i.e.

/cannot\ compute\ size
 - type it just like that, hopefully there is only one such report,
   but if there is more than one hit '/' again to find the next one.

 My guess is that you are missing some of the infrastructure.
Google thinks that autotools might be needed for this - perhaps
'apt-get install build-essential' will do the necessary, not sure.

https://help.ubuntu.com/community/CompilingEasyHowTo
> 
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
> 
> It was created by Squid Web Proxy configure 3.3.9, which was
> generated by GNU Autoconf 2.68.  Invocation command line was
> 
>    $ ./configure
> 
> ## --------- ##
> ## Platform. ##
> ## --------- ##
> 
> hostname = build-pc
> uname -m = x86_64
> uname -r = 3.8.0-31-generic
> uname -s = Linux
> uname -v = #46-Ubuntu SMP Tue Sep 10 20:03:44 UTC 2013
> 
 Please note that we aren't set up to assist people running other
distributions, so I'm assuming that you are trying this as a first
step to see if you like building from source, and that you will come
over to the light side in due course ;-)

 Also, ubuntu are still supporting 3.8 kernels, but 3.8.0-31 is well
out of date, their latest is 3.8.13.11 ( I noticed the patches on
lkml a few hours ago ).

ĸen
-- 
das eine Mal als Tragödie, dieses Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to