I installed Majordomo-1.94.5 and when I run './wrapper config-test' as
an ordinary user, I get the following error message:
wrapper: Trying to exec /usr/test/majordomo-1.94.5/config-test failed:
No such file or directory
Did you define PERL correctly in the Makefile?
HOME is HOME=/usr/test/majordomo-1.94.5,
PATH is PATH=/bin:/usr/bin:/usr/ucb,
SHELL is SHELL=/bin/sh,
MAJORDOMO_CF is
MAJORDOMO_CF=/usr/test/majordomo-1.94.5/majordomo.cf
Portions from Majordomo Makefile modified where necesssary:
PERL = /usr/lbin/perl
CC = cc
W_HOME = /usr/local/majordomo
MAN = $(W_HOME)/man
W_USER = majordom
W_GROUP = daemon
FILE_MODE = 644
EXEC_MODE = 755
HOME_MODE = 751
WRAPPER_OWNER = root
WRAPPER_GROUP = $(W_GROUP)
WRAPPER_MODE = 4755
POSIX = -DPOSIX_UID=$(W_USER) -DPOSIX_GID=$(W_GROUP)
MAIL_GID = numeric_gid_of_MTA
W_SHELL = /bin/sh
W_PATH = /bin:/usr/bin:/usr/ucb
W_MAJORDOMO_CF = $(W_HOME)/majordomo.cf
TMPDIR = /usr/tmp
Portions from Majordomo.cf taken from sample.cf and modified...
$whereami = "server1.uvi.edu";
$whoami = "Majordomo\@$whereami";
$whoami_owner = "Majordomo-Owner\@$whereami";
if ( defined $ENV{"HOME"}) {
$homedir = $ENV{"HOME"};
} else {
$homedir = "/usr/local/majordomo";
}
$listdir = "$homedir/lists";
$digest_work_dir = "/usr/local/mail/digest";
$log = "$homedir/Log";
$sendmail_command = "/usr/sbin/sendmail";
$mailer = "$sendmail_command -oi -oee -f\$sender";
$bounce_mailer = "$sendmail_command -oi -oee -f\$sender -t";
$config'default_subscribe_policy = "open+confirm";
$no_x400at = 0;
$no_true_x400 = 0;
O/S: AIX4.3.3
Hardware: IBM RISC/6000
Where is the reference to '/usr/test/' comming from? How can I fix
this?
Give Thanks!!
#########################################################
Alvin Williams
AIX Systems Administrator voice: (340) 693-1549
Center for Administrative Computing fax: (340) 693-1465
Univ. of the Virgin Islands Pgr: (340) 513-5072
St. Thomas VI 00802-9990
Hard Work is Avoiding Problems Before They Arise
#########################################################
|
|