I am trying to compile and when I run make I get the following errors. Also here is the configure line ./configure --enable-vpopuser=vpopmail --enable-cgibindir=/apache/cgi-bin --enable-htmldir=/usr/local/share --enable-vpopmaildir=/home/vpopmail
qmailadmin-0.45]# make make all-recursive make[1]: Entering directory `/installers/qmailadmin-0.45' make[2]: Entering directory `/installers/qmailadmin-0.45' gcc -I. -I/home/vpopmail/include -g -O2 -c qmailadmin.c qmailadmin.c: In function `main': qmailadmin.c:122: warning: assignment from incompatible pointer type qmailadmin.c:206: warning: assignment from incompatible pointer type gcc -I. -I/home/vpopmail/include -g -O2 -c alias.c alias.c: In function `show_redirect_lines': alias.c:295: warning: assignment from incompatible pointer type alias.c: In function `doredirect': alias.c:326: warning: assignment from incompatible pointer type alias.c: In function `moddotqmailnow': alias.c:409: warning: assignment from incompatible pointer type alias.c: In function `adddotqmailnow': alias.c:501: warning: assignment from incompatible pointer type alias.c: In function `delredirectnow': alias.c:582: warning: assignment from incompatible pointer type gcc -I. -I/home/vpopmail/include -g -O2 -c autorespond.c gcc -I. -I/home/vpopmail/include -g -O2 -c forward.c gcc -I. -I/home/vpopmail/include -g -O2 -c mailinglist.c gcc -I. -I/home/vpopmail/include -g -O2 -c sysadmin.c gcc -I. -I/home/vpopmail/include -g -O2 -c user.c user.c: In function `show_user_lines': user.c:87: warning: assignment from incompatible pointer type user.c:94: warning: assignment from incompatible pointer type user.c:125: warning: assignment from incompatible pointer type user.c:130: warning: assignment from incompatible pointer type user.c:175: warning: assignment from incompatible pointer type user.c: In function `modusergo': user.c:381: warning: assignment from incompatible pointer type user.c:383: warning: passing arg 1 of `vauth_setpw' from incompatible pointer type user.c: In function `count_users': user.c:542: warning: assignment from incompatible pointer type user.c:545: warning: assignment from incompatible pointer type gcc -I. -I/home/vpopmail/include -g -O2 -c util.c gcc -I. -I/home/vpopmail/include -g -O2 -c auth.c gcc -I. -I/home/vpopmail/include -g -O2 -c template.c template.c: In function `send_template': template.c:338: warning: assignment from incompatible pointer type template.c:342: warning: assignment from incompatible pointer type gcc -I. -I/home/vpopmail/include -g -O2 -c command.c command.c: In function `setdefaultaccount': command.c:209: warning: assignment from incompatible pointer type gcc -I. -I/home/vpopmail/include -g -O2 -c show.c gcc -I. -I/home/vpopmail/include -g -O2 -c cgi.c gcc -I. -I/home/vpopmail/include -g -O2 -c limits.c gcc -I. -I/home/vpopmail/include -g -O2 -c dotqmail.c gcc -g -O2 -o qmailadmin qmailadmin.o alias.o autorespond.o forward.o mailinglist.o sysadmin.o user.o util.o auth.o template.o command.o show.o cgi.o limits.o dotqmail.o -L/home/vpopmail/lib -lvpopmail -lnsl -lm -lcrypt alias.o: In function `show_redirect_lines': /installers/qmailadmin-0.45/alias.c:301: undefined reference to `slen' /installers/qmailadmin-0.45/alias.c:303: undefined reference to `scopy' /installers/qmailadmin-0.45/alias.c:304: undefined reference to `scat' alias.o: In function `doredirect': /installers/qmailadmin-0.45/alias.c:333: undefined reference to `slen' /installers/qmailadmin-0.45/alias.c:335: undefined reference to `scopy' /installers/qmailadmin-0.45/alias.c:336: undefined reference to `scat' alias.o: In function `delredirectnow': /installers/qmailadmin-0.45/alias.c:587: undefined reference to `slen' /installers/qmailadmin-0.45/alias.c:589: undefined reference to `scopy' /installers/qmailadmin-0.45/alias.c:590: undefined reference to `scat' mailinglist.o: In function `delmailinglistnow': /installers/qmailadmin-0.45/mailinglist.c:277: undefined reference to `slen' collect2: ld returned 1 exit status make[2]: *** [qmailadmin] Error 1 make[2]: Leaving directory `/installers/qmailadmin-0.45' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/installers/qmailadmin-0.45' make: *** [all-recursive-am] Error 2 ========================================================== Mike Jimenez System Administrator Visual Perspectives Internet, Inc. (VPI.Net) Tel: (949) 595-8622 -- Fax: (949) 595-8629 http://www.vpi.net ==========================================================
