| 
 | 
 | 
 Installation instructions
   Installation instructions
   For the impatient/experienced:
   For the impatient/experienced:
   For the less impatient:
   For the less impatient:
  #!/bin/sh -
   cd build_unix
   CC=gcc \
   CXX=g++ \
   CFLAGS="-O3 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" \
   CXXFLAGS="-O3 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" \
   ../dist/configure \
     --verbose \
     --target=sparc-sun-solaris \
     --enable-dynamic \
     --enable-compat185 \
     --enable-rpc \
     --prefix=/local
      
     #!/bin/sh - CC="gcc" \ CFLAGS="-O3 -Wall" \ LIBS="-R/local/lib -lnls" \ ./configure \ --verbose \ --target=sparc-sun-solaris \ --prefix=/local/squid \ --with-db-lib=/local/lib \ --with-db-inc=/local/include \ --with-sg-config=/var/spool/www/hosts/proxy.teledanmark.no/filter/conf/filter.conf \ --with-sg-logdir=/var/spool/www/hosts/proxy.teledanmark.no/filter/logs \ --with-sg-dbhome=/var/spool/www/hosts/proxy.teledanmark.no/filter/db
|   |   |   |   |   | 
|   |   |   | 
|   |