On 11/19/06, krypton <[EMAIL PROTECTED]> wrote:
> how do i get a release of psycopg2 for postgres libs

For best results, do one of two things:

1. If you're installing from a pre-built binary package of psycopg2 on
Fedora, using the 'rpm' command with (IIRC, been a while since I
worked with Red Hat) the '-q' and '-i' options should display
information on the package; with luck, that information will mention
the PostgreSQL version it was built against.

2. Download a source package for psycopg2 and compile it yourself (if
you installed PostgreSQL from a binary package, you may also need to
install a 'dev' package for it to get the necessary header files);
typically, the 'configure' command will accept as one of its
parameters the full path to the necessary PostgreSQL files, which
ensures it builds against the correct version.


-- 
"May the forces of evil become confused on the way to your house."
  -- George Carlin

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to