squid configure file.

From: Alfredo Botelho <fred@dont-contact.us>
Date: Fri, 20 Mar 1998 23:53:28 -0800 (PST)

I attempted to invoke squid configure with

--prefix=/opt/squid --sysconfidir=/var/squid/etc --localstatedir=/var/squid

it however proceeded to use prefix for localstatedir, on line 578 of the
configure script, following is the relevant portion,

CRYPTLIB=''
REGEXLIB='' # -lregex
LIBREGEX='' # libregex.a

if test "$libexecdir" = '${exec_prefix}/libexec'; then
        libexecdir='${bindir}'
        localstatedir='${prefix}' # ?? why this line?

fi

this has the unfortunate result of using my /opt partition for its cache
directories. How do I force it to be use my /var partition

Alfredo Botelho
Received on Fri Mar 20 1998 - 23:43:14 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:39:26 MST