It appears that the env variable $PYTHONPATH and $LD_LIBRARY_PATH were not configured. I did not have this problem when I installed the source on Ubuntu 16.04. Do I need to set this globally or can this be set in the source file?
On Thu, Apr 27, 2017 at 8:22 AM, Henry Ngo <[email protected]> wrote: > I'm still figuring out what is causing this error. Here are the steps I've > taken: > > New Ubuntu 14.04 VM > > git clone https://github.com/ceph/ceph.git > cd ceph > git submodule update --init --recursive > ./install-deps.sh > ./do_cmake.sh > cd build > make > sudo make install > > Once completed, I run 'ceph -v' and I get this output: > > Traceback (most recent call last): > > File "/usr/local/bin/ceph", line 106, in <module> > > import rados > > ImportError: librados.so.2: cannot open shared object file: No such file > or directory > > > I appreciate any input in how to resolve this. > > Best, > > Henry >
_______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
