ERRO: não foi possível acessar o arquivo “$ libdir / plpython2”: Nenhum arquivo ou diretório

1

Estou executando o 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" )

quando estou tentando criar uma linguagem no postgres SQL:

create language plpythonu;

então ele dá o seguinte erro:

ERROR: could not access file "$libdir/plpython2": No such file or directory SQL state: 58P01

e eu tento este comando:

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

tente também sudo apt-get install postgresql-plpython-9.4 mas sem sorte. o resultado é:

    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.

A saída do comando 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
    
por Shubham Batra 27.10.2015 / 08:11

0 respostas