- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Pico Editor Installation Need Help
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
04-03-2006 04:42 AM
04-03-2006 04:42 AM
Pico Editor Installation Need Help
Casey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 04:48 AM
04-03-2006 04:48 AM
Re: Pico Editor Installation Need Help
Its important to know where you got the software and if it is designed for HP-UX.
If its a tarball meant to compile:
tar xvf tarball.tar
cd
follow the compile instructions inside.
If its a depot file
say pico.depot
cd to the directory it is in.
swinstall -s $PWD/pico.depot \*
The actual problem here is a variable called TERM.
export TERM=vt100
Use the program.
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
04-03-2006 05:22 AM
04-03-2006 05:22 AM
Re: Pico Editor Installation Need Help
We also have an application datatel that uses this but its under a wyse50 terminal setup. I attempted to do the same in there, but i also get Unknown terminal type wyse50!
Casey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 05:33 AM
04-03-2006 05:33 AM
Re: Pico Editor Installation Need Help
Sounds like an application issue. Perhaps pico needs to be configured to work properly with the terminal environment.
Or perhaps worse, its not designed to run on HP-UX at all, or on 11.23.
Did it run on another version of HP-UX? If so, what version?
Is this version certified for 11.23?
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
04-03-2006 05:35 AM
04-03-2006 05:35 AM
Re: Pico Editor Installation Need Help
http://hpux.cs.utah.edu/hppd/hpux/Networking/Mail/pine-4.64/
The one for the Itanium 11.23
From everything i read pico comes in pine and you need to download pine to get pico editor, not sure if this is always the case.
Casey