Compile purple-plugin pack for pidgin

Hi everybody,
Now I use pidin 2.6.3, I need some more plugins for pidgin and It’s so happy when I searched purple-plugin pack from PluginPack – Pidgin Plugins
I install this following as root:

  1. tar xjvf purple-pidgin_pack_VERSION.tar.bz2
  2. cd purple-pidgin_pack_VERSION/
  3. ./configure --prefix=/usr
    It’s good to configure, the output is “Please type make to make file…”
for i in *
do
cd $i && make && make install && cd..
done
  1. Restart my computer
    It’s seem to be fine to install from source. However, when I open plugin manager in pidgin, there’s no new plugins.
    Anybody help me to solve this trouble?