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

Reply via email to