From: Warren Young Date: September 26 2005 5:26pm Subject: Re: Linking error after libstdc++ update List-Archive: http://lists.mysql.com/plusplus/4972 Message-Id: <43382F40.4040505@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Ville Matilainen wrote: > it says it can't find the mysqlpp library! You probably installed it in a directory your dynamic linker cannot find. On Linux, for instance, you may have to edit /etc/ld.so.conf and re-run ldconfig to get it working.