you need the following perl packages for cthumb to work:

	HTML, URI, and they themselves need MIME.

you can just download them from some CPAN
server and install them.


what i do is this: pick a directory, wherever you want to install them,
say,

	/opt/perl-modules

and then set your PERL5LIB variable to point inside that directory
as follows:

bash$ export PERL5LIB=/opt/perl-modules/lib/site_perl
bash$ echo $PERL5LIB
/opt/perl-modules/lib/site_perl
bash$ ls -l /opt/perl-modules/lib/site_perl

total 40
drwxr-xr-x   2 root     root         4096 Jan  1  1999 HTML
drwxr-xr-x   2 root     root         4096 Jan  1  1999 MIME
drwxr-xr-x   3 root     root         4096 Jan  1  1999 URI
-r--r--r--   1 root     root        22684 Nov 19  1998 URI.pm
drwxr-xr-x   3 root     root         4096 Jan  1  1999 i386-linux
bash$ 

that should be all.
