Re: C function extending postgres

From: Jonathan Daugherty <cygnus(at)cprogrammer(dot)org>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: C function extending postgres
Date: 2005-03-22 00:21:13
Message-ID: 20050322002113.GH8156@vulcan.cprogrammer.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message PFC 2005-03-22 00:35:15 Re: "Flattening" query result into columns
Previous Message Sean Davis 2005-03-21 23:27:41 Re: "Flattening" query result into columns