installation
Tre Mathis <[email protected]>
| Newsgroups | gmane.mail.majordomo.general |
|---|---|
| Message-ID | <[email protected]> |
Trying to run majordomo 1.94.4
I am running Red Hat 9 Running perl 5.8.0
When I run the test of the installation I get this kick back.
--------------------- Obvious things: ---------------------
------------------ environment variables ------------------
HOME=/usr/test/majordomo-1.94.4
LOGNAME=root
MAJORDOMO_CF=/usr/test/majordomo-1.94.4/majordomo.cf
PATH=/bin:/usr/bin:/usr/ucb
SHELL=/bin/sh
USER=root
--------------------- euid/egid checks ---------------------
effective user = (uid 123)
effective group = wheel disk adm sys dameon bit root (gid 45 10 6 4
3 2 1 0 )
---------------------- uid/gid checks ----------------------
real user = (uid 123)
real group = wheel disk adm sys dameon bit root (gid 45 10 6 4 3
2 1 0 )
I think it's highly unlikely that you're using the default
user id of 123 for majordomo. Lemme check...
Hah! I thought so! You've forgotten to use the right user id
in the Makefile. Make sure that W_USER and W_GROUP are set to
the correct values in the Makefile, and run
make install-wrapper
again.
*********************
I have changed the UID line over and over and it still kicks back this
message. Can someone please help me?