| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Jerry LeVan <jerry(dot)levan(at)gmail(dot)com> |
| Cc: | "pgsql-general(at)postgresql(dot)org general" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Fedora 13 killed dblink this week... |
| Date: | 2010-07-17 15:04:22 |
| Message-ID: | 8547.1279379062@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Jerry LeVan <jerry(dot)levan(at)gmail(dot)com> writes:
> I think that something bad has happened to Fedora 13 this week.
> This morning when I tried the following:
> select dblink_connect('host=mbp user=levan dbname=levan password=xxxxxx')
> I got the following error:
> Error: could not load library "/usr/lib/pgsql/dblink.so": /usr/lib/libldap_r-2.4.so.2: undefined symbol: ber_sockbuf_io_udp
> The above worked ok last week...
Works for me, too, using the standard Fedora postgresql RPMs.
Theory 1: there's something wrong with the PGDG RPMs.
Theory 2: this week's F-13 update to openldap misfired on your box.
(If so, forcibly removing and reinstalling openldap might fix it.)
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-07-17 15:12:12 | Re: Fedora 13 killed dblink this week... |
| Previous Message | Tom Lane | 2010-07-17 14:36:01 | Re: pg_dump and --inserts / --column-inserts |