Tim Hunter wrote:
>
> I assume you mean the latest pre release of qmailadmin 0.40.
> Chances are you have to upgrade your vpopmail version.
>
> -----Original Message-----
> From: Dean Mumby [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 15, 2000 11:01 AM
> To: qmailadmin
> Subject: Error installing qmailadmin-0.4
>
> Hi all
> hopefully someone can help me
>
> I get this error when I try "make" qmailadmin-0.4
>
> I have qmail & vpopmail, ezmlm,autorespond all installed.
>
> ----snip---
> make[1]: Entering directory `/home/esa/src/qmailadmin-0.40'
> make[2]: Entering directory `/home/esa/src/qmailadmin-0.40'
> gcc -I. -g -O2 -c qmailadmin.c
> qmailadmin.c:30:22: vpopmail.h: No such file or directory
> qmailadmin.c:31:19: vauth.h: No such file or directory
Those errors are because you don't have the latest
development version of vpopmail-4.9.7. Just download
what's available on the web site.
This error is part of a new feature added to vpopmail and
qmailadmin, and hopefully sqwebmail and courier-imap in
the future.
Specifically, the list of include directories, library
directories and libraries that are needed to install
vpopmail, are saved in two files under ~vpopmail/etc,
inc_deps and inc_libs
These two files can be used by other programs to automatically
figure out the additional -I -L -l options to use.
The idea is, no matter if you configure vpopmail to use the
default cdb module, or mysql (or oracle, sybase, ldap in the future),
you can just go to the inc_deps inc_libs files in ~vpopmail/etc
to get all the info you need to compile and link your application.
Ken Jones