[Kde-devel-es] Problemas compilando Kexi para postgresql

Tom tomcatbsd at yahoo.es
Sat Jan 31 16:34:07 CET 2004


Hola,

Me he bajado la beta de kexi para probarla con postgresql. Como usuario
de KDE y postgresql, kexi parece una herramienta muy buena.

Uso postgresql compilado des de las fuentes (nada de paquetes RMP de
mandrake). El directorio de Postgresql es:

/home/xevi/devel/pgsql

Para compilar kexi uso:

./configure     --with-pgsql-includes=/home/xevi/devel/pgsql/include   \
                --with-pgsql-libraries=/home/xevi/devel/pgsql/lib      \
                --with-pqxx-includes=/home/xevi/devel/pgsql/include    \
                --with-pqxx-libraries=/home/xevi/devel/pgsql/lib

El configure parece que acaba sin errores graves pero con el siguiente
mensaje:
==================================================================
Kexi PostgreSQL driver status:

  +The PostgreSQL C-API (libpq) headers were not found
     These usually ship with PostgreSQL, but if you've installed from
     a distros package then these files may be part of a package
     called postgresql-devel or libpq-devel

  +The PostgreSQL C-API (libpq) libs were not found
     These usually ship with PostgreSQL, but if you've installed from
     a distros package then these files may be part of a package
     called postgresql-devel or libpq-devel

  +The PostgreSQL C++ API (libpqxx) headers were not found
     The libpqxx library can be downloaded from pqxx.tk or
     http://gborg.postgresql.org/project/libpqxx/projdisplay.php
     Grab the latest version (>=2)

  +The PostgreSQL C++ API (libpqxx) libs were not found
     The libpqxx library can be downloaded from pqxx.tk or
     http://gborg.postgresql.org/project/libpqxx/projdisplay.php
     Grab the latest version (>=2)
==================================================================

Si continuo con el make y make install tengo un kexy que no se conecta a
ninguna base de datos.
Para el caso de la API de Postgresql parece que tengo que bajarl de
gborb.postgresql.org. Y para el caso de la C_API (libpq)?

He compilado postgresql de las fuentes (por lo tanto, no me falta el
paquete devel de postgres), no lo entiendo.

Alguien sabe como solucionar el problema. 

Gracias de antemano.

Xevi.




More information about the Kde-devel-es mailing list