-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error prevents XML::LibXML installation #61
Comments
Can you tell me what version of Alien::LibXML and Alien::Build you have installed, and if you can provide the log for its install? |
Also make sure that you are running the tests when installing Alien::LibXML because it should fail if it detects the wrong flags. |
@plicease Thanks for your reply. Apparently I just had Alien, and not Alien::LibXML. Although I attempted to install Alien::LibXML via cpanm and this failed. I've attached the log, notably it throws the same error line when it fails:
|
@nickforino I apologize but the actual dependency is |
@plicease no worries! My Alien::Libxml2 version is 0.17 and Alien::Build version is 2.37. |
It appears that when attempting make, my system is having a hard time finding my libxml2 installation (hence the fatal errors). I tried setting the following environmental path variables, but this also failed.
|
Looks like One work around, if you don't mind
|
Hi @plicease, apologies for the very late reply. Regarding your last question: I believe the path |
The include path would have come from either |
Indeed, looks like the wrong paths are specified!
Similarly, Is the solution to uninstall Homebrew? |
Hi everyone,
My attempts to install
XML::LibXML
with cpanm and also manually fail, and return the following fatal error:After reading some similar issues I've ensured the dependent modules are properly installed (
XML::SAX
,XML:: NamespaceSupport
) and that I've got a current version oflibxml2
andAlien
.Any help would be greatly appreciated, please let me know any additional information you need to diagnose the issue and I'll respond promptly. Thanks!
The text was updated successfully, but these errors were encountered: