I have tried to install ctcs (ctorrent control server) to my wl-hdd. I have olegs firmware.

ipkg install ctcs
The first problem is perl dependency. So:
ipkg install microperl
not better so:
ipkg install -force-depends ctcs
Huhh it is installed. I need to correct the perl script of ctcs (/opt/bin/ctcs). The first must be:
#!/opt/bin/microperl -Tw
run: ctcs
But now it says:
Can't locate strict.pm in @INC (@INC contains: /usr/local/lib/perl5/5.9) at /opt/bin/ctcs line 21.
BEGIN failed--compilation aborted at /opt/bin/ctcs line 21.

What should I do? How can I install strict.pm? And other libs?

Thanks,
Fisha