| From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
|---|---|
| To: | Matthew Peter <survivedsushi(at)yahoo(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: pgfoundry |
| Date: | 2007-02-24 13:58:40 |
| Message-ID: | 20070224135840.GA23204@svana.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Sat, Feb 24, 2007 at 02:33:02AM -0800, Matthew Peter wrote:
> I was wondering if anyone new how to get this package to install for 8.2.3? When I try to install it I get:
> ERROR: incompatible library "/usr/lib/pgsql/uri.so": missing magic block
> HINT: Extension libraries are required to use the PG_MODULE_MAGIC macro.
>
> I read 8.2 now needs the MAGIC definition but C is rather foreign. Any help?
>
> http://www.postgresql.org/ftp/projects/pgFoundry/uri/
You just need to add the line:
PG_MODULE_MAGIC;
Somewhere in one to the files. That's it.
Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | ilias seperis | 2007-02-24 14:57:06 | FTI (not tsearch) ignores greek |
| Previous Message | Chad Wagner | 2007-02-24 12:25:08 | Re: pgfoundry |