From: Warren Young Date: August 11 2005 5:35pm Subject: Re: errors making examples List-Archive: http://lists.mysql.com/plusplus/4730 Message-Id: <42FB8C6E.9070004@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit ZeeGeek wrote: > > g++ resetdb.o util.o -o resetdb -lmysqlpp -lmysqlclient > /usr/bin/ld: warning: libstdc++.so.6, needed by > /usr/lib/gcc-lib/i486-linux/3.3.5/../../../libmysqlpp.so, not found Looks like you may be using a pre-built binary version of MySQL++? If so, rebuild the RPM using the SRPM for your system. If not, what version of MySQL++ are you using, and what are the details of the system you're trying to build it on?