| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Timothy DeWees | Date: | September 3 2004 5:18pm |
| Subject: | Runtime errors after successful build | ||
| View as plain text | |||
Hello all, I am getting the following error when I try to run my program: "error while loading shared libraries: libmysqlpp.so.1: cannot open shared object file: No such file or directory" Here is my build line: g++ -g -o indecomm_admin indecomm_admin.cpp -I /usr/local/include -I /usr/local/mysql/include -L /usr/local/mysql/lib -L /usr/local/lib -lmysqlpp -lmysqlclient I have the "libmysqlpp.so.1" file in /use/local/lib Does anyone have any suggestions?
| Thread | ||
|---|---|---|
| • Runtime errors after successful build | Timothy DeWees | 3 Sep |
| • Re: Runtime errors after successful build | Warren Young | 7 Sep |
