I had this problem today too. The solution is that the plugin requires libstdc++6.2-2.so.3 which I didn't have. I found a libstdc++-libc6.2-2.so.3 on my Mandrake partition so I copied that accross to /usr/lib then created a symlink to it ie:
cd /usr/lib ln -s libstdc++-libc6.2-2.so.3 libstdc++6.2-2.so.3
Yes, it still needs that library: libstdc++-libc6.2-2.so.3
When you run: ldconfig, it should make the link for you.
-- JRT ___________________________________________________ . Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.