Hello list, I hope someone can help me out here... I've been trying for
close to 20 hours to get SQWEBMAIL installed! Here's what I'm seeing. I'll
follow up with my OS, comp., etc. specs...
excerpt from output of make.... edited to show ending where errors
occurred...
rm -f libauth-authpam.a
ar cru libauth-authpam.a authpam.o preauthpam.o authpwd.o
ranlib libauth-authpam.a
echo '#include "~vpopmail/include/config.h"' >vpopmail_config.h
gcc -DHAVE_CONFIG_H -I. -I. -I. -I~vpopmail/include -g -O2 -Wall -I.. -I
./.. -c authvchkpw.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I~vpopmail/include -g -O2 -Wall -I.. -I
./.. -c authvchkpwlib.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I~vpopmail/include -g -O2 -Wall -I.. -I
./.. -c preauthvchkpw.c
preauthvchkpw.c:19: vpopmail.h: No such file or directory
preauthvchkpw.c:20: vauth.h: No such file or directory
In file included from preauthvchkpw.c:21:
vpopmail_config.h:1: ~vpopmail/include/config.h: No such file or directory
make: *** [preauthvchkpw.o] Error 1
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
developer:~/devel/qmail/sqwebmail-1.0 173%
I've DL'd the current 1.0 version, and moved the new preauthvchkpw.c file
into the ./authlib/ dir and attempted the make. That was the result.
Here's my configure:
./configure --with-cachedir \
--with-cacheowner=vpopmail \
--enable-webpass=vpopmail \
--with-authvchkpw \
--without-authldap
Here's my GCC:
developer:~/devel/qmail/sqwebmail-1.0 177% gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.8.1/specs
gcc version 2.8.1
GNU MAKE Version 3.78.1
Solaris 7 on Ultra 1
-------------------------
I was curious about this part of the crash:
preauthvchkpw.c:19: vpopmail.h: No such file or directory
preauthvchkpw.c:20: vauth.h: No such file or directory
In file included from preauthvchkpw.c:21:
So I copied the two (missing) files from my vpopmail-4.9.5 dir into the
./sqwebmail-1.0/authlib dir and this got rid of these two errors during
make. But it failed farther along anyway.
I hope this is enough information to get some ideas kicking around. If not,
let me know what more I can supply and I will! Thanks very much.
Chris Bunnell