I'm getting this error message when running the command tidy from the XML bundle on any xml doc:
Errors: dyld: lazy symbol binding failed: Symbol not found: _gzdopen Referenced from: /opt/local/lib/libxml2.2.dylib Expected in: dynamic lookup
Here's a couple of questions:
1) How can I get access to the error above which appears in a yellow fading window in a location I can copy and paste.
2) How is the default path set for running textmate commands from bundles -- perhaps I can remove /opt from the path?
3) Anybody know what this error message means?
Thanks
I'm getting this error message when running the command tidy from the XML bundle on any xml doc:
Errors: dyld: lazy symbol binding failed: Symbol not found: _gzdopen Referenced from: /opt/local/lib/libxml2.2.dylib Expected in: dynamic lookup
Here's a couple of questions:
- How can I get access to the error above which appears in a yellow
fading window in a location I can copy and paste.
- How is the default path set for running textmate commands from
bundles -- perhaps I can remove /opt from the path?
- Anybody know what this error message means?
I resolved this problem by moving the path: /usr/bin ahead of /opt/local/bin in my PATH variable.
Don't yet know what's wrong with the libxml2 library installed with macports in /opt
On 25 Jan 2009, at 07:33, Stephen Bannasch wrote:
I resolved this problem by moving the path: /usr/bin ahead of /opt/local/bin in my PATH variable.
Don't yet know what's wrong with the libxml2 library installed with macports in /opt
It might be a version mismatch, i.e the xmllint installed by MacPorts is newer than your libxml2 library — my xmllint (from MacPorts) work, but MacPorts has no version info in its dependency tracking, so you can easily get incompatible versions of things.