On Sat, 19 Feb 2005, Yousef Raffah wrote:

I have a RedHat AS 3.0 box which I want to install squid on. So I
downloaded squid-2.5.STABLE8 and unpacked it.

I used these options as my configure options:
./configure --enable-xmalloc-statistics --enable-delay-pools
--enable-useragent-log --enable-referer-log --enable-snmp
--enable-arp-acl --enable-ssl --enable-linux-netfilter
--enable-x-accelerator-vary

Are you positively sure you want all those --enable options? Several of them are not suited for production use, and most never needed in an normal Internet proxy.


Rule of thumb is to never include an --enable option unless you know what this option does and are positively sure you must use it.

In file included from ../../src/squid.h:384,
                from ufs/store_dir_ufs.c:36:
../../src/ssl_support.h:46: syntax error before '*' token

If you want to compile with Squid --enable-ssl (only needed to run Squid as an SSL accelerating reverse proxy in front of your own web servers) you need the following packages installed on RedHat:


  openssl-devel
  krb5-devel
  pkgconfig

plus the normal development tools..

Regards
Henrik

Reply via email to