hi, 
1.try below,
remove /root/.python-eggs/rados-0-py2.7-linux-x86_64.egg-tmp/
if you are sure that you want to keep it, back it up.




2. the command you ran, #cp -vf /usr/local/lib/python2.7/site-packages/* 
/usr/lib64/python2.7/ , generally, this is not recommended.


 
------------------ Original ------------------
From:  "鹏"<wkp4...@126.com>;
Date:  Tue, Nov 29, 2016 10:56 AM
To:  "ceph-us...@ceph.com"<ceph-us...@ceph.com>; 

Subject:  [ceph-users] undefined symbol: rados_inconsistent_pg_list

 


the ceph version is :ceph-10.2.2.tar.gz


this error message is:

[root@mon0 ceph-10.2.2]# ceph -s
Traceback (most recent call last):
  File "/usr/local/bin/ceph", line 118, in <module>
    import rados
  File "build/bdist.linux-x86_64/egg/rados.py", line 7, in <module>
  File "build/bdist.linux-x86_64/egg/rados.py", line 6, in __bootstrap__
ImportError: /root/.python-eggs/rados-0-py2.7-linux-x86_64.egg-tmp/rados.so: 
undefined symbol: rados_inconsistent_pg_list



i make ceph follow this :

#yum groupinstall "Development tools" 
 
#./install_deps.sh
 
#./autogen.sh
 
#./configure 
 
# make -j2
 
# make install 
 
#cp -vf /usr/local/lib/python2.7/site-packages/*  /usr/lib64/python2.7/


how can I fix the error
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to