From: Warren Young Date: May 7 2008 7:05pm Subject: Re: Regarding FAQ, Install-notes and more... (ref. not OK) List-Archive: http://lists.mysql.com/plusplus/7629 Message-Id: <4821FD91.1090003@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Richard K. Szabo wrote: > # Restart the machine Not necessary. The only thing that requires a restart on a Linux box is a kernel upgrade or a hardware crash. > Will not work... Works here. You're probably not linking to libmysqlpp. The command line to build the program you sent, if you call it foo.cpp is: g++ foo.cpp -o foo -lmysqlpp