- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Software Porting and Archive Center Problems
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
08-08-2001 01:05 PM
08-08-2001 01:05 PM
Whenever I download something of the Software Porting and Archive Center for HP-UX.
http://hpux.tn.tudelft.nl/hppd/hpux/Networking/Mail/alpha.html
I cant get any of the tools to work. I am using hpux 11.0 and downloading the right software I then gzip the gz file. And then do
swinstall -s thenameofthe.depot
I got the files but I cant get the tools to work. Am I missing something?
Thanks
Richard
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 01:16 PM
08-08-2001 01:16 PM
Re: Software Porting and Archive Center Problems
I suspect you are 95% of the way. After you do the swinstall, you probably need to modify /etc/PATH and /etc/MANPATH to include the new software directories in your PATH (and MANPATH for the man pages). Also, many packages require other packages to work. In general the README files and the web page itself will list required dependencies.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 01:41 PM
08-08-2001 01:41 PM
Re: Software Porting and Archive Center Problems
Here is the part where I get lost.
Compile:
In top level type:
make
make install
Where do I compile this ? And where do I run the make and make install command from?
It didnt come with a man page.
And do the paths matter even if I am root?
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 01:45 PM
08-08-2001 01:45 PM
Re: Software Porting and Archive Center Problems
Now I see the problem. You should have downloaded the binaries so that you don't have to compile and link which is what the makefile is doing. Moreover, you would need a deveopment system or download gcc to do much in the way of compiles. Get the binaries and things will be much simpler.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 02:03 PM
08-08-2001 02:03 PM
Re: Software Porting and Archive Center Problems
HP-UX 11.00 Dynamically Linked Binary (gzipped)
I thought that meant that it was Binary.
That is why it confused me when it tells me to compile it.
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 02:09 PM
08-08-2001 02:09 PM
SolutionNo the Dynamically linked are the binaries.
I think you are good to go. Try this:
cd /opt/wmf/bin
./wmf -?
That should generate a usage message or at least tell you that you need a ${HOME}/mbox directory.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 02:36 PM
08-08-2001 02:36 PM
Re: Software Porting and Archive Center Problems
and saw the option -m.
and it worked really nice formatted the emails and everything. Im going to keep playing with it. thanks Mr. Clay
Richard