<p>Am 15.08.2012 17:02 schrieb "Graeme Geldenhuys" <<a href="mailto:graemeg.lists@gmail.com">graemeg.lists@gmail.com</a>>:<br>
> I had a quick look to see what other (non FPC based) application do.<br>
> FlameRobin has a dependency on libfbclient.so.2 (thus versioned .so<br>
> library). That's why it works without having to install the -devel<br>
> package.</p>
<p>Did you look at the source/makefile or the binary? If the latter then this is exactly what FPC (or more precisely the linker) does when you statically link to a shared library: the unversioned symlink is resolved and the versioned one is stored in the recuires section of the binary.</p>

<p>Regards,<br>
Sven</p>