Thank you one and all for the FANTASTIC responce. I went ahead and
implemented the seperate directory for Perl. making the necessary
adjustments to the Majordomo scripts and its assocated files.
#!/export/home2/tools/bin/perl
Using this method I can Subscribe, Unsubscribe etc ...However, when I send a
note to the list I receive:
----- Transcript of session follows -----
parse error in file - at line 1, next 2 tokens "From swayland"
parse error in file - at line 4, next 2 tokens "12 Jan"
Execution of - aborted due to compilation errors.
554 "|/export/local1/majordom/bin/wrapper resend -l sample -h firstfloor.com
-s sample-outgoing"... unknown mailer error 255
--------------------
I have managed to trace the actual cause of this error to the mis-handling
of the '-U' option not being passed into Perl correctly from within
'resend'. This means that the line #!/export/home2/tools/bin/perl -U is
failing. Now, If I perform this task manually (by hand), as is:
wrapper perl -U resend -l sample -h firstfloor.com -s sample-outgoing
***Note that I commented out the #!/path/perl -U in resend with ##!.***
I can pass notes into the list and resend will distribute them without so
much as a wimper.
I have also noticed that resend is the only script that requires the '-U'.
Should I have added the localtion of Perl to the majordomo path or something ?
Thank you,
Scott
|
|