From: Roman P. <rp...@tn...> - 2009-07-07 10:18:39
|
I've installed opensync 0.22 on FreeBSD. Together I've installed python plugin. The plugins dir looks as follows: [usr1@bimbo /usr/local/lib/opensync/plugins]$ ls -al total 82 -rwxr-xr-x 1 root wheel 1156 7 Jan 10:19 file_sync.la -rwxr-xr-x 1 root wheel 18691 7 Jan 10:19 file_sync.so -rwxr-xr-x 1 root wheel 1260 5 Jan 11:15 python_module.la -rwxr-xr-x 1 root wheel 13727 5 Jan 11:15 python_module.so -rwxr-xr-x 1 root wheel 1302 7 Jan 10:20 sunbird_sync.la -rwxr-xr-x 1 root wheel 38004 7 Jan 10:20 sunbird_sync.so drwxr-xr-x 2 root wheel 512 7 Jan 10:11 . drwxr-xr-x 5 root wheel 512 6 Jan 07:57 .. There are two python plugins in the python-plugins dir as well: [usr1@bimbo /usr/local/lib/opensync/python-plugins]$ ls -al total 26 -r--r--r-- 1 root wheel 1100 5 Jan 11:15 sample.py -r-xr-xr-x 1 root wheel 9214 7 Jan 10:22 synce-opensync-plugin.py But opensync dosn't see theese plugins: $ msynctool --listplugins Available plugins: sunbird-sync file-sync Any suggestion how to debug it? Thank you, -- Roman |