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.

2. Apparently you've installed MySQL from source. Reconfigure it to install the library file in /usr/lib, if that's what you want. Say "./configure --help" and read.

3. The ProFTPD configure script may have flags you can pass to tell it where MySQL is. If not, you should send them a patch to add it.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to