compilation problem - *** [libmp3_decoder.la] Error 1

hi,
after I had installed librcc, compilation problem appeared:


miczi@Miczi:~/Pulpit/moc-2.5.0-alpha4$ make
make all-recursive
make[1]: Entering directory `/home/miczi/Pulpit/moc-2.5.0-alpha4'
Making all in themes
make[2]: Entering directory `/home/miczi/Pulpit/moc-2.5.0-alpha4/themes'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/miczi/Pulpit/moc-2.5.0-alpha4/themes'
Making all in decoder_plugins
make[2]: Entering directory `/home/miczi/Pulpit/moc-2.5.0-alpha4/decoder_plugins'
Making all in mp3
make[3]: Entering directory `/home/miczi/Pulpit/moc-2.5.0-alpha4/decoder_plugins/mp3'
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -W -I/usr/include/alsa -export-dynamic -o libmp3_decoder.la -rpath /usr/local/lib/moc/decoder_plugins -module -avoid-version libmp3_decoder_la-mp3.lo libmp3_decoder_la-xing.lo -lmad -lid3tag -lz -lrcc -ldb -lm
/bin/grep: /usr/lib/libenca.la: No such file or directory
/bin/sed: can't read /usr/lib/libenca.la: No such file or directory
libtool: link: `/usr/lib/libenca.la' is not a valid libtool archive
make[3]: *** [libmp3_decoder.la] Error 1
make[3]: Leaving directory `/home/miczi/Pulpit/moc-2.5.0-alpha4/decoder_plugins/mp3'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/miczi/Pulpit/moc-2.5.0-alpha4/decoder_plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/miczi/Pulpit/moc-2.5.0-alpha4'
make: *** [all] Error 2

what could I do to fix it?
sorry for my english

I compiled the newest version of librcc(0.2.9) and then successfully compiled moc-2.5.0-alpha4, but when trying to run it I get: "mocp: error while loading shared libraries: librcc.so.0: cannot open shared object file: No such file or directory"
So there is another problem with librcc. Any ideas?

Try running ldconfig as root.