-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi, I've been trying to run texdown.pl, and keep getting an error about installing the XML:LibXML module. I know this problem isn't directly relevant to texdown, but I'd appreciate any help you might be able to offer, as I can't find a workable solution anywhere else. Thank you!
Elises-MacBook-Air-3:texdown elisebell1$ ./texdown.pl
Can't locate XML/LibXML.pm in @inc (you may need to install the XML::LibXML module) (@inc contains: /Users/elisebell1/Documents/GitHub/texdown/lib /Users/elisebell1/perl5/lib/perl5/5.26.3/darwin-thread-multi-2level /Users/elisebell1/perl5/lib/perl5/5.26.3 /Users/elisebell1/perl5/lib/perl5/darwin-thread-multi-2level /Users/elisebell1/perl5/lib/perl5 /Users/elisebell1/Library/ActivePerl-5.26/lib /usr/local/ActivePerl-5.26/site/lib /usr/local/ActivePerl-5.26/lib) at /Users/elisebell1/Documents/GitHub/texdown/lib/TeXDown/TUtils.pm line 111.
BEGIN failed--compilation aborted at /Users/elisebell1/Documents/GitHub/texdown/lib/TeXDown/TUtils.pm line 111.
Compilation failed in require at /Users/elisebell1/Documents/GitHub/texdown/lib/TeXDown/TFileResolver.pm line 52.
BEGIN failed--compilation aborted at /Users/elisebell1/Documents/GitHub/texdown/lib/TeXDown/TFileResolver.pm line 52.
Compilation failed in require at /Users/elisebell1/Documents/GitHub/texdown/lib/TeXDown/TConfig.pm line 65.
BEGIN failed--compilation aborted at /Users/elisebell1/Documents/GitHub/texdown/lib/TeXDown/TConfig.pm line 65.
Compilation failed in require at ./texdown.pl line 70.
BEGIN failed--compilation aborted at ./texdown.pl line 70.