From: Warren Young Date: September 27 2006 12:53am Subject: Re: Install issue on SLES-10 List-Archive: http://lists.mysql.com/plusplus/5974 Message-Id: <4519CB77.2070205@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Gary Anderson wrote: > The library was > actually installed in /usr/local/lib. Apparently it did not get on some > type of configuration list for the dynamic library loader. Matt's right: you almost certainly need to edit /etc/ld.so.conf to add /usr/local/bin, and then run ldconfig. If you don't want to edit ld.so.conf, then reconfigure MySQL++ so that it installs the library in one of the directories already named in ld.so.conf.