- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how do I use vim on HPUX 11.0 with color?
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
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
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
тАО10-11-2002 08:06 AM
тАО10-11-2002 08:06 AM
I am using a Redhat linus workstation and i've gotten used to running vim and seeing many different colors displayed. I spend most of my time telneting into many HPUX 11.0 or 11.i servers. I installed vim on the HP box but it doesn't display colors like my linux box does. Does anyone know how I can setup the HPUX servers to show colors like my linux box?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-11-2002 09:58 AM
тАО10-11-2002 09:58 AM
Re: how do I use vim on HPUX 11.0 with color?
http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.8/
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gettext-0.11.5/
http://hpux.cs.utah.edu/hppd/hpux/Gtk/Development/glib-1.2.10/
http://hpux.cs.utah.edu/hppd/hpux/Gtk/Development/gtk+-1.2.10/
http://hpux.cs.utah.edu/hppd/hpux/Editors/vim-6.1/
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-11-2002 10:11 AM
тАО10-11-2002 10:11 AM
Re: how do I use vim on HPUX 11.0 with color?
I think I'm reaching, but have you tried copying the appropriate terminfo from linux:/usr/share/terminfo to hpux:/usr/share/lib/terminfo_colr, and test vim this way?
TERMINFO=/usr/share/lib/terminfo_colr vim
This is assuming that vim uses terminfo instead of termcap. If termcap, then try copying linux:/etc/termcap to hpux:/usr/share/lib/termcap_colr (new file), and test vim this way:
TERMCAP=/usr/share/lib/termcap_colr vim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-11-2002 10:18 AM
тАО10-11-2002 10:18 AM
Re: how do I use vim on HPUX 11.0 with color?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-11-2002 10:23 AM
тАО10-11-2002 10:23 AM
Re: how do I use vim on HPUX 11.0 with color?
http://hp.cso.uiuc.edu/ftp/pub/hp/patches/11.04/PHSS_23145
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-11-2002 11:47 AM
тАО10-11-2002 11:47 AM
Re: how do I use vim on HPUX 11.0 with color?
/usr/lib/dld.sl: Can't open shared library: /opt/gettext/lib/libintl.sl
/usr/lib/dld.sl: No such file or directory
but when I check the file IS there. any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-11-2002 12:19 PM
тАО10-11-2002 12:19 PM
Re: how do I use vim on HPUX 11.0 with color?
Vim is normally an easy install and works. The other 'gotcha' might be mismatched executables, libraries, and OS release versions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2002 09:35 AM
тАО10-12-2002 09:35 AM
Re: how do I use vim on HPUX 11.0 with color?
I installed it last night and I had to create a few directories and symbolic links:
/opt/gtk+/lib/libgdk.sl -> /usr/local/lib/libgdk.sl
/opt/gtk+/lib/libgtk.sl -> /usr/local/lib/libgtk.sl
/opt/glib/lib/libgmodule.sl -> /usr/local/lib/libgmodule.sl
/opt/glib/lib/libglib.sl -> /usr/local/lib/libglib.sl
/opt/gettext/lib/libintl.sl -> /usr/local/lib/libintl.sl
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2002 05:49 AM
тАО10-14-2002 05:49 AM
Re: how do I use vim on HPUX 11.0 with color?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2002 06:37 AM
тАО10-14-2002 06:37 AM
Re: how do I use vim on HPUX 11.0 with color?
How are you connecting to your PH box? What kind of "terminal" (monitor) do you have? What is "TERM" equal to (echo $TERM)?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2002 06:47 AM
тАО10-14-2002 06:47 AM
Re: how do I use vim on HPUX 11.0 with color?
xterm
I'm on a redhat 7.3 machine telnetting to an HPUX 11.0 L1000 server. I know this seems like a trivial thing to try to get working - but it's bothering me now - I do appreciate all the help though.
I've also tried copying (from linux box) /etc/DIR_colors to my unix box. no luch there either.
I tried adding
alias ls="ls -F --color=auto"
I get these errors
ls: illegal option -- -
ls: illegal option -- =
usage: ls -1ARadeCxmnlogrtucpFLbqisf [files]
and
alias ls="ls -l --color=tty"
with these errors:
ls: illegal option -- -
ls: illegal option -- =
ls: illegal option -- y
usage: ls -1ARadeCxmnlogrtucpFLbqisf [files]
So I'm sure I'm missing some key point.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2002 06:57 AM
тАО10-14-2002 06:57 AM
SolutionHPux does not support the color option with the standard ls command.
You'll have to find a shell that does it, of which I'm not familiar with any, though I'd like to find one myself.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2002 07:36 AM
тАО10-14-2002 07:36 AM
Re: how do I use vim on HPUX 11.0 with color?
If you ever find a shell that lets you do this in HPUX let me know...
I was hoping that I'd be able to do this but wasn't sure. Thanks for clarifying this for me.