× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I regularly download and try to use software that was compiled for AIX.
Frequently, that software expects files to be in their standard Unix
locations /usr/local/bin, /usr/local/lib, /usr/local/share, et al.
But
the IBM tools expect them to be in /QOpenSys/usr/local -- thus creating
a conflict and breaking the software.

So I always have /usr/local and /qopensys/usr/local symlinked.

This can be solved with chroot. Have you looked into that?

are all careful to maintain case, but that doesn't /hurt/ anything if
they're running in a case-insensitive filesystem... it's just not
necessary. Granted, if one of them had files that had the same name
where the only diff was the upper vs. lower case characters, then
something would break.

At a former client, we had a software package that had its configuration
file in the same directory as the script (so, /usr/local/something). That
file had to be named CONFIG. No problem there. But there were additional
parameters that could be specified (sort of like overrides for this
installation), and they had to be in a file named config (note the case
difference) in the same directory. These two files had different formats
for their entries (one was a colon-separated list; the other was more like a
properties file with X = Y entries).

I did not make this design; I only used it. My point is that if you link
/usr/local to /QOpenSys/anything a package like this will not work. But you
could link the opposite direction (so that the actual files reside within
QOpenSys and you'd be OK.

But chroot is far better.

Dennis Lovelady
http://www.linkedin.com/in/dennislovelady
--
Transmitted on 100% recycled electrons




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.