Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 23rd, 2005, 02:22 AM
Scott Frankel
Guest
 
Posts: n/a
Default readline install questions


I am attempting to install postgresql7.4.5 on OSX 10.3.5 and have
questions about
readline.

For use with Python, I have readline.so installed in
/Library/Python/2.3/.

- Is this "manifestation" of readline sufficient/appropriate for
postgres?

- If not, what do I need and where do I get it from?

- If readline.so is sufficient/appropriate, where should I copy it to
so that
configure can find it?

- Conversely, where is the path specified so I could point it to the
file that
already exists?

Thanks in advance!
Scott


---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

  #2  
Old November 23rd, 2005, 02:22 AM
Tom Lane
Guest
 
Posts: n/a
Default Re: readline install questions

Scott Frankel <leknarf@pacbell.net> writes:[color=blue]
> I am attempting to install postgresql7.4.5 on OSX 10.3.5 and have
> questions about readline.[/color]

FWIW, on my OSX machines I always pull down the source distribution of
readline and build/install it per defaults ("configure; make; sudo make
install" or nearly so). This process puts libreadline.a into
/usr/local/lib and the .h files under /usr/local/include. It's probably
not ideal from an OSX-centric point of view, but it seems to work fine
for Postgres.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles