From: yh Date: June 2 2008 10:32pm Subject: loading shared library error List-Archive: http://lists.mysql.com/plusplus/7686 Message-Id: <20080602223201.GA7073@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Hi, I installed MySQL++ to a local directory, but could not run the example code. What was I missing? [mysql++-3.0.3]$ ./configure --prefix=/home/my/Install [mysql++-3.0.3]$ make [mysql++-3.0.3]$ make install [mysql++-3.0.3]$ ./simple1 ./simple1: error while loading shared libraries: libmysqlpp.so.3: cannot open shared object file: No such file or directory Thank you. Jim