Scott Ramshaw wrote:
>
> Hello all,
>
> I am still awaiting anyone's response on how to limit qmailadmin
> to ezmlm (without idx) support. When I go to add a mailing list on
> 0.35 and 0.36 it has all these idx options I don't want, I'd like the
> basic ezmlm functionality in my previous 0.26h.
That code and html has to be reviewed.
>
> Now the new one, if I login as a user (not postmaster) and click on
> show redirect, that works. Then if I do to type in an email into the
> text field to "add/replace redirect email", then I get an internal
> service error with my apache log simply stating the classic "Premature
> End of Script Headers".
>
Hmm. I don't get that.
> I tested this on two systems with 0.35 and 0.36, has anyone else
> experienced this problem? Any insight appreciated.
>
> Also 0.36 still doesn't find my mysql unless I manually edit the
> Makefile (FreeBSD 4.0). Someone on the mailing list pointed out what
> to add, can we get this included into the configure?
>
> In the Makefile add "-L/usr/local/mysql/lib/mysql -lmysqlclient" to
> the COMMONLDADD line to make it look like so:
>
> COMMONLDADD = -L/home/vpopmail/lib -lvpopmail
> -L/usr/local/mysql/lib/mysql -lmysqlclient
As of now, that's the only way to do it.
>
> I never had to do this before vpopmail 4x so I assume something has
> changed in the config script.
The old version of vpopmail would extract all the mysql object
files from the mysqlclient library and archive them into
the vpopmail library. Made it alot easier to compile other
programs which use vpopmail library. But sucks for alot
of other reasons.
I'm still trying to figure out a nice clean way to inform
other packages of what libraries are needed. I figure we
could write out the -I and -L lines into a file in
/home/vpopmail/etc/something. But I'm not sure how to
get a configure script or a Makefile.am to pull that
information in.
Ken Jones