Re: libpq problem
От | Greg Spiegelberg |
---|---|
Тема | Re: libpq problem |
Дата | |
Msg-id | 3F6F24C2.4040507@cranel.com обсуждение исходный текст |
Ответ на | steps to ensure referential integrity (Jodi Kanter <jkanter@virginia.edu>) |
Список | pgsql-admin |
Kris, There are a variety of answers for a variety of operating systems. On Linux add the PostgreSQL lib directory to /etc/ld.so.conf and run "ldconfig" as root or add the lib directory to your LD_LIBRARY_PATH environment variable. I prefer the 1st fix. On Solaris 8 or later run as root "crle -u -l /path/to/pgsql/lib" which is the same as the ldconfig option in Linux. Alternatively, use the same LD_LIBRARY_PATH solution as above which, by the way, this will work in HP-UX and AIX though using different environment variables LIBPATH and SHLIB_PATH, respectively. Greg Kris Kiger wrote: > I have written a variation of one of the libpq C functions provided with > postgres. It compiles just fine, but when I try to execute the program > it reports the following error: > > ./a.out: error while loading shared libraries: libpq.so.3: cannot open > shared object file: No such file or directory > > I have checked my system and the libpq.so.3 exists and all of its > dependancies are linked. Just curious if anyone has any ideas. Thanks > > Kris > > > ---------------------------(end of broadcast)--------------------------- > TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so that your > message can get through to the mailing list cleanly -- Greg Spiegelberg Sr. Product Development Engineer Cranel, Incorporated. Phone: 614.318.4314 Fax: 614.431.8388 Email: gspiegelberg@Cranel.com Cranel. Technology. Integrity. Focus.
В списке pgsql-admin по дате отправления: