|
Hi!
I seem to be having problems
compiling version 0.42 of qmailadmin, strange because i didnt have any problemas
with 0.32.
[root@xubenco ~/qmailadmin-0.42]# ./configure
--enable-htmldir=/var/www --enable-cgibindir=/usr/lib/cgi-bin
creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... missing checking host system type... i686-unknown-linux checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for ranlib... ranlib checking for POSIXized ISC... no checking how to run the C preprocessor... gcc -E checking for AIX... no checking for crypt in -lcrypt... yes checking for crypt in -lshadow... no checking for floor in -lm... yes 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 checking for opendir in -ldir... no checking for ANSI C header files... yes checking for unistd.h... yes checking for working const... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for getcwd... yes checking for mkdir... yes checking for strdup... yes checking for strstr... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h
[root@xubenco ~/qmailadmin-0.42]# Everything OK so far... and now start the
errors:
[root@xubenco ~/qmailadmin-0.42]#
make
make all-recursive make[1]: Entering directory `/root/qmailadmin-0.42' make[2]: Entering directory `/root/qmailadmin-0.42' gcc -I. -g -O2 -c qmailadmin.c gcc -I. -g -O2 -c alias.c gcc -I. -g -O2 -c autorespond.c gcc -I. -g -O2 -c forward.c gcc -I. -g -O2 -c mailinglist.c gcc -I. -g -O2 -c sysadmin.c gcc -I. -g -O2 -c user.c gcc -I. -g -O2 -c util.c gcc -I. -g -O2 -c auth.c gcc -I. -g -O2 -c template.c gcc -I. -g -O2 -c command.c gcc -I. -g -O2 -c show.c gcc -I. -g -O2 -c cgi.c gcc -I. -g -O2 -c limits.c gcc -I. -g -O2 -c dotqmail.c gcc -g -O2 -o qmailadmin qmailadmin.o alias.o autorespond.o forward.o mailing list.o sysadmin.o user.o util.o auth.o template.o command.o show.o cgi.o limits. o dotqmail.o -lnsl -lm -lcrypt qmailadmin.o: In function `main': /root/qmailadmin-0.42/qmailadmin.c:122: undefined reference to `vauth_getpw' /root/qmailadmin-0.42/qmailadmin.c:125: undefined reference to `vget_assign' /root/qmailadmin-0.42/qmailadmin.c:164: undefined reference to `vget_assign' /root/qmailadmin-0.42/qmailadmin.c:194: undefined reference to `vget_assign' /root/qmailadmin-0.42/qmailadmin.c:210: undefined reference to `vauth_user' /root/qmailadmin-0.42/qmailadmin.c:229: undefined reference to `vget_assign' alias.o: In function `show_redirect_lines': /root/qmailadmin-0.42/alias.c:295: undefined reference to `vauth_getpw' /root/qmailadmin-0.42/alias.c:301: undefined reference to `slen' /root/qmailadmin-0.42/alias.c:303: undefined reference to `scopy' /root/qmailadmin-0.42/alias.c:304: undefined reference to `scat' alias.o: In function `doredirect': /root/qmailadmin-0.42/alias.c:326: undefined reference to `vauth_getpw' /root/qmailadmin-0.42/alias.c:333: undefined reference to `slen' /root/qmailadmin-0.42/alias.c:335: undefined reference to `scopy' /root/qmailadmin-0.42/alias.c:336: undefined reference to `scat' alias.o: In function `moddotqmailnow': /root/qmailadmin-0.42/alias.c:404: undefined reference to `vauth_getpw' /root/qmailadmin-0.42/alias.c:409: undefined reference to `vauth_getpw' alias.o: In function `adddotqmailnow': /root/qmailadmin-0.42/alias.c:476: undefined reference to `vauth_getpw' /root/qmailadmin-0.42/alias.c:501: undefined reference to `vauth_getpw' alias.o: In function `delredirectnow': /root/qmailadmin-0.42/alias.c:582: undefined reference to `vauth_getpw' /root/qmailadmin-0.42/alias.c:587: undefined reference to `slen' /root/qmailadmin-0.42/alias.c:589: undefined reference to `scopy' /root/qmailadmin-0.42/alias.c:590: undefined reference to `scat' autorespond.o: In function `delautorespondnow': /root/qmailadmin-0.42/autorespond.c:236: undefined reference to `vdelfiles' mailinglist.o: In function `delmailinglistnow': /root/qmailadmin-0.42/mailinglist.c:277: undefined reference to `slen' /root/qmailadmin-0.42/mailinglist.c:287: undefined reference to `vdelfiles' mailinglist.o: In function `showlistusers': /root/qmailadmin-0.42/mailinglist.c:439: undefined reference to `lowerit' mailinglist.o: In function `showlistmod': /root/qmailadmin-0.42/mailinglist.c:484: undefined reference to `lowerit' mailinglist.o: In function `addlistusernow': /root/qmailadmin-0.42/mailinglist.c:539: undefined reference to `lowerit' mailinglist.o: In function `addlistmodnow': /root/qmailadmin-0.42/mailinglist.c:573: undefined reference to `lowerit' mailinglist.o: In function `dellistusernow': /root/qmailadmin-0.42/mailinglist.c:676: undefined reference to `lowerit' mailinglist.o:/root/qmailadmin-0.42/mailinglist.c:706: more undefined references to `lowerit' follow user.o: In function `show_user_lines': /root/qmailadmin-0.42/user.c:87: undefined reference to `vauth_getall' /root/qmailadmin-0.42/user.c:94: undefined reference to `vauth_getall' /root/qmailadmin-0.42/user.c:125: undefined reference to `vauth_getall' /root/qmailadmin-0.42/user.c:130: undefined reference to `vauth_getall' /root/qmailadmin-0.42/user.c:175: undefined reference to `vauth_getall' user.o: In function `addusernow': /root/qmailadmin-0.42/user.c:332: undefined reference to `vadduser' user.o: In function `modusergo': /root/qmailadmin-0.42/user.c:378: undefined reference to `vpasswd' /root/qmailadmin-0.42/user.c:381: undefined reference to `vauth_getpw' /root/qmailadmin-0.42/user.c:383: undefined reference to `vauth_setpw' user.o: In function `delusergo': /root/qmailadmin-0.42/user.c:493: undefined reference to `vdeluser' user.o: In function `count_users': /root/qmailadmin-0.42/user.c:545: undefined reference to `vauth_getall' util.o: In function `check_email_addr': /root/qmailadmin-0.42/util.c:90: undefined reference to `lowerit' util.o: In function `fixup_local_name': /root/qmailadmin-0.42/util.c:123: undefined reference to `lowerit' template.o: In function `send_template': /root/qmailadmin-0.42/template.c:338: undefined reference to `vauth_getall' /root/qmailadmin-0.42/template.c:342: undefined reference to `vauth_getall' command.o: In function `setdefaultaccount': /root/qmailadmin-0.42/command.c:209: undefined reference to `vauth_getpw' collect2: ld returned 1 exit status make[2]: *** [qmailadmin] Error 1 make[2]: Leaving directory `/root/qmailadmin-0.42' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/qmailadmin-0.42' make: *** [all-recursive-am] Error 2 [root@xubenco ~/qmailadmin-0.42]# Does anyone know hoe�w to fix this
please??
Thanks in advanced.
J.
|
- RE: Compiling Problemas on v0.42 Joel Serrano
- RE: Compiling Problemas on v0.42 Marcus Williams
- Re: Compiling Problemas on v0.42 Joel Serrano
- RE: Compiling Problemas on v0.42 Marcus Williams
