From: Gerhard H. <gh...@gh...> - 2005-02-08 11:19:40
|
On Mon, Feb 07, 2005 at 02:10:58PM -0700, Kincaid, Larry wrote: > Hi Folks- > I know there's probably an easy answer to this question but it's not > coming to me so I thought I'd ask for help. I think I've successfully > built and installed the pyPgSQL module and I know for sure libpq is > installed and working because I've used it in a small C program > interfacing with my PostgreSQL database. However, in my Python code, > the line "from pyPgSQL import PgSQL" causes an error "ImportError: > /usr/lib/python2.3/site-packages/pyPgSQL/libpq/libpqmodule.so: undefined > symbol: lo_export". [...] I wonder if it's possible to compile PostgreSQL without Large Object support and wether Fedora has done so. -- Gerhard |