Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: pgfoundry


  • 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: Sat, 24 Feb 2007 14:58:40 +0100
  • Message-id: <20070224135840(dot)GA23204(at)svana(dot)org>

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.

Attachment: signature.asc
Description: Digital signature



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group