RE: Using MySQL libraries for a client app

2005-08-19 Thread Steven Altsman
Argh.. I'm stupid. http://64.233.161.104/search?q=cache:hzZrZNEtu6wJ:jim.3tchina.com/tech/ftp/0 40607_pureftpd_mysql.php+%22Your+MySQL+client+libraries+aren%27t+properly+in stalled%22hl=en%20target=nw cp /usr/local/mysql/lib/mysql/* /usr/lib Please disregard. 3 For China :D -Original

Re: Using MySQL libraries for a client app

2005-08-19 Thread Warren Young
Steven Altsman wrote: checking whether mysql clients can run... no configure: error: Your MySQL client libraries aren't properly installed Read through config.log to see what test was tried, and how it failed. I've looked at the PureFTP archives and they aren't particularly helpful I take

Re: Using MySQL libraries for a client app

2005-08-19 Thread Warren Young
Steven Altsman wrote: cp /usr/local/mysql/lib/mysql/* /usr/lib No no no! There are several better options: 1. Add /usr/local/mysql/lib/mysql to your system's dynamic loader configuration. On Linux, for instance, this is /etc/ld.so.conf; you need to run ldconfig after changing that file.