onevery wrote:
Back with the same problem...
Jaikoz MusicIP feature rely on the library libstdc++5,
but as of Ubuntu 9.10, the only version available is libstdc++6
Could you update Jaikoz in order to make it work with the new library?
Many many thanks in advance!
A little bit late responce but, have you tried to use symbolic link for libstdc++5:
Code:
sudo ln -s /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so.5
Found this some time ago as solution to start an Enemy Territory MOD - True Combat Elite on 64bit Karmic, it might be of use here too.