Hi, I am working on a project where I have one rpm with 2 shared libs. Both of these .so files gets installed in /usr/lib64/ file /usr/lib64/<libname>.so ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped When I am trying to installing binary based on above rpm libs I get error message: Error: Missing Dependency: <libname>.so()(64bit) is needed by package <binary package> I can install this library with rpm --nodeps <binary package>.rpm ldd <binary> properly resolves /usr/lib64/<library>.so properly. Please help me resolve this problem. Thanks YS _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list