The Artima Developer Community
Sponsored Link

Python Buzz Forum
More details on fixing psycopg under OSX

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Victor Ng

Posts: 112
Nickname: victorng
Registered: Aug, 2003

Victor Ng programs Python for money, but he'd be programming Python anyway if he was a bum.
More details on fixing psycopg under OSX Posted: Sep 24, 2003 9:51 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Victor Ng.
Original Post: More details on fixing psycopg under OSX
Feed Title: Victor Ng's Weblog
Feed URL: https://blog.crankycoder.com/feed/atom/
Feed Description: Python Feed
Latest Python Buzz Posts
Latest Python Buzz Posts by Victor Ng
Latest Posts From Victor Ng's Weblog

Advertisement

The last time I posted about getting psycopg 1.1.8 working under OSX I forgot to mention that you really really need to have LDFLAGS=-lssl or else your PostgreSQL clients just won't build.

Bah...

Just add the following line to your .profile and bash will do the rest the next time you open a terminal window.

export LDFLAGS=-lssl

Read: More details on fixing psycopg under OSX

Topic: Java Idioms Previous Topic   Next Topic Topic: Programming Fonts

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use