Hi folks, I am trying to install a qmail + mysql + vpopmail + qmailadmin mail box to a Mandrake 9.1. I installed qmail, mysql and vpopmail with no problem but I can not install qmailadmin 1.0.15. I configured qmailadmin with ---------------------------------- ./configure --enable-cgibindir=/var/www/cgi-bin/ --enable-htmldir=/var/www/html --enable-autoresponder-bin=/usr/local/bin --enable-ezmlmidx=y --enable-maxusersperpage=12 --enable-maxaliasesperpage=12 --enable-no-cache=y --enable-help=y ---------------------------------- options with no problem. When I try to make command I receive a lot of error given below
*********************************************************************** gcc -g -O2 -o qmailadmin qmailadmin.o alias.o autorespond.o forward.o mailinglist.o user.o util.o auth.o template.o command.o show.o cgi.o limits.o dotqmail.o -lnsl -lm -lcrypt qmailadmin.o(.text+0x175): In function `main': /var/src/qmailadmin-1.0.15/qmailadmin.c:207: undefined reference to `vget_assign' qmailadmin.o(.text+0x198):/var/src/qmailadmin-1.0.15/qmailadmin.c:248: undefined reference to `vclose' qmailadmin.o(.text+0x1cb):/var/src/qmailadmin-1.0.15/qmailadmin.c:218: undefined reference to `vauth_user' qmailadmin.o(.text+0x26c):/var/src/qmailadmin-1.0.15/qmailadmin.c:239: undefined reference to `vget_assign' qmailadmin.o(.text+0x290):/var/src/qmailadmin-1.0.15/qmailadmin.c:242: undefined reference to `vclose' qmailadmin.o(.text+0x463):/var/src/qmailadmin-1.0.15/qmailadmin.c:177: undefined reference to `vget_assign' qmailadmin.o(.text+0x4bf):/var/src/qmailadmin-1.0.15/qmailadmin.c:182: undefined reference to `vclose' qmailadmin.o(.text+0x5dc):/var/src/qmailadmin-1.0.15/qmailadmin.c:135: undefined reference to `vauth_getpw' qmailadmin.o(.text+0x5fe):/var/src/qmailadmin-1.0.15/qmailadmin.c:138: undefined reference to `vget_assign' . . . *********************************************************************** I dont know what is the problem. I searched in qmailadmin mail archive but could not find any error like me. any idea is welcome :-) thx for your helps, Y.C
