--
Ricardo Niederberger Cabral
http://www.imgseek.net/
ricardo.cabral at imgseek.net
skype: rnc000
If all else fails, you can always build everything yourself to
guarantee that there's no binary incompatibilities.
Try these steps. Notice that they will install stuff to /usr/local and
you may end up with two copies of imagemagick and python on your
system, one at /usr/bin and one at /usr/local/bin
wget latest python source.tar.gz
extract python source
./configure, make, make install
wget latest imagemagick source.tar.gz
extract imagemagick source
./configure, make, make install
cd /root
svn checkout https://imgseek.svn.sourceforge.net/svnroot/imgseek/trunk/net.imgseek.imgdb
imgdb
cd imgdb/src/net/imgseek/imgdb/core
edit build-python.py so that the line python_dir="/usr/include/
python" points to your new python install (/usr/local/include/python)
the build-python.py script will look for Magick++-config at your PATH
environment variable. This util tells the script where development
files for imagemagick is. Make sure that your PATH env var has /usr/
local/bin before /usr/bin so that it locates the right Magick++-config
/usr/local/bin/python build-python.py build
cd /root
svn checkout https://imgseek.svn.sourceforge.net/svnroot/imgseek/trunk/isk-daemon/
isk-daemon
cp imgdb/src/net/imgseek/imgdb/core/build/lib.linux-i686-2.5/imgdb.so
isk-daemon/src/imgSeekLib/_imgdb.so
cd isk-daemon/src
/usr/local/bin/python isk-daemon.py
--
Ricardo Niederberger Cabral
http://www.imgseek.net/
ricardo.cabral at imgseek.net
skype: rnc000