"build it by"? You're assuming I know what you're talking about. I can see the modules in there: [root build]# ls -a . .. CPAN-1.52 URI-1.04 libwww-perl-5.47
[root build]# cd CPAN-1.52 [root build]# make [root build]# make testAnd you will see exactly what happened. It will give you a clue on what to do next.
[root build]# whereis unzip unzip: [root build]# [root build]# whereis lynx lynx: [root build]# [root build]# whereis ncftp ncftp: [root build]#
Issue these commands as root to install that software: rpm -i ftp://ftp.toppledwagon.com/pub/cobalt/RPMS/lynx-2.8.2-1.mips.rpm rpm -i ftp://ftp.cobaltnet.com/pub/contrib/binaries/ncftp-2.4.3-3.mipsel.rpm rpm -i ftp://ftp.cobaltnet.com/pub/contrib/binaries/unzip-5.40-2i.mips.rpm and you might was well install joe while you are at it. rpm -i ftp://ftp.cobaltnet.com/pub/contrib/binaries/joe-2.8-14.mips.rpm -Dave