| От | Joe Conway |
|---|---|
| Тема | Re: Dblink question |
| Дата | |
| Msg-id | 40ACD8CE.1020003@joeconway.com обсуждение исходный текст |
| Ответ на | Dblink question ("Sam Masiello" <smasiello@mxlogic.com>) |
| Список | pgsql-general |
Sam Masiello wrote: > After doing lots of reading it looks like dblink might be a great > solution for this. After trying to insert dblink.sql into the database, > I just get a series of errors: > > ERROR: stat failed on file '$libdir/dblink': No such file or directory This is not a dblink error per se, but rather a "dynamic library can't be found" error. At a shell prompt, run the following: pg_config --pkglibdir That should output the $libdir path (e.g. /usr/local/pgsql/lib). Now go look there for dblink.<dll-ext-for-yourOS> (e.g. dblink.so). If it isn't there, do a "make clean" and show us the output of make make install make installcheck Joe
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера