Problem with "make fixdeps" on SLES9

Hi,
while installing RT on SLES9 I ran in a problem with “make fixdeps”

Can’t unlink file tmp: No such file or directory at
/usr/lib/perl5/5.8.3/CPAN.pm line 4373

==> Couldn’t mkdir ‘/root/.cpan/build/tmp’: File exists <==

==> Cannot continue: Please find the reason why I cannot make the <==
==> directory <==
==> /root/.cpan/build/tmp <==
==> and fix the problem, then retry. <==

If I run perl -MCPAN -e ‘install …’ it works fine!
Who can help please ?

Wolfgang

Wolfgang Fuertbauer (e-Mail: Wolfgang.Fuertbauer@ebewe.com)
EBEWE Pharma
Mondseestrasse 11
4866 Unterach, Austria
Tel +43 7665 8123 315 Mobile: +43 664 8397987
Fax +43 7665 8123 1487
http://www.ebewe.com

This has already been mentioned on the list. Simply run: “make
testdeps” to find all missing packages. Install all those packages
manually through CPAN. Then come back and again run “make testdeps” to
insure you now have all packages. If you do, continue on in the
installation directions.

Wolfgang.Fuertbauer@ebewe.com wrote: