1. do 'locate libmysqlclient' - on Red Hat, this lists some files and links under the /usr/lib/mysql directory. Whatever directory gets listed there will be used in the next step. 2. edit /etc/ld.so.conf - add '/usr/lib/mysql' to that file 3. run 'ldconfig'