C Cannot find -lmysqlclient

Not much of a programmer but on FreeBSD you typically need to add -I/usr/local/include and -L/usr/local/lib because the compiler/linker doesn't check those directories. Ports/packages always use the /usr/local/ prefix.
 
Back
Top