Operating System - HP-UX
1830718 Members
4746 Online
110015 Solutions
New Discussion

Re: Software archive for HP-UX 11.00 depots

 

Software archive for HP-UX 11.00 depots

All

Since the Porting and archive center is not carrying much if any 11.00 software anymore, is there any place I can go to download precompiled packages?

Thanks
Allen
The possibilities for disaaster boggle the mind!
14 REPLIES 14
V. Nyga
Honored Contributor

Re: Software archive for HP-UX 11.00 depots

Hi Allen,

some more hints about what you're searching?
The Porting and archive center still has much software for 11.0 - for example gzip:
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.3.5/

Also usefull is Merijn's website:
http://mirrors.develooper.com/hpux/

HTH
Volkmar
*** Say 'Thanks' with Kudos ***
Muthukumar_5
Honored Contributor

Re: Software archive for HP-UX 11.00 depots

Refer this:

http://hpux.connect.org.uk/
http://software.hp.com/

~regards
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: Software archive for HP-UX 11.00 depots

http://hpux.connect.org.uk/hppd/answers/5-4.html

Home > Archive FAQ > 5.4 Why aren't there any new 10.20 or 11.00 binary depot packages?

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
H.Merijn Brand (procura
Honored Contributor

Re: Software archive for HP-UX 11.00 depots

As Volkmar already posted, my site has the intention of making old(er) depots available as long as possible and also be up-to-date as much as possible.

I still maintain and update HP-UX 10.20 opensource software and 11.00 for bot 32 and 64 bit.

I'm also willing to put depots/packages from others there if it would help the OpenSource for HP-UX

My HP ITRC site pages can be found at (please use LA as primary choice):

USA Los Angeles http://mirrors.develooper.com/hpux/
SGP Singapore https://www.beepz.com/personal/merijn/
USA Chicago http://ww.hpux.ws/merijn/
NL Hoofddorp http://www.cmve.net/~merijn/

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn

Re: Software archive for HP-UX 11.00 depots

All

Thanks for all the responses. I'm getting ready to package perl on an older machine into a directory not normally packaged into. To do that I need to be able to build perl and my sysadmins just gave me a box to do that with. Unfortunatley there isn't a sane build environment to use to build software with. The current ansi compiler doesn't seem to work and I haven't been able to get Merijn's gcc working either at 100%. I was hoping to just get the depots for all the support stuff I need to start building. You know, little things like bison, make, libiconv, etc. but most of them seem to be gone for 11.00 on the Porting and Archive site. If anyone has any other ideas, I would sure appreciate it. This has my project stopped cold at the moment.

Thanks
Al
The possibilities for disaaster boggle the mind!
H.Merijn Brand (procura
Honored Contributor

Re: Software archive for HP-UX 11.00 depots

Pay me?

No kiddin' what's stopping you in using my gcc?
And you indeed also need at least GNU make (also available from my site).

I still have all those utils available, but not in depot's, but as binaries, and not in the usual locations, but on /pro/local

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Steven E. Protter
Exalted Contributor

Re: Software archive for HP-UX 11.00 depots

There are sources on the net for 10.20 depots.

They are spotty, however they can be found with google.

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

Re: Software archive for HP-UX 11.00 depots

Merijn

I can't find the utils that I need on your site for some reason. I'm looking for the bison/flex/make utils so I can build my own gcc. IU'm thinking that should solve most of my problems. Can you point me in the right direction for those utils? My system is 11.00/64.

Thanks
Al
The possibilities for disaaster boggle the mind!
Florian Heigl (new acc)
Honored Contributor

Re: Software archive for HP-UX 11.00 depots

Also look at ftp.thewrittenword.com - they have most standard tools available for free, and if You're willing to pay, they'll get You a CD full of *current* *tested* bundles.

(Unfortunately I'm nowhere near with a reliable port of NetBSD's pkgsrc. Some day it'll work and solve all problems at hand, I promise *g*)
yesterday I stood at the edge. Today I'm one step ahead.
V. Nyga
Honored Contributor

Re: Software archive for HP-UX 11.00 depots

Hi again,

well - flex and make are there:

http://hpux.cs.utah.edu/hppd/hpux/Gnu/flex-2.5.4a/

http://hpux.cs.utah.edu/hppd/hpux/Gnu/make-3.80/

For bison - why don't you send an email to the authors of bison or flex what's about bison for 11.0?

Only a thought
Good luck
Volkmar
*** Say 'Thanks' with Kudos ***
Muthukumar_5
Honored Contributor

Re: Software archive for HP-UX 11.00 depots

Check all relavent utilities you are needing here with,

http://hpux.connect.org.uk/ site. It is having flex and make for 11.00.

Are you having gcc for 11.00 platform already. I hope you have to build your own or get adminstrator for that site on regarding 11.00 utilities.

hth.
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: Software archive for HP-UX 11.00 depots

All utilities related with gcc for 11.00 is available as,

http://www.hpux.ws/merijn/

http://www.hpux.ws/merijn/gcc-util-11.00.tgz

hth.
Easy to suggest when don't know about the problem!
H.Merijn Brand (procura
Honored Contributor

Re: Software archive for HP-UX 11.00 depots

Muthkumar, those utils are only the shell scripts that I use to build, and they are probably outdated for 4.x

It's hard to tell exactly what you need. It's quite possible to mar a tbz of flex/bison/... for 10.20 or 11.00, but these are so integrated in my own env that you'd probably need to install those in /pro/local as I have to make them work.

Once you started handing out some points, I could try to make some inventory for flex, bison, and make (which is already there:

http://mirrors.develooper.com/hpux/make-3.80-pa1.1
http://mirrors.develooper.com/hpux/make-3.80-pa2.0

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn

Re: Software archive for HP-UX 11.00 depots

OK, I think I got it. I was able to get the environment setup to build bison successfully. I also was able to compile m4 and am going to work on the rest of the environment today to be able to build my own gcc as I think that is going to be the key to getting perl build correctly and reasonable portable.

Thanks all for the advice and pointing me in the reight direction.

Thanks
Allen
The possibilities for disaaster boggle the mind!