-
While compiling plugin, I get following error:
/usr/bin/ld: cannot find -lkopete
You need libkopete.so installed in ypur system. In Kubuntu 8.04, this library is provided with kdenetwork-dev-kde4 package, so you need execute following command before compiling plugin:sudo apt-get install kdenetwork-dev-kde4
In Kubuntu 8.10, it's kdenetwork-dev package:sudo apt-get install kdenetwork-dev
-
Plugin compiled successfully, but it doesn't appears in plugin list in kopete.
Check KDE4 installation prefix and specify it in CMAKE_INSTALL_PREFIX.
Known prefixes:
- Kubuntu 8.04 - /usr/lib/kde4
- Kubuntu 8.10 - /usr
cmake -DCMAKE_INSTALL_PREFIX=/usr/ make su - -c checkinstall
- Plugin installed from package, but in configuration dialog there is only "Cann't load library kopete_antispam" Check what you use package for your processor architecture. If there are not package for your processor availiable, try install plugin from source.