Skip to content

cannot open libzmq.so.3 #177

@raul678

Description

@raul678

I use python from anaconda through tcsh.

After mlab.start(), I met this error.

'''
Invalid MEX-file
'/chimerahomes/jingtao/anaconda/lib/python2.7/site-packages/pymatbridge/matlab/messenger.mexa64':
libzmq.so.3: cannot open shared object file: No such file or directory

Error in matlabserver (line 7)
messenger('init', socket_address);
'''

I found the location of libzmq.so.3 is /chimerahomes/jingtao/anaconda/lib. And I add this to DYLD_LIBRARY_PATH in .cshrc file.
'''
setenv LD_LIBRARY_PATH /opt/stow/cuda/cuda-5.0.35/lib64
setenv DYLD_LIBRARY_PATH /chimerahomes/jingtao/anaconda/lib
'''

Also I installed pyzmq via 'conda install pyzmq'.

How can I fix it?
Thanks :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions