> > Hi, I have a Solaris system. I'm having trouble installing a module via > the command: > perl -MCPAN -e shell 'install XML::Parser' > > This is the first time my perl 5.6.1 installation has used CPAN to > install a module so I had to answer a bunch of questions for > configuration. > > First, do I need the unix util 'make'? We do not do any compiling and do > not have this on our system.
There should be a version of make in /usr/ccs/bin > > Second, Perl CPAN module asked me for the location of the unix util > 'wget'. Is this required? So long as it can find SOMETHING to use (and it will eventually fall back to plain old ftp) you're okay. > I'm guessing I entered the wrong site name for the Perl CPAN module > config. Can anyone help me? Well, here's your Dollars' worth of free advice: If you're going to be doing XML processing, it would STRONGLY be in your best interest to get a reasonably complete compiler chain running on that machine, because very soon you're going to want one of LibXML or SAX or friends. Get thee to http://sunfreeware.com/ and get a recent gcc for your platform and while you're there pick up .. well, just about everything else :) It's all in pkgadd format, and you should be able to spend about one day getting all the software you'd ever want on your machine installed without breaking a sweat. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Lawrence Statton - [EMAIL PROTECTED] s/aba/c/g Computer software consists of only two components: ones and zeros, in roughly equal proportions. All that is required is to sort them into the correct order. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>