错误:无法访问文件“$libdir/plpython2”:没有此文件或目录

错误:无法访问文件“$libdir/plpython2”:没有此文件或目录

我正在运行 postgresql 9.4("PostgreSQL 9.4.4 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.1.2 20070626 (Red Hat 4.1.2-14), 64-bit" )

当我尝试在 postgres SQL 中创建语言时:

create language plpythonu;

然后出现以下错误:

错误:无法访问文件“$libdir/plpython2”:没有此文件或目录 SQL 状态:58P01

我尝试了这个命令:

sudo apt-get install postgresql-contrib-9.4 postgresql-plpython-9.4 

也尝试过 sudo apt-get install postgresql-plpython-9.4 ,但没有运气。其结果是:

    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
     postgresql-plpython-9.4 : Depends: postgresql-9.4 (= 9.4.5-1.pgdg12.4+1) but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.

命令的输出aptitude search plpython 是:

p   postgres-xc-plpython          - PL/Python procedural language for Post 

p   postgres-xc-plpython:i386     - PL/Python procedural language for Post 

v   postgresql-plpython           -                           

v  postgresql-plpython:i386      -                                    

p    postgresql-plpython-8.2      - PL/Python procedural language for Post 

p  postgresql-plpython-8.2:i386  - PL/Python procedural language for Post 

p  postgresql-plpython-8.3       - PL/Python procedural language for Post 

p   postgresql-plpython-8.3:i386  - PL/Python procedural language for Post 

p   postgresql-plpython-8.4       - PL/Python procedural language for Post 

p  postgresql-plpython-8.4:i386  - PL/Python procedural language for Post 

p  postgresql-plpython-9.0       - PL/Python procedural language for Post 

p   postgresql-plpython-9.0:i386  - PL/Python procedural language for Post 

p  postgresql-plpython-9.1       - PL/Python procedural language for Post 

p  postgresql-plpython-9.1:i386  - PL/Python procedural language for Post 

p  postgresql-plpython-9.2       - PL/Python procedural language for Post 

p  postgresql-plpython-9.2:i386  - PL/Python procedural language for Post 

p  postgresql-plpython-9.3       - PL/Python procedural language for Post 

p  postgresql-plpython-9.3:i386  - PL/Python procedural language for Post 

p  postgresql-plpython-9.4       - PL/Python procedural language for Post 

p  postgresql-plpython-9.4:i386  - PL/Python procedural language for Post 

p  postgresql-plpython-9.5       - PL/Python procedural language for Post 

p  postgresql-plpython-9.5:i386  - PL/Python procedural language for Post 

v postgresql-plpython3          -                                    

v  postgresql-plpython3:i386     -                                    

p  postgresql-plpython3-9.1      - PL/Python 3 procedural language for Po 

p  postgresql-plpython3-9.1:i386 - PL/Python 3 procedural language for Po 

p  postgresql-plpython3-9.2      - PL/Python 3 procedural language for Po 

p  postgresql-plpython3-9.2:i386 - PL/Python 3 procedural language for Po 

p  postgresql-plpython3-9.3   - PL/Python 3 procedural language for Po 

p  postgresql-plpython3-9.3:i386 - PL/Python 3 procedural language for Po 

p  postgresql-plpython3-9.4      - PL/Python 3 procedural language for Po 

p  postgresql-plpython3-9.4:i386 - PL/Python 3 procedural language for Po 

p  postgresql-plpython3-9.5      - PL/Python 3 procedural language for Po 

p  postgresql-plpython3-9.5:i386 - PL/Python 3 procedural language for Po

相关内容