Re: make setup: unable to read ezmlm-mktab-mysql

Lars Kruse <[email protected]> Thu, 12 Jul 2007 00:11:52 +0200
Newsgroups gmane.mail.ezmlm
Message-ID <20070712001152.7edb277e@erker>
Hi,

> > The problem seems to be caused by the following two lines in "BIN":
> >  c:::755:/:ezmlm-mktab-mysql:
> >  c:::755:/:ezmlm-mktab-pgsql:
> 
> Those two files are necessary for setting up new lists with MySQL and
> PostgreSQL subscriber databases, respectively.  I guess there is 3 ways
> dealing with these:
> 
> 1. Unconditionally build and install them, since they are simply shell
> scripts with no other build dependancies.
thus all installations (with and without mysql/pgsql) would be the same?


> 2. Modify the "make mysql" or "make pgsql" build targets to add those
> lines to BIN as needed.
sounds ok, but maybe a little bit fragile?


> 3. Modify the installer to install those files only if they were built.
for me, this feels like the best solution.
But I did not take a closer look at the installer, so I cannot oversee the
resulting complications ...

regards,
Lars