Operating System - HP-UX
1836219 Members
3714 Online
110096 Solutions
New Discussion

Re: Cannot install CIFS client on 11.00

 
SOLVED
Go to solution
Bruce Baillie
Regular Advisor

Cannot install CIFS client on 11.00

A while back I installed CIFS client A.01.06 on HP-UX 11.00. It works just fine. Now I want to install it on another system and I get errors.
The version I downloaded is A.01.09.03
I searched for patches and didn't find any.

Here is the error:

The prerequisite "KRB5-Client.KRB5-SHLIB,r>=B.11.00.%" for fileset "CIFS-Client.CIFSCLIENT-MIS,r=A.01.09.03" cannot be
successfully resolved.


Why can't we all get along?
4 REPLIES 4
Bruce Baillie
Regular Advisor

Re: Cannot install CIFS client on 11.00

If I try to force the install, I get this error:
NOTE: Building a new kernel based on template file "/stand/system"
(Bundled) cc: error 1404: Can't find the process "/usr/ccs/lbin/ccom".
*** Error exit code 1

Stop.
make failure.
ERROR: The command "/usr/sbin/mk_kernel", which is used to rebuild
the kernel, has failed. Because kernel-related filesets were
installed, this command must be executed by "swinstall",
without failures, before the load can continue. Check the
above output for details about the failure.
Why can't we all get along?
Lee Harris_5
Valued Contributor
Solution

Re: Cannot install CIFS client on 11.00

Hi Bruce,

This looks like a dependancy issue. From the output of the error message, it seems to indicate that the CIFS client requires your to have PAM Kerberos installed.

You can download the PAM Kerberos client for 11.00 from here...

http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J5849AA

After you've installed that, try to install CIFS client again, and hopefully that should do the trick.

Hope that helps - Lee
Steven E. Protter
Exalted Contributor

Re: Cannot install CIFS client on 11.00

You need to install Kerebos/pam.

This is available for 11.00 at this location

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J5849AA

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Bruce Baillie
Regular Advisor

Re: Cannot install CIFS client on 11.00

That was it, thanks....
Why can't we all get along?