make sure that you have mysql library path in /etc/ld.so.conf and run ldconfig to recompile the (I think its a hash) file
> When I run the MAKE it gets to this line: > > 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 -L/var/vpopmail/lib -lvpopmail -L/usr/lib/mysql > -lmysqlclient -lz -lnsl -lm -lcrypt > > then I get: > > /usr/bin/ld: cannot find -lmysqlclient > collect2: ld returned 1 exit status > make[2]: *** [qmailadmin] Error 1 > > > I am not sure what the error means or how to go about fixing it. > > Thank you for your help! > > -Matt
