bill
bill

Reputation: 41

installing XML::Parser with cpan problem

when i try to install XML::Parser with cpan i get following error

make[1]: *** No rule to make target `/usr/lib/perl5/CORE/thrdvar.h', needed by `Expat.o'.  Stop.
make[1]: Leaving directory `/root/.cpan/build/XML-Parser-2.41-c291nQ/Expat'
make: *** [subdirs] Error 2
  TODDR/XML-Parser-2.41.tar.gz
  /usr/bin/make -- NOT OK

does anyone know how to fix this? thanks in advance

Upvotes: 2

Views: 1598

Answers (1)

Samih3
Samih3

Reputation: 184

This means that your Perl installation is incomplete. You'll need to install the Perl-devel package first before building any other perl modules.

Upvotes: 1

Related Questions