cl-libxml2 icon indicating copy to clipboard operation
cl-libxml2 copied to clipboard

darwin plataform

Open arademaker opened this issue 13 years ago • 2 comments
trafficstars

The filename of the lib is libxml2.dylib

Best, Alexandre

arademaker avatar Feb 09 '12 00:02 arademaker

Hello Andrey,

Have you had a chance to see my last message? On Mac OS 10.7.3, I got the following error when I tried to load cl-libxml2 using quicklisp:

Unable to load foreign library (LIBXML2). Loading libxml2.dynlib failed with error: dlopen(libxml2.dynlib, 10): image not found. [Condition of type CFFI:LOAD-FOREIGN-LIBRARY-ERROR]

The name of the lib file in the MacOS system is libxml2.dylib. In my system, it is located at the following places:

$ locate libxml2.dylib /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/usr/lib/libxml2.dylib /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/usr/lib/libxml2.dylib /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libxml2.dylib /Developer/SDKs/MacOSX10.7.sdk/usr/lib/libxml2.dylib /opt/local/lib/libxml2.dylib /usr/lib/libxml2.dylib

Best, Alexandre

arademaker avatar Apr 05 '12 01:04 arademaker

Hi,

Sorry, just very busy lately. I fixed this typo, think will now work.

archimag avatar Apr 05 '12 07:04 archimag