When trying to load 8 shared .dylibs from my OpenCV.jl package on the most 
recent v0.4-dev (OSX 10.10.3), I got an error indicating that dlopen_e and 
dlopen are deprecated. So I added the Libdl. to each, and tried again.  

Now it seems that only the core library, libopencv-core.dylib, can be loaded 
but not the rest.  I also tried adding the libs path to Julia, and cd to 
/usr/local/lib which contains the libraries, but still I can not load the libs. 
 

The error I get is "Image can not be found, see Lidl.jl line 33".  The libs are 
properly compiled - pkg-config lists all of them and they work when linked to 
my C++ OpenCV projects in Xcode.

Any thoughts on why dlopen is not working this way?  Thanks in advance.

Reply via email to