Am 17.09.2012 07:21, schrieb raf:
it seems that pygresql is expecting the old ssl library version.
No, pygresql itself doesn't expect anything, it just uses whatever libpq it finds. The libpq then references libssl, and in your setup the new libpq finds only the old libssl, so there's something wrong with the paths or symlinks. Maybe because you only have /usr/lib in your library path, /usr/lib/libpq is a symlink to the latest version, but /usr/lib/libssl isn't. I guess your psql was working because it doesn't use the libpq from /usr/lib.
-- Chris _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
