| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | December 9 2004 6:30am |
| Subject: | Re: Problem while linking a C++ program: part 2 | ||
| View as plain text | |||
Mysql Plusplus wrote: > ./a.out: error while loading shared libraries: libmysqlpp.so.3: > cannot open shared object file: No such file or directory Either you did not install MySQL++, or you installed it in a directory not seen by your dynamic linker. On Linux, check that the directory libmysqlpp.so* is in is listed in /etc/ld.so.conf. If it isn't add it, and run ldconfig. All of this as root.
| Thread | ||
|---|---|---|
| • Problem while linking a C++ program: part 2 | Mysql Plusplus | 9 Dec |
| • Re: Problem while linking a C++ program: part 2 | Warren Young | 9 Dec |
