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]


Reply via email to