Add /usr/local/mysql/lib/mysql/ (or where it is on your box) to /etc/ld.so.conf and run ldconfig -v
Camilo Rostoker wrote: > > Hi. > I can't even get it to compile. There are no install instructions, so I > assumed I only needed to run 'make' on it, but that gives me the error: > > gcc -o vqregister main.o cgi.o template.o global.o misc.o config.o > register.o password.o vpopmail.o db.o field.o badhosts.o > -L/home/vpopmail/lib -lvpopmail -lcrypt -L/usr/local/mysql/lib/mysql > -lmysqlclient > /usr/bin/ld: cannot find -lmysqlclient > collect2: ld returned 1 exit status > make: *** [vqregister] Error 1 > > any ideas??? > > thanks a bunch! > camilo