![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Cannot build/install XML::Parserby nixcat (Initiate) |
on Mar 13, 2023 at 16:21 UTC ( #11150955=perlquestion: print w/replies, xml ) | Need Help?? |
nixcat has asked for the wisdom of the Perl Monks concerning the following question: I'm trying to install XML::Parser in RHEL8 Linux and have both OS RPM packages 'expat' and 'expat-devel' installed. I also have a successful expat Perl module installation running: cpanm XML::Parser::Expat XML::Parser::Expat is up to date. (2.46) I'm running cpanm XML::Parser and getting: Expat must be installed prior to building XML::Parser and I can't find it in the standard library directories. I also tried specifying these: EXPATLIBPATH=... To set the directory in which to find libexpat EXPATINCPATH=... To set the directory in which to find expat.h And running perl Makefile.PL EXPATLIBPATH=/usr/lib EXPATINCPATH=/usr/include but with no difference. Any suggestions?
Back to
Seekers of Perl Wisdom
|
|