Iceman wrote:
>
> Hi,
>
> I saw on www.inter7.com that ~vpopmail/etc/ should contain two files :
> lib_deps and inc_deps. But on my system this directory is empty. And because
> of this (I think), I can't compile qmailadmin because during the process gcc
> can't find the librairies needed.
>
> So my question is, what do I have to put in this directory ?
>
> thanx a lot
>
> Iceman
Sounds like you have an older version of vpopmail
which didn't create those files.
For a mysql site you would need something like:
[kbo@gpl etc]$ more inc_deps
-I/home/vpopmail/include
[kbo@gpl etc]$ more lib_deps
-L/home/vpopmail/lib -lvpopmail -L/usr/lib/mysql -lmysqlclient -lz
Adjust the -L value to match your mysql settings.
If you are not using mysql remove the -L and -lmysqlclient -lz
Ken Jones