Hi,
I just found this project this morning and eagerly installed Kadischi
after an ugly experience last night with live-linux scripts.
My system is a running kernel 2.6.18-1.2849.fc6
I've yum updated all the packages and installed everything required from
the wiki install documentation. I had no problem compiling the source.
So basically I'm very current and ready to go.
When I ran # kadischi --help I got the following error:
Traceback (most recent call last):
File "/usr/local/share/kadischi/kadischi.py", line 8, in ?
from functions import *
File "/usr/local/share/kadischi/lib/functions.py", line 12, in ?
import isys
File "/usr/lib/anaconda/isys.py", line 32, in ?
import block
File "/usr/lib/python2.4/site-packages/block/__init__.py", line 33, in ?
from bdevid import bdevid as _bdevid
ImportError: libparted-1.7.so.1: cannot open shared object file: No such
file or directory
I dug up an older version of parted and install libparted-1.7.so.1 but ran
into all new errors:
[root@ ~]# kadischi --help
Traceback (most recent call last):
File "/usr/local/share/kadischi/kadischi.py", line 8, in ?
from functions import *
File "/usr/local/share/kadischi/lib/functions.py", line 12, in ?
import isys
File "/usr/lib/anaconda/isys.py", line 32, in ?
import block
File "/usr/lib/python2.4/site-packages/block/__init__.py", line 33, in ?
from bdevid import bdevid as _bdevid
ImportError: /usr/lib/libbdevid.so.5.1.19: undefined symbol:
ped_exception_get_handler
I was wondering if anyone had Kadischi working on current FC6 (I saw the
Unity CD release) and had some pointers?
Thanks
BD