Hi to all,
I'm not a new user of majordomo because i can't compile it.
Two weeks ago I download the distribution code (1.93) to install majordomo
in a Linux box (1.2.3).
I followed the steps :
1) Unpack the file to the directory /usr/src/majordomo-1.93
2) I added a new group and user (uid 0) to the system, named majordom.
The home directory is /usr/local/majordomo
3) In the Makefile, i changed the following env vars:
W_BIN=/usr/local/majordomo
W_UID=0
W_GID=500 (gid for the majordom group)
4) # make (with a warning)
5) # make install (with the folowing error)
(test ! -f majordomo.cf && echo "using sample.cf" &&\
cp sample.cf /usr/local/majordomo/majordomo.cf; exit 0)
make: ***[install-cf] Error 127
Could anyone suggest a solution?
Thanks in advance.
Follow-Ups:
|
|