Hi,<div>I have my application which I want to build a rpm package. The application has some dependencies that has to be installed. It requires few  .so files that has to be present in the application running machine. Say for e.g libQtCore.so.4. The command ldd reveals other dependencies as well. I tried giving those dependencies in the SPEC file under the requires field as Requires: libQtCore.so.4 ....</div>
<div><br></div><div>I have also added the liQtCore.so.4 in the %files section with the absolute path. I can build the SPEC file to .rpm without any errors. </div><div><br></div><div>But I am getting errors regarding those dependencies while installing them.</div>
<div><br></div><div>Specifically error: Failed dependencies:</div><div>        libQtCore.so.4 is needed by myApplication-1.0-1.x86_64</div><div><br></div><div>How I can specify in my SPEC file such that I can install those dependencies even if they are not present in the target system? I need this because not all the dependencies will be available in the target system so that I can specify in some way so that either the entire packages get installed or the required .so files are referred by the application appropriately while installing my application.</div>
<div><br></div><div>I am quite new to RPM so sorry if the question is a very basic one.</div><div><br>-- <br>Regards,<br>Kali<br>
</div>