Skip to Content.
Sympa Menu

devel - Bug in configure for --sysconfdir=/path/ ?

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Luca Maranzano <address@concealed>
  • To: address@concealed
  • Subject: Bug in configure for --sysconfdir=/path/ ?
  • Date: Wed, 30 Jan 2002 10:30:51 +0100

Hello,

I'm trying to install sympa 3.3.3 in a test environment in order to
upgrade from 3.2.1.

I'm using this command:

./configure --prefix=/home/sympa2 \
--exec-prefix=/home/sympa2 \
--bindir=/home/sympa2/bin \
--sbindir=/home/sympa2/sbin \
--libexecdir=/home/sympa2/libexec \
--datadir=/home/sympa2/share \
--sysconfdir=/home/sympa2/etc \
--sharedstatedir=/home/sympa2/com \
--localstatedir=/home/sympa2/var \
--with-initdir=/home/sympa2/init.d \
--with-piddir=/home/sympa2 \
--with-user=sympa2 \
--with-group=sympa2

but it seems that --sysconfdir=/home/sympa2/etc is not considered, in
fact the generated Makefile has a line with:

sysconfdir = /etc

Is this a known issue?

TIA and regards,
luca




Archive powered by MHonArc 2.6.19+.

Top of Page