Operating System - HP-UX
1837105 Members
2070 Online
110112 Solutions
New Discussion

Re: Pine generating terminal database error

 
Matt Hearn
Regular Advisor

Pine generating terminal database error

Howdy folks! I downloaded the depot for "pine," the mail browser, from hpux.cs.utah.edu, and installed it with no errors.

However, when I try to run it, I get the following error:

bede:/root> pine
Can't open terminal capabilities database.
bede:/root>

Anybody have any thoughts? I'm running pine on 11i on an old D310.
3 REPLIES 3
Pete Randall
Outstanding Contributor

Re: Pine generating terminal database error

Matt,

Did you check on all the dependencies? It needs "bison db flex gcc gettext libiconv m4 make openssl perl".


Pete

Pete
Matt Hearn
Regular Advisor

Re: Pine generating terminal database error

I finally found a page on the itrc that explains the issue; I had to
export TERMCAP=/usr/share/lib/termcap

And then set my TERM to vt100. Fixed it!
A. Clay Stephenson
Acclaimed Contributor

Re: Pine generating terminal database error

I think that if you download and install ncurses from the Porting Centre you will be fixed. If memory serves, the Gnu stuff expects the terminfo database to be under /usr/local/lib/terminfo rather than the more standard /usr/lib/terminfo.

You might try this before loading ncurses:
export TERMINFO=/usr/lib/terminfo
now try executing pine

If it ain't broke, I can fix that.