[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#4559) test030 fails: ./scripts/relay: line 78: kill: (6597) - No such process



Pierangelo Masarati wrote:
> 
> Did you compile back-meta as module?  Did you compile librewrite
> (--enable-rewrite)?

See my build script below. And it used to work.

Ciao, Michael.

--------------------------------- snip ---------------------------------

# Disable test036-meta-concurrency since it always hangs
export TEST_META=no

PWD=`pwd`
DIRNAME=`dirname ${PWD}`
PREFIX=/opt/`basename ${DIRNAME}`

echo "PREFIX="${PREFIX}

make veryclean
./configure \
  --enable-accesslog=yes \
  --enable-aci=yes \
  --enable-backends=mod \
  --enable-cleartext \
  --enable-crypt=yes \
  --enable-debug=yes \
  --enable-denyop=yes \
  --enable-dynamic=yes \
  --enable-dyngroup=yes \
  --enable-kpasswd=yes \
  --enable-ldbm-api=berkeley \
  --enable-lmpasswd=yes \
  --enable-modules=yes \
  --enable-overlays=mod \
  --enable-ppolicy=yes \
  --enable-proxycache=yes \
  --enable-rewrite=yes \
  --enable-rlookups=yes \
  --enable-rwm=yes \
  --enable-slapi=yes \
  --enable-slp=yes \
  --enable-sql=no \
  --enable-spasswd=yes \
  --enable-wrappers=no \
  --prefix=${PREFIX} \
  --with-cyrus-sasl=yes \
  --with-kerberos=yes \
  --with-readline=yes \
  --with-threads=yes \
  --with-tls=yes

make && make test