On Freitag 13 Februar 2009 14:09:58 Dominique Leuenberger wrote:
On 2/13/2009 at 2:06 PM, "Sascha 'saigkill' Manns" samannsml@directbox.com
wrote:
libtinyxml != libtinyxml0
The number is there to ensure that future, incompatible versions of the library can also be installed. This is important to be able to run 'older' applications that use the old API for example. You're not always able / willing to port everything to the new version of a SH Lib.
How can i fix this?
you have to name the sub package that contains the .so.0 file libtinyxml0
Thank you very much :-) That was it. Now it runs perfectly...