Re: 7.0.0 idx installation note and query about an error message.

"John M. Crawford" <[email protected]> Sun, 07 Sep 2008 18:17:22 -0400
Newsgroups gmane.mail.ezmlm
Message-ID <[email protected]>
At 12:56 PM 9/4/2008, Bruce Guenter wrote:
>On Fri, Aug 29, 2008 at 05:50:43PM -0400, John M. Crawford wrote:
> >  I'm creating a test server for ezmlm-idx 7.0.0
> > and importing lists and configuration files from
> > a 4.0 idx server.
> >
> > As feedback for the install, my ./ezmlm-test failed with
> > ezmlm-archive:        OK
> > ezmlm-dispatch:       OK
> > dispatch editor:      ezmlm-make: fatal: unable to stat
> > /usr/local/src/ezmlm-idx-7.0.0/lang/default: file does not exist
> > envelope for post1 has wrong sender
> >
> > so I did
> >
> >  ln -s /usr/local/src/ezmlm-idx-7.0.0/lang/en_US
> > /usr/local/src/ezmlm-idx-7.0.0/lang/default
>
>The proper step is to just
>
>         ln -s en_US /usr/local/src/ezmlm-idx-7.0.0/lang/default
>
> > and it tested fine the next time. Maybe there's am
> > improvement for the installation instructions possible
>
>Running 'make setup' as described in step 8 should have installed that
>symlink.  Did you run 'make setup'?


Hi Bruce,

Thanks for your response.

I did run "make setup".
But "make setup" is in step 8, and makes the link in the conf-etc
directory. The ezmlm-test is run in step 6, from the build directory,
and doesn't reference the link location from "make setup".
./ezmlm-test requires ln -s en_US <build-directory>/lang/default

Maybe I have something else wrong, but that link is apparently
not defined for me at step 6 test time unless I set it myself.

Thanks,
John