tasvon@bond:~/Mail-Transport-Dbx-0.01$ perl Makefile.PL
Checking if your kit is complete...
Out of memory!
Callback called exit.
END failed--call queue aborted at Makefile.PL line 5.
Hmmh.
tasvon@bond:~/Mail-Transport-Dbx-0.01$ uname -a
SunOS bond 5.9 Generic sun4u sparc SUNW,Ultra-5_10
Ah. :-( Now trying to find out how much memory is left:
tasvon@bond:~/Mail-Transport-Dbx-0.01$ free
bash: free: command not found
tasvon@bond:~/Mail-Transport-Dbx-0.01$ top
/opt/rbi/global/bin/top: /opt/rbi/global/bin/top-sun4u-5.9: not found
tasvon@bond:~/Mail-Transport-Dbx-0.01$ ps -A -o 'pmem user' | grep tasvon
0.0 tasvon
0.4 tasvon
0.3 tasvon
0.7 tasvon
tasvon@bond:~/Mail-Transport-Dbx-0.01$ ps -A -o 'pmem user' | sort -r
sort: can't mmap anonymous memory: Resource temporarily unavailable
Hilarious! According to ps -A -o 'pmem'
(without the 'memory-hog' sort) there should be plenty of RAM available. Well, I have to find and try another SUN, I guess.