From: Lisa Kiczuk <lkiczuk@aura.title14.com> Mon, 24 Jun 1996 18:42:02 -0400 (EDT)
>
> First off, I am on a Linux 2.0.0 machine, using Majordomo 1.93 and
>perl v.5.001 and Sendmail. Here is my problem. When trying to send a
>
> I'd appreciate any input here. Here is the error message (one of
>them) that I keep getting.
>
>-----------------------------------------------------------
> ----- The following addresses had delivery problems -----
>"|/usr/local/mail/majordomo/wrapper majordomo" (unrecoverable error)
> (expanded from: <Majordomo@aura.title14.com>)
>
> ----- Transcript of session follows -----
>Message delivered to mailing list <Majordomo@aura.title14.com>
>Can't locate majordomo_version.pl in @INC at /usr/local/mail/majordomo/majordomo line 54.
>554 "|/usr/local/mail/majordomo/wrapper majordomo"... unknown mailer error 13
>-----------------------------------------------------------
>
>
The problem here is that majordomo does not know where to find majordomo_version.pl
@INC contains a number of include directories that a perl script uses to find
other perl scripts. At the beginning of the majordomo script, it adds your `homedir'
to this list. What it probably means is that your homedir is not correctly defined
in your majordomo.cf file.
Julian
|
|