我正在运行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 - Post的PL / Python过程语言
p postgres-xc-plpython:i386 - Post的PL / Python过程语言
v postgresql-plpython -
v postgresql-plpython:i386 -
p postgresql-plpython-8.2 - PL / Python程序语言 发布
p postgresql-plpython-8.2:i386 - PL / Python程序语言 发布
p postgresql-plpython-8.3 - PL / Python过程语言 发布
p postgresql-plpython-8.3:i386 - PL / Python程序语言 发布
p postgresql-plpython-8.4 - PL / Python程序语言 发布
p postgresql-plpython-8.4:i386 - PL / Python程序语言 发布
p postgresql-plpython-9.0 - PL / Python过程语言 发布
p postgresql-plpython-9.0:i386 - PL / Python程序语言 发布
p postgresql-plpython-9.1 - PL / Python过程语言 发布
p postgresql-plpython-9.1:i386 - PL / Python程序语言 发布
p postgresql-plpython-9.2 - PL / Python过程语言 发布
p postgresql-plpython-9.2:i386 - PL / Python过程语言 发布
p postgresql-plpython-9.3 - PL / Python过程语言 发布
p postgresql-plpython-9.3:i386 - PL / Python程序语言 发布
p postgresql-plpython-9.4 - PL / Python过程语言 发布
p postgresql-plpython-9.4:i386 - PL / Python程序语言 发布
p postgresql-plpython-9.5 - PL / Python过程语言 发布
p postgresql-plpython-9.5:i386 - PL / Python程序语言 发布
v postgresql-plpython3 -
v postgresql-plpython3:i386 -
p postgresql-plpython3-9.1 - PL / Python 3程序语言 宝
p postgresql-plpython3-9.1:i386 - PL / Python 3程序语言 宝
p postgresql-plpython3-9.2 - PL / Python 3程序语言 宝
p postgresql-plpython3-9.2:i386 - PL / Python 3程序语言 宝
p postgresql-plpython3-9.3 - Po的PL / Python 3程序语言
p postgresql-plpython3-9.3:i386 - PL / Python 3程序语言 宝
p postgresql-plpython3-9.4 - PL / Python 3程序语言 宝
p postgresql-plpython3-9.4:i386 - PL / Python 3程序语言 宝
p postgresql-plpython3-9.5 - PL / Python 3程序语言 宝
p postgresql-plpython3-9.5:i386 - PL / Python 3程序语言 宝