Hi, On 19 Apr 2007 at 12:21, Kaptein, A.M. wrote:
> > Hello, > > I just started using Perl,and I want to install some module to handle XML > files. Below is the error message I get. > Could someone help me ? Please tell me if you need some more information > about the problem. > > Thanks, > > Rianne > Looks good > Writing Makefile for XML::NamespaceSupport > Can't exec "usr/bin/make": No such file or directory at > /usr/lib/perl5/5.8.8/CPAN.pm line 4565. > usr/bin/make -- NOT OK > Running make test > Can't test without successful make > Running make install > make had returned bad status, install seems impossible > Running make for G/GR/GRANTM/XML-SAX-0.15.tar.gz > Is already unwrapped into directory /home/akaptei1/.cpan/build/XML-SAX-0.15 > > CPAN.pm: Going to build G/GR/GRANTM/XML-SAX-0.15.tar.gz > > Can't exec "usr/bin/make": No such file or directory at > /usr/lib/perl5/5.8.8/CPAN.pm line 4565. > usr/bin/make -- NOT OK > Running make test > Can't test without successful make > Running make install > make had returned bad status, install seems impossible > I'm no expert but it read's like you haven't got a version of gnu make installed. Is there a /usr/bin/make? The path to make looks a bit wrong, presumably there shold be a leading slash / at the beginning of the path; "/usr/bin/make" as opposed to "usr/bin/make". Just a guess. Hopefully someone else will have more useful info for you, Good luck, Dp. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/