Roman Serbski wrote:
>
> Hi all!
>
> I've installed qmailadmin and everything is OK except ezmlm-idx. I still
> receive Internal Server Error while trying to create mailist.
> I use FreeBSD 4.2 STABLE, qmail-1.03, vpopmail-4.9.10, qmailadmin-0.45,
> ezmlm-idx-0.40, ezmlm-0.53.
>
> My qmailadmin configuration is:
> ./configure \
> --enable-vpopmaildir=/home/vpopmail \
> --enable-htmldir=/usr/local/www/htdocs \
> --enable-cgibindir=/usr/local/www/cgi-bin \
> --enable-autoresponder-bin=/usr/local/bin/autorespond \
> --enable-ezmlmdir=/usr/local/bin \
> --enable-ezmlmidx=y
>
> Installation is OK, everything is operatable (I could login, add user,
> create alias, whatever) but I've been stuck with mailist adding...
>
> Here is my Apache log:
> [Mon May 7 11:42:06 2001] [error] Premature end of script headers:
> /usr/local/www/cgi-bin/qmailadmin
> ezmlm-make: illegal option -- 5
> ezmlm-make: usage: ezmlm-make [ -aApP ] dir dot local host
>
> I looked through mailist archive and I found that I should make some changes
> in mailinglist.c... but it was solution for old versions of qmailadmin...
> what about qmailadmin-0.45??? Any patches?
>
> Plz help me.
> Thank you very much!
>
> ----
> Ciao,
> Roman Serbski
> mailto:[EMAIL PROTECTED]
It sounds like qmailadmin thinks you have ezmlm-idx installed.
-5 is an idx option. The configure script looks for
ezmlm-moderate in the ezmlm dir (default is /usr/local/bin/ezmlm)
Ken Jones