Обсуждение:

Поиск
Список
Период
Сортировка

От
"anibal sardon paniagua"
Дата:
please,  i need to connect postgreSQL with ADODB
i  have a driver ado, but i only see a message error
how do you connect postgreSQL with Visual Fox?

---------------------------------------------------------
Profesiones con futuro: Electr�nica, restauraci�n, veterinaria, turismo... �Encuentra tu vocaci�n!
http://cursos.ya.com/cursos_de_profesionales
Ya.com ADSL Router Wi-Fi: S�lo 29,90 �/mes + IVA*. Router + Antivirus y firewall �Gratis!
http://acceso.ya.com/adsl/256router


Re:

От
Frank Bax
Дата:
At 12:15 PM 1/29/05, anibal sardon paniagua wrote:
>please,  i need to connect postgreSQL with ADODB
>i  have a driver ado, but i only see a message error
>how do you connect postgreSQL with Visual Fox?


The problem is that only you can see the error message.  If we could see 
it, someone might be able to suggest a way to fix it. 



plpythonu.so

От
elein@varlena.com (elein)
Дата:
On two different machines I've built pg 7.4 --with-plpython.

When I createlang plpythonu db I get this error:
createlang: language installation failed: ERROR:  could not load library "/usr/local/pgsql/lib/plpython.so":
/usr/local/pgsql/lib/plpython.so:undefined symbol: PyDict_Copy
 

PyDict_Copy is a python standard call since forever.
nm shows it is not defined.
nm also shows some glib.c functions not defined.

build --with-plpythonu and createlang works fine on some other machines.  

What is the problem here?  Some python module I'm missing?

Help!

--elein
elein@varlena.com