Derek,
Try downloading the MySQL client development libraries for your distro.
On debian, the deb looks something _like_ "apt-get install
libmysqlclient15-dev" or "apt-get install mysql-dev".
I'm not sure if this will make a difference, but putting the MySQL
libraries in your path might help. From a former Cid email:
"
You don't have MySQL in your library path. Try updating /etc/ld.so.conf
with it.
$ man lfconfig (should give you all th necessary info)
maybe:
# echo /usr/local/mysql/lib/mysql >> /etc/ld.so.conf
# ldconfig
Hope it helps...
"
Matt
------------------------------------------
The contents of this message, together with any attachments, are
intended only for the use of the person(s) to which they are
addressed and may contain confidential and/or privileged
information. Further, any medical information herein is
confidential and protected by law. It is unlawful for unauthorized
persons to use, review, copy, disclose, or disseminate confidential
medical information. If you are not the intended recipient,
immediately advise the sender and delete this message and any
attachments. Any distribution, or copying of this message, or any
attachment, is prohibited.