Showing posts with label UNIX. Show all posts
Showing posts with label UNIX. Show all posts

Thursday, 25 March 2010

Solaris FAQ

wget etc Cannot Resolve Host Name


Need to add DNS server list in /etc/resolv.conf with the following content:



domain garvan.unsw.edu.au
nameserver xxx.xxx.xxx.xxx


gpg: Can't check signature: public key not found


Need to import pub key into gpg:



gpg --import *.asc


When installing perl DBI, it complains:


Need to import pub key into gpg:



CPAN.pm needs either both external programs tar and gzip installed or
both the modules Archive::Tar and Compress::Zlib. Neither prerequisite
is available. Can't continue.

How To Resolve – CPAN.pm needs tar, gzip and bzip2 installed – error message