Never mind I got it. It was the old LDFLAGS for vpopmail and mysqlclient
that I thought would be detected by the configure by now.
Thanks,
Scott
On Mon, 22 Jan 2001, Scott Ramshaw wrote:
> I have vpopmail 4.9.8, RedHat 7.0, when compiling qmailadmin 0.42 I get
> the following errors:
>
> [root@ns3 qmailadmin-0.42]# make
> make all-recursive
> make[1]: Entering directory `/home/scott/SOFTWARE/qmailadmin-0.42'
> make[2]: Entering directory `/home/scott/SOFTWARE/qmailadmin-0.42'
> 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 -lnsl -lm -lcrypt
> qmailadmin.o: In function `main':
> /home/scott/SOFTWARE/qmailadmin-0.42/qmailadmin.c:122: undefined reference
> to `vauth_getpw'
> /home/scott/SOFTWARE/qmailadmin-0.42/qmailadmin.c:125: undefined reference
> to `vget_assign'
> /home/scott/SOFTWARE/qmailadmin-0.42/qmailadmin.c:164: undefined reference
> to `vget_assign'
> /home/scott/SOFTWARE/qmailadmin-0.42/qmailadmin.c:194: undefined reference
> to `vget_assign'
> /home/scott/SOFTWARE/qmailadmin-0.42/qmailadmin.c:210: undefined reference
> to `vauth_user'
> /home/scott/SOFTWARE/qmailadmin-0.42/qmailadmin.c:229: undefined reference
> to `vget_assign'
>
> And many more similar errors. I also had trouble getting qmailadmin to
> find the vpopmail include files, I had to manually copy vpopmail.h,
> vpopmail_config.h, and vauth.h into the qmailadmin src directory from
> /home/vpopmail/include. I even tried adding --includedir=/home/vpopmail
> to ./configure but same problems.
>
> Anyone else have trouble compiling? Any advice please?
>
> Thanks,
> Scott
>
>