Skip to content

Instantly share code, notes, and snippets.

@mguterl
Created July 7, 2010 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mguterl/dbaee0a06702f6441e0f to your computer and use it in GitHub Desktop.
Save mguterl/dbaee0a06702f6441e0f to your computer and use it in GitHub Desktop.
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
@mguterl
Copy link
Author

mguterl commented Jul 7, 2010

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment