Hi
In the ./configure of vpopmail itself gives me the same error.
So im adding them by hand.
I would like to use mysql. What else would i have to add???
Thanks!!
J.
----- Original Message -----
From: "Marcus Williams" <[EMAIL PROTECTED]>
To: "Joel Serrano" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, March 29, 2001 11:51 AM
Subject: RE: Compiling Problemas on v0.42
> The missing inc_deps and lib_deps files are where your problem is -
inc_deps
> and lib_deps are supposed to be set up by the configure process of
vpopmail.
> They havnt been so the include and library paths of vpopmail havnt been
> added to qmailadmin's compile time flags.
>
> You can add them by hand by editing the qmailadmin Makefile or you can
type
> something like
>
> echo "-I/var/lib/vpopmail/include" > /var/lib/vpopmail/etc/inc_deps
>
> echo "-L/var/lib/vpopmail/lib -lvpopmail" > /var/lib/vpopmail/etc/lib_deps
>
> at a command prompt. Note this wont work for you if you're using mysql
> (you'll have to add the includes and libraries for that as well). Note
also
> this assumes your vpopmail installation has its includes at
> /var/lib/vpopmail/include and its library (libvpopmail) in
> /var/lib/vpopmail/lib.
>
> Hope it helps
>
> Marcus
>
> -----Original Message-----
> From: Joel Serrano [mailto:[EMAIL PROTECTED]]
> Sent: 29 March 2001 09:23
> To: [EMAIL PROTECTED]
> Subject: Compiling Problemas on v0.42
>
> [snip]
> checking for gethostbyaddr in -lnsl... yes
> checking for getsockname in -lsocket... no
> cat: /var/lib/vpopmail/etc/inc_deps: No such file or directory
> cat: /var/lib/vpopmail/etc/lib_deps: No such file or directory
> checking for ezmlm-idx... yes
> checking for dirent.h that defines DIR... yes
> [snip]
>
>
>