libphexlib.so.1

Installing a 3rd party package on a system containing
just the qnxbase.qfs I get a failed dependency on
libphexlib.so.1

On my development system, I find this library
is in the package os-slib-2.1.1-etc but copying
these files off the 6.2.0 CD into a local directory,
I still cannot seem to install just this. The
installer doesn’t see them (I am using cl-installer).
I presume I must install whatever package requires
the library to succeed.

What is the minimum I must install to get this library
and how can I get cl-installer to do it?

I don’t have room on the target to install the whole OS

Thanks for your help
William Morris

“William Morris” <william@bangel.demon.co.uk> wrote in message
news:3E70BC39.47ABB90E@bangel.demon.co.uk

Installing a 3rd party package on a system containing
just the qnxbase.qfs I get a failed dependency on
libphexlib.so.1

On my development system, I find this library
is in the package os-slib-2.1.1-etc but copying
these files off the 6.2.0 CD into a local directory,
I still cannot seem to install just this. The
installer doesn’t see them (I am using cl-installer).

Unfortunately, cl-installer hides most slib packages and there is no way to
show them.

I presume I must install whatever package requires
the library to succeed.

Yes, if you have another package which has a dependency on libphexlib.so.1,
the slib will be brought in automatically.

What is the minimum I must install to get this library
and how can I get cl-installer to do it?

That library is also in the ph-slib-2.0.3-* packages–do you have enough
room to install them?

Copy ph-slib-2.0.3-qnx.qp[km] and ph-slib-2.0.3-x86.qp[km] into a local
directory (/home/me/myrep)
Enter the following commands to install them using cl-installer:

cl-installer -e
r
ad
/home/me/myrep
hide 1 2
p
1
1
1
i 1
ap
y
q

Best of luck.
Jerry Chappell

Jerry Chappell <jchappell@qnx.com> wrote:

I presume I must install whatever package requires
the library to succeed.

Yes, if you have another package which has a dependency on libphexlib.so.1,
the slib will be brought in automatically.

OK, I’ll create a dependency in a package of my own. I guess if I tell
packager the dependency on libphexlib… it will work out which slib
package to pull in. I should have got there on my own really. Sorry!

That library is also in the ph-slib-2.0.3-* packages–do you have enough
room to install them?

Thanks, that will be a fallback option.

Copy ph-slib-2.0.3-qnx.qp[km] and ph-slib-2.0.3-x86.qp[km] into a local
directory (/home/me/myrep)
Enter the following commands to install them using cl-installer:

cl-installer -e
r
ad
/home/me/myrep
hide 1 2
p
1
1
1
i 1
ap
y
q

Wow! That is thorough.
Thank you very much

William Morris
william@bangel.demon.co.uk