in reply to How-to install DBD-mysql
That should(???) get you past your 2nd error.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'
|
|---|