1844161 Members
2338 Online
110229 Solutions
New Discussion

Vim installed problem

 
Achilles_2
Regular Advisor

Vim installed problem

Hi all,

I have installed Vim (for hp-ux 11.00) in my server, but failed to analysis. The following are the errors displayed:

The corequisite "gettext.gettext-SHLIBS" for fileset "vim.vim-RUN,r=6.2" cannot be successfully resolved.

The corequisite "ncurses.ncurses-SHLIBS" for fileset "vim.vim-RUN,r=6.2" cannot be successfully resolved.

ERROR: The dependencies for fileset "vim.vim-RUN,r=6.2" cannot be resolved (see previous lines.) You must resolve the above dependencies before operating on this fileset or change the "enforce_dependencies" option to "false".

So how do I fix them?

Regards and thx a lots
Alex
3 REPLIES 3
Patrick Wallek
Honored Contributor

Re: Vim installed problem

To resolve them you install gettest and ncurses.

See here for all required run-time dependencies:

http://hpux.connect.org.uk/hppd/hpux/Editors/vim-6.2/
T G Manikandan
Honored Contributor

Re: Vim installed problem

The requirement is for

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/ncurses-5.4/

As pointed check for the dependencies for the software.
Achilles_2
Regular Advisor

Re: Vim installed problem

Hi all,

I have solved it out already, Thx a lots!!

Alex