1829219 Members
2639 Online
109987 Solutions
New Discussion

apache on hpux

 
SOLVED
Go to solution
slydmin
Advisor

apache on hpux

Greetings,
I need to install apache on an NFS mounted file system in HPUX. I have, in past, installed apache from source on linux. However, it's proving difficult to do this on HPUX. All three versions (of Apache) fail at various stages of either make.

My aim is to get Apache installed, be it from source or from the HPUX software repository. I did find a depot for HPUX Apache, however, I do not know, yet, how to change the default install location for Apache using either swinstall or SAM. Can any one provide some pointers that will guide me in the right direction.

Server: HPUX B.11.11, PA-RISC, rp5470. HPUX depot I would like to install is HPUXWSAX-A212-1100.depot

Thanks a bunch,
-S
3 REPLIES 3
Paul Sperry
Honored Contributor
Solution

Re: apache on hpux

in the GUI swinstall under actions menu there is an option to Change Product Location....
Dennis Handly
Acclaimed Contributor

Re: apache on hpux

>Paul: in the GUI swinstall under actions menu there is an option to Change Product Location.

This option may not be available for all SD products.

You can install to an alternate root with this syntax:
# swinstall -s $PWD/depot \* @ alt-root
To change the location:
# swinstall -s $PWD/depot \*,l=location

(I'm not sure if ,l= works with "*".)
slydmin
Advisor

Re: apache on hpux

Thanks for your comments, "Target Location" in SAM works fine.