-
-
Save mguterl/dbaee0a06702f6441e0f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
michaelguterl@carini ~$ file /opt/local/lib/libxml2.2.dylib | |
/opt/local/lib/libxml2.2.dylib: Mach-O 64-bit dynamically linked shared library x86_64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use MacPorts to build libxml2 so it is installed into /opt/local, but as you can see the arch is x86_64. You can see the same information about your library by executing
file /usr/local/lib/libxml2.2.dylib
.I'm not sure what method you used to install the libxml2 but I would try re-installing it via your preferred package manager.