I have a program that uses and loads librpm shared libraries during runtime, and I want it to use the OpenPKG libraries, but I only see static librpm libraries installed for OpenPKG. As a result, it loads the system librpm shared libs and blows up since it is trying to work with OpenPKG.
Where can I find the OpenPKG librpm shared libs?
If they do not exist for distribution, how do I build them?