64 bit rpm installer depends on 32 bit package
I need to make a 64 bit rpm installer and it has got a dependency on an external package. I will mention this external package name under "requires" tag in the spec file. How ever if i mention just the package name where will the rpm installer look for the file. Whether will it look in /usr/lib or /usr/lib64.
Currently Iam having an issue were rpm is looking into /usr/lib for the 32 bit version of the package even though 64 bit of the same is installed in /usr/lib64. Iam getting an error saying "failed dependencies"
Please show us the spec file in order to better help you.
my 64 bit rpm installer I made is set to have a dependency of libstdc++ package. this dependency I have mentioned in the spec file. after I build the rpm Iinstaller and when I start the installation it is looking for 32 bit libstdc++ instead of looking for 64 bit libstdc++. why is it so. the installer passes only if I have libstdc++ installed inside /usr/lib. rpm ignores the libstdc++ installed in /usr/lib64.
What program are you packaging? Please, again, can you put a link to the spec file in order to better help you?