Hey All,
I'm still having a heck of a time getting the python db bindings to work.

I've compiled drizzle and libdrizzle as follows:

bzr branch lp:libdrizzle
cd libdrizzle
./config/autorun.sh
./configure && make
sudo make install


bzr branch lp:drizzle
cd drizzle
./config/autorun.sh
./configure --with-libprotobuf-prefix=/usr/local && make
sudo make install

i can then fire up the drizzle server and connect via the drizzle client,
make dbs and tables, etc.

i then try to do the python thing ...
both of these work OK
easy_install python-libdrizzle

or the:
bzr branch lp:drizzle-interface
cd drizzle-interface
./config/autorun.sh
./configure --with-lua=false --with-r=false --with-ruby=false
--with-python3=false
make
cd python
python setup.py build
python setup.py install

they both "install" properly but then we fail at when i try to run the test
in the source
(e.g. from drizzle import libdrizzle) fails with

"ImportError: libdrizzle.so.0: cannot open shared file: No such file or
directory"

thank you in advance for the help


locate libdrizzle.so.0 finds it at ... /usr/local/lib/libdrizzle.so.0

i'm pretty sure i've not config'd the python source properly but i'm new to
this aspect of linux and so i dont know which config option to specify in
order to make this work

thank you in advance - you guys seem like a great team.

seth
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to