Re: C function extending postgres - Mailing list pgsql-sql

From Jonathan Daugherty
Subject Re: C function extending postgres
Date
Msg-id 20050322002113.GH8156@vulcan.cprogrammer.org
Whole thread Raw
In response to C function extending postgres  (Theo Galanakis <Theo.Galanakis@lonelyplanet.com.au>)
List pgsql-sql
#     ERROR:  could not load library "/usr/lib/pgsql/processinfo.so":
# /usr/lib/pgsql/processinfo.so: undefined symbol: proc_cpu_idle

My guess that you're not linking against the library that containts
'proc_cpu_idle' when you build your .so.  What's the build platform?

--  Jonathan Daugherty Command Prompt, Inc. - http://www.commandprompt.com/ PostgreSQL Replication & Support Services,
(503)667-4564
 


pgsql-sql by date:

Previous
From: Theo Galanakis
Date:
Subject: C function extending postgres
Next
From: PFC
Date:
Subject: Re: "Flattening" query result into columns