On 09/27/2013 08:55 AM, tuanhoanganh wrote:
I try install plpython on PostgreSQL 9.3, Ubuntu 12.04 64bit but it has error when CREATE EXTENSION plpython3u; 2013-09-27 22:09:26 ICT LOG: database system was shut down at 2013-09-27 22:09:20 ICT 2013-09-27 22:09:26 ICT LOG: database system is ready to accept connections 2013-09-27 22:09:26 ICT LOG: autovacuum launcher started Traceback (most recent call last): File "/usr/lib/python3.2/sysconfig.py", line 354, in _init_posix _parse_makefile(makefile, vars) File "/usr/lib/python3.2/sysconfig.py", line 240, in _parse_makefile with open(filename, errors="surrogateescape") as f: IOError: [Errno 2] No such file or directory: '/usr/lib/python3.2/config-3.2m/Makefile' During handling of the above exception, another exception occurred:
At a guess you do not have the python3.2 devel package installed. -- Adrian Klaver adrian.klaver@xxxxxxxxx -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general