- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- screen 4.0.2
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 03:50 AM
01-31-2006 03:50 AM
It installs fine without any issues, but after the install I go to run it and I get the following message:
#>screen
Cannot find terminfo entry for 'vt100'.
#>
Would anyone have any ideas on what I have to do additionally to get this working?
Thanks in advance,
KPS
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 03:56 AM
01-31-2006 03:56 AM
Re: screen 4.0.2
thats a pretty common terminal type.
Maybe check the doc and try TERM=vt220 or TERM=hp or something.
swverify \*
Make sure the install went correctly.
Check the PATH and SHLIB_PATH variables.
vt100 works under other contexts such as ssh/telnet?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 04:01 AM
01-31-2006 04:01 AM
Re: screen 4.0.2
Almost certainly you have a terminfo entry for a vt100 on your box. To make certain, cd to /usr/lib/terminfo/v and ls -l vt100.
If found, we just need to tell your application where to look for the terminfo database (it's probably looking in /usr/local now).
export TERMINFO=/usr/lib/terminfo
Now start your application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 05:55 AM
01-31-2006 05:55 AM
Re: screen 4.0.2
I tried using a Term type of vt200 and hp and I get the same message, but for those TERM types.
I also tried exporting the path to /usr/lib/terminfo/v and no symptoms change.
Thanks for your suggestions, but I'm still stuck on this I'm afraid..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 06:18 AM
01-31-2006 06:18 AM
Re: screen 4.0.2
Normally, ncurses expects the terminfo database to be in /usr/share/terminfo so you can probably make a symbolic link from /usr/lib/terminfo to /usr/share/terminfo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 06:37 AM
01-31-2006 06:37 AM
Re: screen 4.0.2
/usr/lib/terminfo
After doing this, we're still getting:
"Cannot find terminfo entry for 'vt100'"
I also checked for the symbolic link and we are already linked form /usr/lib/terminfo to /usr/share/lib/terminfo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 07:43 AM
01-31-2006 07:43 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 07:57 AM
01-31-2006 07:57 AM
Re: screen 4.0.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 09:57 AM
01-31-2006 09:57 AM
Re: screen 4.0.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 12:51 AM
02-01-2006 12:51 AM
Re: screen 4.0.2
So I think you have a fix, but I don't quite follow you on the links I need to change here.
Could you please describe what links need to be changed and I can make the changes necessary to see if this works?
Thanks again for everything!
KPS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 01:33 AM
02-01-2006 01:33 AM
Re: screen 4.0.2
Assuming that you download it (binary FTP) to /var/tmp.
gunzip screen-XXXX.tar.gz
Next untar it.
tar xvf screen-XXX.tar
cd screen-XXX.tar
./configure
Next edit Makefile and comment out the line
CPPFLAGS=xxx/yyy/zzz/ncurses.h (unless you have actually installed ncurses) by preceding it with '#'. Save the file and 'make'. The build will begin.
Assuming all went well,
'make install'
and finally
cd terminfo
tic screeninfo.src (installs the 'screen' entries in the terminfo database)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 01:39 AM
02-01-2006 01:39 AM
Re: screen 4.0.2
cd screen-XXX.tar
should be
cd screen-XXX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 02:14 AM
02-01-2006 02:14 AM
Re: screen 4.0.2
Thanks once again so much for all your help. Going with the non-depot version really helped here.
Thanks,
KPS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 02:15 AM
02-01-2006 02:15 AM