Operating System - HP-UX
1837791 Members
3045 Online
110120 Solutions
New Discussion

Re: Best practices for program distribution - OR - No such binary version (c, c++)?

 
A. Daniel King_1
Super Advisor

Best practices for program distribution - OR - No such binary version (c, c++)?

Hi, folks.

I've just had a vendor/developer come to me and tell me something I can't quite believe. I received from said vendor a tarball of new scripts and binaries to install - with no installation instructions outside of, "Install these."

So, I asked for some basic items: version number, cksum, directory, ownerships, and permissions. What else do I need to ask for? Environment changes?

My vendor has come back and said, basically, that I don't need ownership/permission information. To the really strange part ... after some exposition about headers and libraries, this vendor said:

???Therefore, there is no version for a binary.???

Okay, I'd like to avoid jumping to conclusions, and I'd just like to check myself.

Is there such a thing as a binary "version" for binaries? I think there should AT A MINIMUM be a build version, regardless of the underlying headers and libraries - regardless of the language in question. I don't have access to the source, and some change control is necessary to avoid serious headaches!

What are the best practices for software distribution, and what are reasonable things for me to request of my vendor?

Thanks.
Command-Line Junkie
2 REPLIES 2
Ravi_8
Honored Contributor

Re: Best practices for program distribution - OR - No such binary version (c, c++)?

Hi,

To install any s/w on HP it should be in binary or .depot form. check the vendor s/w in which format it is.

If the vendor insist, do the swinstall -s , if the s/w is not in binary , swinstall throws the errors
never give up
H.Merijn Brand (procura
Honored Contributor

Re: Best practices for program distribution - OR - No such binary version (c, c++)?

It all depends on the customer, the vendor, and their mutual trust. We have some customers that don't care what's on their computer as long as it works, and I know about vendors that just state a random version number if asked for just to satisfy the customer.

Of course good software requires version control, but some packages are built out of many sources. All these sources might have version control, but the complete thingy might not. Stating all the versions of the subcomponents would probably not satisfy a customer either.

Just to add a ??? 0.02 to the confusion :)

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