|
Hi ,

the error information is :


[root@localhost pybind]# ceph
Traceback (most recent call last):
  File "/usr/local/bin/ceph", line 118, in <module>
    import rados
ImportError: /usr/lib64/python2.7/rados.so: undefined symbol: 
rados_nobjects_list_next


system: centos7 
ceph : ceph-10.2.2.tar.gz

I make the ceph follow the :
 #yum -y update
 #./install-deps.sh
 # yum install make automake autoconf  boost-devel fuse-devel gcc-c++ libtool 
libuuid-devel libblkid-devel keyutils-libs-devel cryptopp-devel fcgi-devel 
libcurl-devel expat-devel gperftools-devel libedit-devel libatomic_ops-devel 
snappy-devel leveldb-devel libaio-devel xfsprogs-devel git libudev-devel
# yum install -y python-pip
#./install-deps.sh 
#./autogen.sh
# ./configure
# make -j4 && make install 
# cp -rfdp /usr/local/lib/python2.7/site-packages/* /usr/lib64/python2.7/
# cp -rfdp /usr/local/lib64/python2.7/site-packages/* /usr/lib64/python2.7/


How can I fix this error;  
                                                                thanks for you 
help


|
|
|   |   |
|
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to