cl-libxml2
cl-libxml2 copied to clipboard
darwin plataform
The filename of the lib is libxml2.dylib
Best, Alexandre
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
Hi,
Sorry, just very busy lately. I fixed this typo, think will now work.