| From: | elein(at)varlena(dot)com (elein) |
|---|---|
| To: | "pgsql-interfaces(at)postgresql(dot)org" <pgsql-interfaces(at)postgresql(dot)org> |
| Cc: | elein <elein(at)varlena(dot)com> |
| Subject: | plpythonu.so |
| Date: | 2005-02-02 03:46:22 |
| Message-ID: | 20050202034622.GA1898@varlena.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces |
On two different machines I've built pg 7.4 --with-plpython.
When I createlang plpythonu db I get this error:
createlang: language installation failed: ERROR: could not load library "/usr/local/pgsql/lib/plpython.so": /usr/local/pgsql/lib/plpython.so: undefined symbol: PyDict_Copy
PyDict_Copy is a python standard call since forever.
nm shows it is not defined.
nm also shows some glib.c functions not defined.
build --with-plpythonu and createlang works fine on some other machines.
What is the problem here? Some python module I'm missing?
Help!
--elein
elein(at)varlena(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2005-02-03 06:53:48 | Re: [ODBC] odbc.sql? |
| Previous Message | Palle Girgensohn | 2005-02-01 23:10:04 | odbc.sql? |